Skip to content

Commit

Permalink
Removed unused argument from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smeekes committed Jan 26, 2024
1 parent cff25f2 commit 079b066
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bootUR
Type: Package
Title: Bootstrap Unit Root Tests
Version: 1.0.2
Version: 1.0.3
Authors@R: c(
person("Stephan", "Smeekes", email = "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-0157-639X")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 1.0.3

### Bug Fixes
* Removed the unused argument 'h_rs' from the documentation of the function chech_inputs() (CRAN note).

## Version 1.0.2

### Bug Fixes
Expand Down
3 changes: 1 addition & 2 deletions R/auxiliary.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ do_tests_and_bootstrap <- function(data, boot_sqt_test, boot_ur_test, level, boo
ic_scale = criterion_scale, h_rs = h_rs, range = range_nonmiss,
joint = joint, show_progress = show_progress,
do_parallel = do_parallel)

D <- length(dc) * length(detr_int)
t_star <- array(t_star_mat, dim = c(B, D * N))

Expand Down Expand Up @@ -164,7 +164,6 @@ do_tests_and_bootstrap <- function(data, boot_sqt_test, boot_ur_test, level, boo
#' @param deterministics Numeric vector indicating the deterministic specification. Only relevant if \code{union = FALSE}. Options are (combinations of): \code{0} - no deterministics; \code{1} - intercept only; \code{2} - intercept and trend. If \code{union = FALSE} and \code{deterministics = NULL}, an intercept is added.
#' @param detrend String vector indicating the type of detrending to be performed. Only relevant if \verb{union = FALSE}. Options are: \verb{"OLS"} and/or \verb{"QD"} (typically also called GLS). If NULL, set to \verb{"OLS"}.
#' @param steps Numeric vector of quantiles to be tested. Default is to test each unit sequentially.
#' @param h_rs Bandwidth used in rescaled information criteria.
#' @seealso \code{\link{boot_ur}}, \code{\link{boot_sqt}}, \code{\link{boot_fdr}}
#' @keywords internal
check_inputs <- function(data, boot_sqt_test, boot_ur_test, level, bootstrap, B, block_length,
Expand Down
2 changes: 0 additions & 2 deletions man/check_inputs.Rd

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

0 comments on commit 079b066

Please sign in to comment.