RichardHooijmaijers / shinyMixR

run management tool for nlmixr
https://richardhooijmaijers.github.io/shinyMixR/index.html
Other
11 stars 4 forks source link

R CMD check fails because of missing lines in DESCRIPTION file #12

Closed bruc closed 3 years ago

bruc commented 3 years ago

In our R environment, we run R CMD check on every package we install, and shinyMixR fails because there is no Author: or Maintainer: entries in the DESCRIPTION file. We are running R-3.5.2. Would you please add these two entries?

Thank you.

RichardHooijmaijers commented 3 years ago

There was an Authors@R field present in the description that also holds the info for maintainer. I guess for older R versions this is not fully accepted, so I included the two separate fields also in the latest version for backwards compatibility. Please let me know if this works for you, as I could not fully test it with this version of R on my system

mattfidler commented 3 years ago

I think devtools creates this when building the package.

bruc commented 3 years ago

@RichardHooijmaijers yes it works for us -- thanks!

We're running R-3.5.2.