[R-pkg-devel] winbuilder fails for package depending on rJava

2019-10-17 Thread Danny Smith
Hi all, I'm trying to ready a package update for CRAN, but it's failing 32 bit Windows checks because of rJava: ``` * installing *source* package 'dialrjars' ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices **

Re: [R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Dirk Eddelbuettel
Sigbert, One approach you could consider is to _package_ the data in a (standard R) package upon which you can have a Suggests: relationship using a Additional_repositories: entry in DESCRIPTION. That is fully compliant and compatible with the CRAN Policy, and has been done before -- in fact

Re: [R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Hong Ooi via R-package-devel
Also, consider using the rappdirs package to write to a location that follows standard practice on each platform. -Original Message- From: R-package-devel On Behalf Of Martin Maechler Sent: Thursday, 17 October 2019 11:44 PM To: Sigbert Klinke Cc: r-package-devel@r-project.org

Re: [R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Iñaki Ucar
And if the user hits "yes", the package rappdirs may be useful to get an appropriate place to save that data. Iñaki On Thu, 17 Oct 2019 at 14:45, Martin Maechler wrote: > > > Sigbert Klinke > > on Thu, 17 Oct 2019 14:29:54 +0200 writes: > > > Hi, > > I'am developing a

Re: [R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Martin Maechler
> Sigbert Klinke > on Thu, 17 Oct 2019 14:29:54 +0200 writes: > Hi, > I'am developing a package that circumvents the R package size limitation > for data sets. For this I store the data set in the internet (currently > GitHub) and download if it is requested. >

Re: [R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Enrico Schumann
Quoting Sigbert Klinke : Hi, I'am developing a package that circumvents the R package size limitation for data sets. For this I store the data set in the internet (currently GitHub) and download if it is requested. To avoid unnecessary downloads and internet connections I create a

Re: [R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Brian G. Peterson
On Thu, 2019-10-17 at 14:29 +0200, Sigbert Klinke wrote: > Hi, > > I'am developing a package that circumvents the R package size > limitation > for data sets. For this I store the data set in the internet > (currently > GitHub) and download if it is requested. > > To avoid unnecessary

[R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Sigbert Klinke
Hi, I'am developing a package that circumvents the R package size limitation for data sets. For this I store the data set in the internet (currently GitHub) and download if it is requested. To avoid unnecessary downloads and internet connections I create a directory in the users home