Skip to content

Commit

Permalink
Merge pull request #604 from amices/603-accidentally-repeated-roxygen…
Browse files Browse the repository at this point in the history
…-comments

Remove double comment sign
  • Loading branch information
stefvanbuuren authored Nov 27, 2023
2 parents 3abe393 + 47451a2 commit 1e1b0cd
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, Matrix
pak-version: devel
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
2 changes: 1 addition & 1 deletion R/ampute.continuous.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' @author Rianne Schouten [aut, cre], Gerko Vink [aut], Peter Lugtig [ctb], 2016
#' @seealso \code{\link{ampute}}, \code{\link{ampute.default.type}}
#' @references
#' #'Van Buuren, S. (2018).
#' Van Buuren, S. (2018).
#' \href{https://stefvanbuuren.name/fimd/sec-linearnormal.html#sec:generateuni}{\emph{Flexible Imputation of Missing Data. Second Edition.}}
#' Chapman & Hall/CRC. Boca Raton, FL.
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion R/futuremice.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#' Volker, T.B. and Vink, G. (2022). futuremice: The future starts today.
#' \url{https://www.gerkovink.com/miceVignettes/futuremice/Vignette_futuremice.html}
#'
#' #'Van Buuren, S. (2018).
#' Van Buuren, S. (2018).
#' \href{https://stefvanbuuren.name/fimd/parallel-computation.html}{\emph{Flexible Imputation of Missing Data. Second Edition.}}
#' Chapman & Hall/CRC. Boca Raton, FL.
#'
Expand Down
3 changes: 1 addition & 2 deletions R/mice-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
#' \item \href{https://www.gerkovink.com/miceVignettes/Multi_level/Multi_level_data.html}{Imputing multilevel data}
#' \item \href{https://www.gerkovink.com/miceVignettes/Sensitivity_analysis/Sensitivity_analysis.html}{Sensitivity analysis with \pkg{mice}}
#' }
#'
#' #'Van Buuren, S. (2018).
#' Van Buuren, S. (2018).
#' Boca Raton, FL.: Chapman & Hall/CRC Press.

#' The book
Expand Down
2 changes: 1 addition & 1 deletion R/mice.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#' visited. In that way, deterministic relation between columns will always be
#' synchronized.
#'
#' #'A new argument \code{ls.meth} can be parsed to the lower level
#' A new argument \code{ls.meth} can be parsed to the lower level
#' \code{.norm.draw} to specify the method for generating the least squares
#' estimates and any subsequently derived estimates. Argument \code{ls.meth}
#' takes one of three inputs: \code{"qr"} for QR-decomposition, \code{"svd"} for
Expand Down
2 changes: 1 addition & 1 deletion R/mira.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#' methods and add these to \code{broom} according to the specifications
#' given in \url{https://broom.tidymodels.org}.
#'
#' #'The \code{mira} class of objects has methods for the
#' The \code{mira} class of objects has methods for the
#' following generic functions: \code{print}, \code{summary}.
#'
#' Many of the functions of the \code{mice} package do not use the
Expand Down
2 changes: 1 addition & 1 deletion R/parlmice.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#' Schouten, R. and Vink, G. (2017). parlmice: faster, paraleller, micer.
#' \url{https://www.gerkovink.com/parlMICE/Vignette_parlMICE.html}
#'
#' #'Van Buuren, S. (2018).
#' Van Buuren, S. (2018).
#' \href{https://stefvanbuuren.name/fimd/parallel-computation.html}{\emph{Flexible Imputation of Missing Data. Second Edition.}}
#' Chapman & Hall/CRC. Boca Raton, FL.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/ampute.continuous.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/futuremice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/mice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mira-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/parlmice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e1b0cd

Please sign in to comment.