Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Re-inserted saros.base import for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sda030 committed Aug 2, 2024
1 parent 4b872f1 commit d20510b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Depends:
R (>= 4.2.0)
Imports:
cli,
saros.base,
utils,
vctrs,
glue,
Expand All @@ -47,7 +48,6 @@ Imports:
fs
Suggests:
covr,
saros.base,
srvyr,
writexl,
haven,
Expand Down
4 changes: 4 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#' @inherit saros.base::ex_survey description source references title
#' @export
ex_survey <- saros.base::ex_survey

.not_used_fns <- function() {
saros.base::read_default_draft_report_args
}

0 comments on commit d20510b

Please sign in to comment.