We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for such a great package.
When reading some of the helpfiles, I noticed that there are accidentally repeated roxygen comments in 6 places in the code:
mice/R/ampute.continuous.R
Line 27 in 3abe393
mice/R/futuremice.R
Line 64 in 3abe393
mice/R/mice-package.R
Line 51 in 3abe393
mice/R/mice.R
Line 113 in 3abe393
mice/R/mira.R
Line 35 in 3abe393
mice/R/parlmice.R
Line 53 in 3abe393
i.e., the second #' just needs to be deleted in each case.
#'
The text was updated successfully, but these errors were encountered:
Thanks! I've created a PR with your suggested changes #604
Sorry, something went wrong.
Thank you very much. Maybe you need to run devtools::document()/roxygen2::roxygenize() to regenerate the .Rd files and add those to the PR also.
devtools::document()
roxygen2::roxygenize()
You're absolutely right! I thought I could just fix it in the online repo, but running it locally now. Thank you.
Successfully merging a pull request may close this issue.
Thanks for such a great package.
When reading some of the helpfiles, I noticed that there are accidentally repeated roxygen comments in 6 places in the code:
mice/R/ampute.continuous.R
Line 27 in 3abe393
mice/R/futuremice.R
Line 64 in 3abe393
mice/R/mice-package.R
Line 51 in 3abe393
mice/R/mice.R
Line 113 in 3abe393
mice/R/mira.R
Line 35 in 3abe393
mice/R/parlmice.R
Line 53 in 3abe393
i.e., the second
#'
just needs to be deleted in each case.The text was updated successfully, but these errors were encountered: