search for: rw2001beta

Displaying 5 results from an estimated 5 matches for "rw2001beta".

2004 Nov 11
4
Questions on package creation
...hat are under source control. They are kept in some arbitrary location on one's disk. Let us say \usr\mypackage, for example. *** Is there some standard name for this form of the package? 2. source archive. This is created from the original package like this: cd \Program Files\rw2001beta bin\R CMD build /usr/mypackage which creates, say \Program Files\rw2001beta\mypackage_1.0-1.tar.gz The source archive is distinct from the original archive since it is specific to a version of R and excludes the files referenced in \usr\mypackage\.Rbuildignore *** Is \Prog...
2004 Nov 28
1
Version names
I have Windows XP build scripts that look for R in a variety of folders and if multiple ones are found, takes the last one. For example, I currently have the following in \Program Files\R : rw1060 rw1062 rw1071 rw1071beta rw1081 rw1090 rw1090dev rw1091 rw1091pat rw2000 rw2001beta Note that it currently correctly gets rw2001beta but if I add rw2001 then it will not pick it up since rw2001beta would continue to sort after it. I tried using dates in my scripts to pick out the right one but realized that it was somewhat error prone and decided to move back to ordering by the...
2004 Nov 20
0
Creating vignette pdf on Windows
...,"g","d","e"), name="AnExample") Creating directories ... Creating DESCRIPTION ... Creating READMEs ... Saving functions and data ... Making help files ... Done. Further steps are described in ./AnExample/README At command line: C:\>cd \Program Files\R\rw2001beta C:\Program Files\R\rw2001beta>md AnExample\inst\doc C:\Program Files\R\rw2001beta>copy library\utils\Sweave\*.Rnw AnExample\inst\doc library\utils\Sweave\Sweave-test-1.Rnw 1 file(s) copied. C:\Program Files\R\rw2001beta>bin\R CMD build AnExample * checking for file 'AnExamp...
2005 Mar 18
4
Is a .R script file name available inside the script?
Hi, if we have a file called Rscript.R that contains the following, for example: x <- 1:100 outfile = "Rscript.Rout" sink(outfile) print(x) and then we run >> source("Rscript.R") we get an output file called Rscript.Rout - great! Is there an internal variable, something like .Platform, that holds the script name when it is being executed? I would like to use
2004 Nov 11
2
RODBC & POSIX & Daylight Saving blues
Dear All, The recent improvement in RODBC to recognize datetimes in tables has exposed my ongoing confusion. All my data are obtained from a satellite system (Argos) which tags events in the GMT time zone. Daylight saving is ignored. To my way of thinking this means that 1. twelve-o-clock means halfway through the day regardless of season, and 2. the difftime of any two dates where