RobinHankin / disordR

https://robinhankin.github.io/disordR/
1 stars 0 forks source link

feedback from CRAN #13

Closed RobinHankin closed 3 years ago

RobinHankin commented 3 years ago

Thanks,

Please always write package names, software names and API (application programming interface) names in single quotes in title and description. e.g: --> 'disordR'

If there are references describing the methods in your package, please add these in the description field of your DESCRIPTION file in the form authors (year) authors (year) authors (year, ISBN:...) or if those are not available: with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for auto-linking. (If you want to add a title as well please put it in quotes: "Title")

Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. Please write about the structure of the output (class) and also what the output means. (If a function does not return a value, please document that too, e.g. \value{No return value, called for side effects} or similar) Missing Rd-tags: c.Rd: \value disord.Rd: \value drop.Rd: \value pmin.Rd: \value

Please fix and resubmit.

Best, Julia Haider