Skip to content

A problem with "copy()" in the svIO package

2 messages · Kenneth Cabrera, Martin Maechler

#
Hi R-users:

When I type the following code in R, using
the svIO package I got a problem only with
the "latex" type option.(With "raw", "ascii" and
"html" options, it works fine).

x<-1:50
copy('x', type='latex', objname='x')
Erro en file.info(fn <- c(...)) : argumento del nombre de archivo inv?lido

Thank you for your help.

Kenneth

--
1 day later
#
Hi Kenneth,

what did the package maintainer of the  svIO  answer to you when
you asked him about this?

I think the posting guide asks you pretty explicitly to ask the
package maintainer *) about such problem.

*) You find the maintainer e.g., from
     packageDescription("svIO")
or   library(help = svIO)

Regards,
Martin
>> Hi R-users: When I type the following code in R,
    >> using the svIO package I got a problem only with
    >> the "latex" type option.(With "raw", "ascii" and
    >> "html" options, it works fine).

    >> x<-1:50 copy('x', type='latex', objname='x') Erro
    >> en file.info(fn <- c(...)) : argumento del nombre
    >> de archivo inv?lido

    >> Thank you for your help.

    >> Kenneth


    >> ______________________________________________
    >> R-help at stat.math.ethz.ch mailing list
    >> https://stat.ethz.ch/mailman/listinfo/r-help

    >> PLEASE do read the posting guide
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Please..
    >> http://www.R-project.org/posting-guide.html
    >> and provide commented, minimal, self-contained, reproducible code.