Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN Fixes gen3sis 1.4 #57

Closed
ohagen opened this issue Oct 21, 2021 · 1 comment
Closed

CRAN Fixes gen3sis 1.4 #57

ohagen opened this issue Oct 21, 2021 · 1 comment

Comments

@ohagen
Copy link
Member

ohagen commented Oct 21, 2021

##1
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) doi:... authors (year) arXiv:... authors (year, ISBN:...) or if those are not available: https:... 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")

##2
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 in up to 18 .Rd files, e.g.:
evolution_mode_none.Rd: \value
plot_landscape_overview.Rd: \value
plot_landscape.Rd: \value
plot_ranges.Rd: \value
plot_raster_multiple.Rd: \value
plot_raster_single.Rd: \value
...

##3
Please always make sure to reset to user's options(), working directory or par() after you changed it in examples and vignettes and demos.
e.g.: inst/doc/introduction.R
oldpar <- par(mfrow = c(1,2))
...
par(oldpar)

Please do not modify the .GlobalEnv. This is not allowed by the CRAN policies. e.g.: .Random.seed

##4
Additionally:
Have the issues why your package was archived been fixed?
Please explain this in the submission comments.

ohagen added a commit that referenced this issue Oct 21, 2021
add return value relative to issue #57
ohagen added a commit that referenced this issue Oct 21, 2021
ohagen added a commit that referenced this issue Oct 21, 2021
ohagen added a commit that referenced this issue Oct 21, 2021
ohagen added a commit that referenced this issue Oct 21, 2021
ohagen added a commit that referenced this issue Oct 21, 2021
automatic ..Rd updated related to issue #57
@ohagen
Copy link
Member Author

ohagen commented Oct 28, 2021

package 1.4 re-entered CRAN \o/

@ohagen ohagen closed this as completed Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant