Skip to content
Prev 11303 / 12125 Next

[R-pkg-devel] Retrieving versioned csv datasets for use in an R package

Thanks so much Rafael, I think piggyback is exactly what I was looking for.
I wonder if it is possible/best practice to include a call to it during the
install.packages('MyPackage') process so that the data is available prior
to running tests in the R CMD build Github Action (and also for users to
have the default/most recent dataset) downloaded alongside the package.
-John

On Fri, Feb 14, 2025 at 4:08?PM Rafael H. M. Pereira <
rafa.pereira.br at gmail.com> wrote: