[R-gregmisc-users] SF.net SVN: r-gregmisc:[1648] trunk/SASxport/man
Brought to you by:
warnes
From: <wa...@us...> - 2013-03-24 05:41:56
|
Revision: 1648 http://sourceforge.net/p/r-gregmisc/code/1648 Author: warnes Date: 2013-03-24 05:41:53 +0000 (Sun, 24 Mar 2013) Log Message: ----------- Replace obsolete use of .path.package() with path.package() Modified Paths: -------------- trunk/SASxport/man/Alfalfa.Rd trunk/SASxport/man/lookup.xport.Rd Modified: trunk/SASxport/man/Alfalfa.Rd =================================================================== --- trunk/SASxport/man/Alfalfa.Rd 2013-03-24 05:21:31 UTC (rev 1647) +++ trunk/SASxport/man/Alfalfa.Rd 2013-03-24 05:41:53 UTC (rev 1648) @@ -30,7 +30,7 @@ # go were the data is... here <- getwd() -setwd(file.path(.path.package("SASxport"),"extdata")) +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 2013-03-24 05:21:31 UTC (rev 1647) +++ trunk/SASxport/man/lookup.xport.Rd 2013-03-24 05:41:53 UTC (rev 1648) @@ -45,7 +45,7 @@ } \examples{ \dontshow{ -setwd(file.path(.path.package("SASxport"),"extData")) +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. |