Skip to content
Prev 2956 / 12125 Next

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

This is great news Roman.

The "rth" role stands for "Research team head", and I got it from the http://www.loc.gov/marc//relators/relaterm.html website.

This issue here is Diane Catellier provided the funds and management for us to develop this package.  I did not know about the person() function.  When I looked at the help page for person(), I see that I can use "fnd" for funder and that will define Diane's role sufficiently well.  I'll make the change and run through my checks again.

Thank you,
Barry

-----Original Message-----
From: Roman Flury <roman.flury at math.uzh.ch> 
Sent: Wednesday, July 25, 2018 5:27 PM
To: Eggleston, Barry <beggleston at rti.org>
Cc: Hugh Parsonage <hugh.parsonage at gmail.com>; r-package-devel at r-project.org
Subject: Re: [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: