Re: [R-pkg-devel] devtools::check() gives error on missing License field, but License field is not missing

2018-11-08 Thread William Dunlap
The output of sessionInfo(), at the time of the error, would also be useful - it will give the versions of devtools, pkgload, and all the other packages that devtools requires. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Nov 8, 2018 at 8:32 AM, Kevin Ushey wrote: > It would be easiest

Re: [R-pkg-devel] devtools::check() gives error on missing License field, but License field is not missing

2018-11-08 Thread Kevin Ushey
It would be easiest for others to diagnose if you could make your package sources available (e.g. on GitHub) so that others might try to download your package and reproduce the issue if possible on their own machines. Best, Kevin On Thu, Nov 8, 2018 at 12:24 AM Rampal S. Etienne wrote: > > Yeste

Re: [R-pkg-devel] Version number in check_results

2018-11-08 Thread Dirk Eddelbuettel
On 8 November 2018 at 07:21, Lisec, Jan wrote: | [short version] | Is the depicted 'Version' in the CRAN package check results page referring to the version of the uploaded package? | | [long version] | Due to changes in a suggested package I had to update my own and fail to get it pass the CR

[R-pkg-devel] Version number in check_results

2018-11-08 Thread Lisec, Jan
Hi fellow developers, [short version] Is the depicted 'Version' in the CRAN package check results page referring to the version of the uploaded package? [long version] Due to changes in a suggested package I had to update my own and fail to get it pass the CRAN check_results step (while locally

[R-pkg-devel] devtools::check() gives error on missing License field, but License field is not missing

2018-11-08 Thread Rampal S. Etienne
Yesterday I updated the devtools package and suddenly obtained some strange errors when running devtools::check(). For instance, I get E checking for file 'secsse/DESCRIPTION'Required field missing or empty: 'License' However. the License line is present. I don't see anything wrong with it. See