Uwe,
Based on what you report, it seems at least possible that the bug is
related to some changes in R between versions.
I just submitted an updated version of the package to CRAN that moves the
acs package from "import" to "depends'. This solves the problem because it
forces users to load the ac
On 30 March 2016 at 14:03, Iago Mosqueira wrote:
| What is the best way of keeping R scripts that are used to generate the data
files in the data/ folder? These are not meant to be available to the user, but
I would like to keep them in the package itself. Right now I am storing them
inside dat
Hello,
What is the best way of keeping R scripts that are used to generate the data
files in the data/ folder? These are not meant to be available to the user, but
I would like to keep them in the package itself. Right now I am storing them
inside data/, for example PKG/data/datasetone.R to cre