[R-gregmisc-users] SF.net SVN: r-gregmisc: [1156] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2007-08-21 18:13:15
|
Revision: 1156 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1156&view=rev Author: warnes Date: 2007-08-21 11:13:07 -0700 (Tue, 21 Aug 2007) Log Message: ----------- Commit previous updates Modified Paths: -------------- trunk/SASxport/TODO trunk/SASxport/man/lookup.xport.Rd trunk/SASxport/man/read.xport.Rd Modified: trunk/SASxport/TODO =================================================================== --- trunk/SASxport/TODO 2007-08-21 18:12:39 UTC (rev 1155) +++ trunk/SASxport/TODO 2007-08-21 18:13:07 UTC (rev 1156) @@ -1,17 +1,6 @@ -- Write replacements for SAS's REVERSE function, which corrects for - differences in endianness, and cnxptieee function, which is used to - convert from the IBM floating point representation to the IEEE - representation. - - Write test routines for very large files, particulary very large files with columns contiaining almost all missing values. - Test that created files are properly read by SAS, particulary when the SAS version and OS version are set to the default values I've provided. - -- Check function for 64 bit versions of R. I suspect that there may - be variable size issues for some int fields for write.xport(). - -- - Modified: trunk/SASxport/man/lookup.xport.Rd =================================================================== --- trunk/SASxport/man/lookup.xport.Rd 2007-08-21 18:12:39 UTC (rev 1155) +++ trunk/SASxport/man/lookup.xport.Rd 2007-08-21 18:13:07 UTC (rev 1156) @@ -50,6 +50,7 @@ } ## Or read a copy of test2.xpt available on the web: +\dontrun{ url <- 'http://biostat.mc.vanderbilt.edu/cgi-bin/viewvc.cgi/*checkout*/Hmisc/trunk/tests/test2.xpt' w <- lookup.xport(url) @@ -68,7 +69,8 @@ # variable names within all data sets wS$name +} } \keyword{file} -\keyword{manip} \ No newline at end of file +\keyword{manip} Modified: trunk/SASxport/man/read.xport.Rd =================================================================== --- trunk/SASxport/man/read.xport.Rd 2007-08-21 18:12:39 UTC (rev 1155) +++ trunk/SASxport/man/read.xport.Rd 2007-08-21 18:13:07 UTC (rev 1156) @@ -157,6 +157,7 @@ SASxport:::assert(identical(w,w2)) } +\dontrun{ # Or read a copy of test2.xpt available on the web: url <- 'http://biostat.mc.vanderbilt.edu/cgi-bin/viewvc.cgi/*checkout*/Hmisc/trunk/tests/test2.xpt' w <- read.xport(url) @@ -164,6 +165,7 @@ \dontshow{ ## For testing only SASxport:::assert(identical(w2,w)) } +} \dontrun{ ## The Hmisc library provides many useful functions for interacting with This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |