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@R: c( person("Leonel", "Herrera Alsina", email = "leonelhals...@gmail.com", role = "cre"), person("Paul", "van Els", email = "paulvan...@gmail.com", role = "aut"), person("Rampal", "Etienne", email = "r.s.etie...@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]] ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel