Re: [R-pkg-devel] accessing data folder Warning/Error

2024-06-11 Thread Iris Simmons
Unless I'm misunderstanding, it sounds like you're storing data that your package requires in an external location. You need to put your data into your R package and then access that data with system.file(package = "", ) Sometimes people will make a folder inst/extdata inside their R package direc

[R-pkg-devel] accessing data folder Warning/Error

2024-06-11 Thread Yana Outkin
I am currently in the process of submitting a package to CRAN. I am having difficulties with the example section in Summary.Rd I placed the data in a folder called data-raw, which contains a metadata file, textgrid file, and a README.md description of the data. This package builds on existing soft