Skip to content
Prev 2955 / 12125 Next

[R-pkg-devel] Get an empty note for "checking DESCRIPTION meta-information" when I run devtools::build_win()

Barry,

sorry did not anticipate the behaving of the emailer. I could reproduce 
your error with the DESCRIPTION file below with a helloworld pkg

Package: test
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors at R: c(person("Roman", "Flury", email = "roman.flury at math.uzh.ch", 
role = c("aut", "cre")),
 ???????????? person("Test", "person", email = "testmail at test.org", role 
= c("fnd", "rth")))
Description: Short description to describe this package.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: eha (>= 2.5.1),
 ??? ggplot2 (>= 2.2.1),
 ??? survival (>= 2.41-3),
 ??? reshape2 (>= 1.4.3),
 ??? stats (>= 3.5.0)
RoxygenNote: 6.0.1

this passes R CMD check --as-cran on a unix system, but not on windwos. 
The problem seems to be the role "rth", which is also not listed in 
?person. What does this role stand for?

best, Roman
On 25.07.2018 16:21, Eggleston, Barry wrote: