[R-pkg-devel] Will use split option

2019-07-10 Thread Alex Hallam
On Wed, Jul 10, 2019 at 6:14 AM Dirk Eddelbuettel wrote: > > On 10 July 2019 at 05:53, Alex Hallam wrote: > | I am working on a data package. Due to the size of the package I opted > | to store the package as a drat repo. > | > | I am able to install my package locally, b

[R-pkg-devel] Difficulty installing my package from drat repository

2019-07-10 Thread Alex Hallam
I am working on a data package. Due to the size of the package I opted to store the package as a drat repo. I am able to install my package locally, but I can't seem to install the package from the drat repo. The error I get is: ``` Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib

Re: [R-pkg-devel] Writing a data package with large files

2019-07-06 Thread Alex Hallam
Thanks. This is exactly what I needed. Thanks -Alex On Sat, Jul 6, 2019 at 10:10 AM Dirk Eddelbuettel wrote: > > On 6 July 2019 at 09:27, Alex Hallam wrote: > | I have been working on making a data package. The goal is to one day push > | it to CRAN, but I am having 2 problems (one

[R-pkg-devel] Writing a data package with large files

2019-07-06 Thread Alex Hallam
I have been working on making a data package. The goal is to one day push it to CRAN, but I am having 2 problems (one warning and one note) from R CMD. I think the problems are due to having large files (a 453M csv.7z raw file and a 75M .rda file) Below is my R CMD check. ── R CMD check results ─