Re: [R-pkg-devel] Problem with test data folder. R package develpoment

2020-06-14 Thread Jeff Newmiller
Use a different name than "data" such as "rawdata" within "inst" to put files that your code refers to using the system.name() function. The directory name "data" is used for a specific purpose as described in the Writing R Extensions manual [1], and if you want to put files in that directory fo

Re: [R-pkg-devel] Problem with test data folder. R package develpoment

2020-06-14 Thread Duncan Murdoch
On 14/06/2020 4:55 a.m., Subhadip Datta wrote: I attached my test data in inst/data but why this warning is showing. "Found the following non-empty subdirectories of 'inst' also used by R: inst/data It is recommended not to interfere with package subdirectories used by R." This is no

[R-pkg-devel] Problem with test data folder. R package develpoment

2020-06-14 Thread Subhadip Datta
I attached my test data in inst/data but why this warning is showing. "Found the following non-empty subdirectories of 'inst' also used by R: inst/data It is recommended not to interfere with package subdirectories used by R." This is not a problem from my side. It used the data from that