[R-pkg-devel] R Internal data can not use

2018-03-31 Thread 王玥
Hi there, I am creating an R package now. I use devtools::use_data(mydat, internal = T) to add a sysdata.rda in R/ folder. The building process works well, but when I installed it, and I can not reach the data in sysdata.rda. Did anyone have this problem before? Thank you for your help. Frank

Re: [R-pkg-devel] R Internal data can not use

2018-03-31 Thread Duncan Murdoch
On 31/03/2018 10:34 AM, 王玥 wrote: Hi there, I am creating an R package now. I use devtools::use_data(mydat, internal = T) to add a sysdata.rda in R/ folder. The building process works well, but when I installed it, and I can not reach the data in sysdata.rda. Did anyone have this problem before?