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?
Best wishes,
uwe
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.