[R-pkg-devel] devtools::check() gives error on missing License field, but License field is not missing
Rampal S. Etienne
r@mp@letienne @ending from gm@il@com
Thu Nov 8 09:24:21 CET 2018
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 below.
Furthermore, for another package, I get
-checking package dependencies ...Error in if (force_suggests) lsuggests
: (5.3s)missing value where TRUE/FALSE needed
The check completes without reporting any warning, note or error, so
this error seems an error in the function check itself.
Does anyone get these errors too and know how to fix them?
Cheers,
Rampal Etienne
DESCRIPTION
Package: secsse
Title: Several Examined and Concealed States-Dependent Speciation and
Extinction
Version: 0.1.11
License: GPL-3
Authors using R: c(
person("Leonel", "Herrera Alsina", email = "leonelhalsina using gmail.com", role = "cre"),
person("Paul", "van Els", email = "paulvanels using gmail.com", role = "aut"),
person("Rampal", "Etienne", email = "r.s.etienne using rug.nl", role = "aut"))
Description: It combines the features of HiSSE and MuSSE to
simultaneously infer state-dependent diversification across
two or more traits or states while accounting for the role
of a possible concealed trait.
Depends: R (>= 3.5.0)
Imports: utils,
DDD (> 3.0),
ape,
foreach,
doParallel,
apTreeshape,
phylobase,
geiger,
deSolve
Suggests: testthat,
testit,
knitr,
rmarkdown,
doMC,
odeintr
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
[[alternative HTML version deleted]]
More information about the R-package-devel
mailing list