[R-gregmisc-users] SF.net SVN: r-gregmisc:[1593] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-29 19:03:33
|
Revision: 1593 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1593&view=rev Author: warnes Date: 2012-06-29 19:03:27 +0000 (Fri, 29 Jun 2012) Log Message: ----------- Create inst/extdata directory to hold example file Alfalfa.xpt. Modified Paths: -------------- trunk/SASxport/man/Alfalfa.Rd trunk/SASxport/man/lookup.xport.Rd Added Paths: ----------- trunk/SASxport/inst/extdata/ trunk/SASxport/inst/extdata/Alfalfa.xpt Added: trunk/SASxport/inst/extdata/Alfalfa.xpt =================================================================== (Binary files differ) Property changes on: trunk/SASxport/inst/extdata/Alfalfa.xpt ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/SASxport/man/Alfalfa.Rd =================================================================== --- trunk/SASxport/man/Alfalfa.Rd 2012-06-29 19:02:14 UTC (rev 1592) +++ trunk/SASxport/man/Alfalfa.Rd 2012-06-29 19:03:27 UTC (rev 1593) @@ -30,7 +30,7 @@ # go were the data is... here <- getwd() -setwd(file.path(.path.package("SASxport"),"data")) +setwd(file.path(.path.package("SASxport"),"extdata")) # Description of the file contents lookup.xport("Alfalfa.xpt") Modified: trunk/SASxport/man/lookup.xport.Rd =================================================================== --- trunk/SASxport/man/lookup.xport.Rd 2012-06-29 19:02:14 UTC (rev 1592) +++ trunk/SASxport/man/lookup.xport.Rd 2012-06-29 19:03:27 UTC (rev 1593) @@ -45,7 +45,7 @@ } \examples{ \dontshow{ -setwd(file.path(.path.package("SASxport"),"data")) +setwd(file.path(.path.package("SASxport"),"extData")) } ## Get information on a local file lookup.xport("Alfalfa.xpt") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |