Skip to content

Commit

Permalink
Update description and namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
masurp committed May 28, 2024
1 parent 3c8bca0 commit 690f876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Imports:
parallelly,
purrr,
rlang,
rsample,
stringr,
tibble,
tidyr
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rsample,analysis)
importFrom(rsample,bootstraps)
importFrom(stats,formula)
importFrom(stats,mad)
importFrom(stats,median)
Expand Down
1 change: 1 addition & 0 deletions R/specr-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
#' @importFrom stats formula mad median nobs quantile start vcov
#' @importFrom stringr str_glue str_remove_all
#' @importFrom utils stack head packageVersion
#' @importFrom rsample bootstraps analysis
## usethis namespace: end
NULL

0 comments on commit 690f876

Please sign in to comment.