Hi all,
When I install a new package, and don't yet know any function names,
I have to play the "poor man's game" to get to the standard
help system "Index" page for the package:
Poor Man's Game -=20
Load new package;=20
issue search() command;
find position (say N) of loaded package;=20
i
On Tue, Jul 28, 2009 at 2:14 PM, Mathieu Ribatet wrote:
> Dear Carlos,
>
> >From your check results:
>
> cbc.data <- cbc.read.table( system.file("data",
> "cbc.test.data.txt", package = "colbycol"), sep = "\t" )
> Warning in file(file, "r") :
> cannot ope
Dear Gabor,
Yes, I did run the R CMD CHECK on Linux. It only gave me the same two
warnings as in the checks for non-Windows architectures.
The examples run fine on Linux and also on Windows when I installed my
package from the binaries provided in r-forge. I never run a R CMD check
on Windows, th
Dear Carlos,
>From your check results:
cbc.data <- cbc.read.table( system.file("data",
"cbc.test.data.txt", package = "colbycol"), sep = "\t" )
Warning in file(file, "r") :
cannot open file '0001': No such file or directory
I think you're t
That's a check error. Did you try running R CMD CHECK on it?
Since it appears to happen in an example you could put
\dontrun{
...
}
around the example although it would be better to get it to the
state that it passes R CMD CHECK without having to do that.
On Tue, Jul 28, 2009 at 4:31 PM, Carlos
Hello,
I submitted a small package, colbycol, to CRAN. I developed it on Linux
and tested it on my Linux box and another Windows machine. Besides,
other people kindly tested it in their systems.
The package seems to "compile" correctly in r-forge for Windows. In
fact, you can find the binary pac
Terry
I didn't see any response to this and I am a bit curious about the
answer. If I understand correctly, you are suggesting you would like
some directory, say Rman/, that gets pre-processed to produce the R/ and
man/ directories. Are you thinking that it should be part of the
package tre
Klaus:
I wrote already a couple of weeks ago but did not get any reply. Therefore
I'll rephrase my question and hope some of you can give me some answers or
some advice where better to look for an answer.
In general I'm looking for information on how to program functions using
formulas in or
From R 2.9.0 we have the concept of versions for Rd files. The
manual is clear about the differences but I am unsure as to what I
should do about my existing packages. Is it recommended that I set
the version to 1.1 and then fix the errors R CMD check helpfully
points out and then subsequently
Have a look at the source code for the Formula package.
On Tue, Jul 28, 2009 at 12:58 PM, Klaus
Nordhausen wrote:
> Dear R experts,
>
> I wrote already a couple of weeks ago but did not get any reply. Therefore
> I'll rephrase my question and hope some of you can give me some answers or
> some adv
Dear R experts,
I wrote already a couple of weeks ago but did not get any reply.
Therefore I'll rephrase my question and hope some of you can give me
some answers or some advice where better to look for an answer.
In general I'm looking for information on how to program functions
using fo
Thank you Martin! The new 'rule'-s is exactly what I wanted. It's intuitive and
consistent with the scalar use.
Thanks,
Vadim
-Original Message-
From: Martin Maechler [mailto:maech...@stat.math.ethz.ch]
Sent: Tuesday, July 28, 2009 5:00 AM
To: Vadim Ogranovich
Cc: 'William Dunlap'; r-dev
Peter Dalgaard wrote:
Göran Broström wrote:
When checking an R package of mine, I get
* checking R files for syntax errors ... WARNING
Warning in Sys.setlocale("LC_CTYPE", "en_US") :
OS reports request to set locale to "en_US" cannot be honored
'Sys.setlocale' is not used in any of my R func
Göran Broström wrote:
When checking an R package of mine, I get
* checking R files for syntax errors ... WARNING
Warning in Sys.setlocale("LC_CTYPE", "en_US") :
OS reports request to set locale to "en_US" cannot be honored
'Sys.setlocale' is not used in any of my R functions. What should I do
When checking an R package of mine, I get
* checking R files for syntax errors ... WARNING
Warning in Sys.setlocale("LC_CTYPE", "en_US") :
OS reports request to set locale to "en_US" cannot be honored
'Sys.setlocale' is not used in any of my R functions. What should I do
to fix the Warning? I
On Mon, Jul 27, 2009 at 12:41:42PM +0200, Martin Becker wrote:
> is there (already) a platform-independent way for (temporarily!)
> changing the fpu control word?
> Currently, I am using inline assembler (which works for x86 cpus on
> Linux and Windows (MinGW))
Platform-indepdendent? I don't k
> Vadim Ogranovich
> on Mon, 27 Jul 2009 12:47:47 -0500 writes:
> Thank you Bill.
Indeed, thank you, Bill Dunlap!
> The original motivation for my
> experiments with setting yleft to NULL was to see if I
> could get more flexibility that that allowed by the
> 'ru
Hello to who ever reads this.
I use R 2.8.0 on win XP
I noticed for some time now that every time I use the menu commands:
file -> save work space
If I am saving to a directory that has Hebrew in one of the folder names on
the tree, the save.image will give the following error massage:
> save.im
18 matches
Mail list logo