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
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
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
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
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