Skip to content
Closed
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Suggests:
knitr,
rmarkdown,
tinytest
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' Fill `NA` with last non-NA element.
#' @inheritParams runner
#' @param run_for_first If first elements are filled with `NA`, `run_for_first = TRUE`
#' allows to fill all initial `NA` with nearest non-NA value. By default
#' allows filling all initial `NA` with nearest non-NA value. By default
#' `run_for_first = FALSE`.
#' @param only_within `NA` are replaced only if previous and next non-NA
#' values are the same. By default `only_within = FALSE`.
Expand Down
2 changes: 1 addition & 1 deletion man/fill_run.Rd

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

2 changes: 1 addition & 1 deletion src/fill_run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using namespace Rcpp;
//' Fill `NA` with last non-NA element.
//' @inheritParams runner
//' @param run_for_first If first elements are filled with `NA`, `run_for_first = TRUE`
//' allows to fill all initial `NA` with nearest non-NA value. By default
//' allows filling all initial `NA` with nearest non-NA value. By default
//' `run_for_first = FALSE`.
//' @param only_within `NA` are replaced only if previous and next non-NA
//' values are the same. By default `only_within = FALSE`.
Expand Down
Loading