search for: rw2010dev

Displaying 6 results from an estimated 6 matches for "rw2010dev".

2005 Mar 24
2
rw2010alpha
Until recently R 2.1.0 was called rw2010dev. I just visited http://cran.r-project.org/bin/windows/base/rdevel.html and noticed its now called rw2010alpha, not rw2010dev. I would like to use it without downloading all the libraries over again. Can I - just rename my rw2010dev folder (Windows XP) to rw2010alpha and then install r...
2005 Mar 29
2
strange error with rw2010dev
With rw2010dev I get a strange protect(): protection stack overflow error with a small data frame which otherwise is usable: If anybody wants to have a look I can provide an RData file with the problematic data frame. Doesn't seem to be necessary, the following simulated example generates the error: >...
2005 Jul 07
2
Making Package, Chm error, Html Help Workshop
Hello, When building my package (R CMD check) following error message occurs: ... varinf.plot text html latex example x text html latex example make[2]: *** No rule to make target `disclosure.chm`. Stop. cp: cannot stat 'D:/Programme/R/rw2010dev/disclosure/chm/disclosure.chm`: No such file or directory make[1]: *** [chm-disclosure] Error 1 make: *** [pkg-disclosure] Error 2 *** Installation of disclosure failed *** Removing `D:/Programme/R/rw2010dev/bin/disclosure.Rcheck/disclosure' ERROR Installation failed. It seems, that there is...
2005 Mar 02
1
Error on Windows installing package to non-default library
...with a digit. I can reproduce the error as follows using R-devel from Feb 24 on Windows advanced server: badLib = "c:\\badExample\\2\\foo" dir.create(badLib, recursive=TRUE) z = .libPaths() z = .libPaths(c(badLib, z)) z [1] "c:\\badExample\\2\\foo" "C:/falcon/sw/rw2010dev/library" pkg = "c:\\falcon\\abind_1.1-0.zip" install.packages(pkg, repos=NULL, lib=badLib) package 'abind' successfully unpacked and MD5 sums checked updating HTML package descriptions Error in gsub("^URL: ../../../library", lib0, readLines(cfile)) : inval...
2005 Jul 08
0
Making Package, Chm error, Html Help Workshop [solved]
...ollowing error > message occurs: > > ... > > varinf.plot text html latex example > > x text html latex example > > make[2]: *** No rule to make target `disclosure.chm`. Stop. > > cp: cannot stat > > 'D:/Programme/R/rw2010dev/disclosure/chm/disclosure.chm`: > No such file or directory > > make[1]: *** [chm-disclosure] Error 1 > > make: *** [pkg-disclosure] Error 2 > > *** Installation of disclosure failed *** > > Removing `D:/Programme/R/rw2010dev/bin/disclosure.Rcheck/disclosure' > &g...
2004 Nov 28
1
Version names
...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 names. I wonder if a naming convention could be adopted that ensured that the names sort in order. For example, rw2010a - alpha, i.e. development version (previously rw2010dev) rw2010b - beta version (previously rw2001beta) rw2010f - final version (previously rw2010) rw2010p - patched version (previously rw2010pat) Other possibilities might include an ascending numeric or date suffix. I also thought about executing bin\R --version or bin\Rcmd --version in each...