[R] Another packaging question
Johannes Huesing
johannes at huesing.name
Sun Jul 13 18:42:08 CEST 2008
Uwe Ligges <ligges at statistik.tu-dortmund.de> [Sat, Jul 12, 2008 at 11:48:38AM CEST]:
>
>
> Johannes Huesing wrote:
>> I am still trying to build a package. At the moment I am stuck with a
>> file not found error message when processing R code from the tests
>> subdirectory. What would be the accurate relative path for files in
>> the tests directory to access files in the data directory?
>
>
> You do not need a path. Just say
> data("your_data's_name")
> (if data is not already under Lazy Loading) in the R code. I guess you
> rely on an installed package when the tests are executed, don't you?
Yes, that did it, thank you.
Yes, and I had to learn that I have to include library(packagename)
in the example files-
--
Johannes Hüsing There is something fascinating about science.
One gets such wholesale returns of conjecture
mailto:johannes at huesing.name from such a trifling investment of fact.
http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi")
More information about the R-help
mailing list