mwpennell / arbutus

Assessing the adequacy of phylogenetic models of quantitative trait evolution
7 stars 2 forks source link

Roxygen in DESCRIPTION file #20

Closed mwpennell closed 9 years ago

mwpennell commented 9 years ago

You have

Suggests:
    diversitree,
    testthat,
    roxygen2
Roxygen: list(wrap = FALSE)

in the DESCRIPTION file. R CMD check does not like the use of Roxygen as an element. What is the purpose of the list(wrap=FALSE) line here and can we do without it (or else move it to Suggests: roxygen2

richfitz commented 9 years ago

This was something that roxygen used to ask you to add, but seems not to any more. Just delete that line.