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

Remove double comment sign #604

Merged
merged 3 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading