Re: [R-pkg-devel] Package submission failed with two warnings

2020-05-21 Thread FARSHAD TABASINEJAD
Turgeon Cc: FARSHAD TABASINEJAD; Duncan Murdoch; r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Package submission failed with two warnings The reason is that CRAN does not have an R-devel binary for data.table, and because of this install.packages() decides not to install it. Here is a

Re: [R-pkg-devel] Package submission failed with two warnings

2020-05-15 Thread Gábor Csárdi
y. > > > Max Turgeon > Assistant Professor > Department of Statistics > Department of Computer Science > University of Manitoba > maxturgeon.ca<http://maxturgeon.ca> > > > ________________ > From: R-pa

Re: [R-pkg-devel] Package submission failed with two warnings

2020-05-15 Thread Max Turgeon
toba maxturgeon.ca<http://maxturgeon.ca> From: R-package-devel on behalf of FARSHAD TABASINEJAD Sent: May 15, 2020 4:11:36 PM To: Duncan Murdoch; r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Package submission failed with two warnings ***

Re: [R-pkg-devel] Package submission failed with two warnings

2020-05-15 Thread FARSHAD TABASINEJAD
can also find the source code in the following link: https://github.com/susaenergy/Rpvt Thank you for the help! Farshad From: Duncan Murdoch Sent: Friday, May 15, 2020 9:28 AM To: FARSHAD TABASINEJAD; r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Package submission failed with two

Re: [R-pkg-devel] Package submission failed with two warnings

2020-05-15 Thread Duncan Murdoch
For your first warning, see the CRAN policy: "Updates to previously-published packages must have an increased version. Increasing the version number at each submission reduces confusion so is preferred even when a previous submission was not accepted." For the second, it's hard to say what's

Re: [R-pkg-devel] Package submission failed with two warnings

2020-05-15 Thread Mauricio Zambrano-Bigiarini
On Fri, 15 May 2020 at 10:34, FARSHAD TABASINEJAD wrote: > > Dear R-package-devel experts, > > This is the first time I’m writing to this platform about a package I > recently submitted to CRAN (my first package). > While the package is already available on CRAN, I still must fix a few > warning

[R-pkg-devel] Package submission failed with two warnings

2020-05-15 Thread FARSHAD TABASINEJAD
Dear R-package-devel experts, This is the first time I’m writing to this platform about a package I recently submitted to CRAN (my first package). While the package is already available on CRAN, I still must fix a few warnings and one error as reported on the CRAN package check results page: htt