similar to: old version of R for Windows

Displaying 20 results from an estimated 100000 matches similar to: "old version of R for Windows"

2005 Dec 20
2
Extracting data from .zip file in WINDOWS version of package
Hello, I am building a R-package for Genetics analysis. The accepted data is in pedigree (.ped) file format. To load the data (say CAMP.ped) from "data" directory, I have a function "CAMP.R", which does the job. The package builds successfully in Linux (.tar.gz) and the data loads successfully by "data(CAMP)". However, when I build the package in WINDOWS, the data
2004 Jun 05
3
'cygpath -d' to fix windows paths with spaces
The cygwin 'cygpath' command can now convert arbitrary windows and unix paths into the short ms-dos 8.3 equivalents. This tools might allow the windows build system to better deal with those messy long Windows file and directory names that contain spaces. EG: warneg@GRDGROL99X1028: src [1]$ pwd /cygdrive/c/Documents and Settings/WarnesGR/My Documents/cygwin_home/src/gregmisc/src
2004 Mar 25
2
Odd error in R CMD check (PR#6695)
I'm seeing an odd error message when running R CMD check gregmisc with R-1.9.0beta_2004-03-22.tar.gz * checking package dependencies ... WARNING Error in switch(type, code = c("R", "r", "S", "s", "q"), data = c("R", : Argument "type" is missing, with no default Execution halted See the information on DESCRIPTION
2006 Jul 29
0
Version 0.4.3 of odfWeave
A new version of odfWeave is on CRAN. Changes include: - handling of locales. Errors were being produced when locales were set to anything but "C". The fix changes the locale to "C" and changes back to the original locale when the user's code is executed. - a bug fix for default plot device units (to prevent bitmap graphics from being 480x480 inches on non-Windows
2006 Jul 29
0
Version 0.4.3 of odfWeave
A new version of odfWeave is on CRAN. Changes include: - handling of locales. Errors were being produced when locales were set to anything but "C". The fix changes the locale to "C" and changes back to the original locale when the user's code is executed. - a bug fix for default plot device units (to prevent bitmap graphics from being 480x480 inches on non-Windows
2005 Dec 20
2
Problems with Windows Cross compile
Well, I'm finally getting around to setting up a cross-compiler for Windows on my local Linux box. I'm using the Yan & Rossini's docuimentation and the latest 'http://cran.r-project.org/doc/contrib/Makefile-rcb' , which is working of the R-2.2.0 sources. After discovering that "cp -p" doesn't work on the filesystem I'm using and removing the
2005 Oct 20
2
Error in building package indices
Dear R-devel members, We are building a new package (GeneticsBase) for analysis of genetic data . While doing "R CMD check with R-2.1.1, I am getting the following error: ** building package indices ... Error in "colnames<-"(`*tmp*`, value = c("family", "pid", "father", "mother", : length of 'dimnames' [2] not equal to
2003 Dec 09
3
latex problem with \preformatted (PR#5645)
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C3BE9C.3FB5BC1A Content-Type: text/plain; charset="iso-8859-1" There is a small bug in the implementation of \preformatted in R 1.8.0: The closing "\end{verbatim}" needs to be followed by a newline, since my latex
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello, We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN. Summary of the changes is attached at the end. Best, Nitin ______________________ Nitin Jain, PhD <nitin.jain at pfizer.com> Non Clinical Statistics Pfizer, Inc. (Groton, CT) Bldg: 260, # 1451 Ph: (860) 686-2526 (Office) Fax: (860) 686-6170 Brief description of changes: CHANGES IN GDATA 2.1.2
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
Hello, We have submitted the updated version of gdata, gmodels, gplots and gtools to CRAN. Summary of the changes is attached at the end. Best, Nitin ______________________ Nitin Jain, PhD <nitin.jain at pfizer.com> Non Clinical Statistics Pfizer, Inc. (Groton, CT) Bldg: 260, # 1451 Ph: (860) 686-2526 (Office) Fax: (860) 686-6170 Brief description of changes: CHANGES IN GDATA 2.1.2
2004 Mar 26
4
cbind/rbind fail on matrixes containing lists (PR#6702)
Today's R 1.9.0 beta: > m1 [,1] [,2] [,3] [,4] [1,] NA NA NA NA [2,] NA NA NA NA [3,] NA NA NA NA [4,] NA NA NA NA > class(m1[1,1]) [1] "list" > cbind(m1,m1) Error in cbind(...) : cannot create a matrix from these types > rbind(m1,m1) Error in rbind(...) : cannot create a matrix from these types > version _
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message----- > From: Warnes, Gregory R > Sent: Friday, January 16, 2004 3:52 AM > To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy > List' > Subject: Announce: RPy version 0.3.3 > > > RPy Version 0.3.3 is now available from the RPy home page at > http://rpy.sf.net. > > What
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message----- > From: Warnes, Gregory R > Sent: Friday, January 16, 2004 3:52 AM > To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy > List' > Subject: Announce: RPy version 0.3.3 > > > RPy Version 0.3.3 is now available from the RPy home page at > http://rpy.sf.net. > > What
2006 Sep 06
0
odfWeave Version 0.4.4
Version 0.4.4 of odfWeave is available from CRAN. A Windows binary should be available shortly. This version requires base R version 2.3.1 or greater. Changes from the last version include - Non-English character sets are handled better. For example, Chinese characters can be included in R code. See the file "testCases.odt" in the examples directory for an example - Image
2006 Sep 06
0
odfWeave Version 0.4.4
Version 0.4.4 of odfWeave is available from CRAN. A Windows binary should be available shortly. This version requires base R version 2.3.1 or greater. Changes from the last version include - Non-English character sets are handled better. For example, Chinese characters can be included in R code. See the file "testCases.odt" in the examples directory for an example - Image
2005 Oct 13
3
Installing R-2.2.0 package
Dear list, I've just installed R-2.2.0 under Solaris and have a question about installing packages. If a package fails to install for any reason and I go to install another package, I get this message: $ R-2.2.0-64bit --vanilla CMD INSTALL ~/srca/cran/RSQLite_0.4-0.tar.gz ERROR: failed to lock directory '/app/openpkg/lib/R-2.2.0-64bit/lib/R/library' for modifying Try removing
2004 Jun 09
1
Add links to NEWS/ChangeLog to package pages
Just a thought: It would be nice to be able to review the NEWS and/or ChangeLog files for packages via the package web page on CRAN... -Greg Gregory R. Warnes Manager, Non-Clinical Statistics Pfizer Global Research and Development LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
2007 Sep 11
2
gcc-sjlj
Everyone, I'm running R CMD check on a package using the 2.6.0 alpha version: > sessionInfo() R version 2.6.0 alpha (2007-09-09 r42809) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0 =========== gregmisc 2.0.0 has been released and is now available on CRAN. Important Changes --------------------------- - Now a package bundle For this release, gregmisc has been split into a bundle containing 4 separate packages: gdata, gmodels, gplots and gtools. All of your favorite functions are still present, but they are now better organized into thematic groups,
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0 =========== gregmisc 2.0.0 has been released and is now available on CRAN. Important Changes --------------------------- - Now a package bundle For this release, gregmisc has been split into a bundle containing 4 separate packages: gdata, gmodels, gplots and gtools. All of your favorite functions are still present, but they are now better organized into thematic groups,