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 software that generate these metadata and textgrids files. The current package processes and plots this data. When I run the R CMD check, the working directory is set to a folder (.Rcheck) within the package, so I reset working directory with setwd(".."), to be able to access the data-raw folder. This gives a warning. Is there a different way I can access my example dataset? Thank you! Yana Outkin [[alternative HTML version deleted]] ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel