Skip to content

Commit

Permalink
fix names: admiralext -> admiraldev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Slama committed Jul 15, 2022
1 parent 1060967 commit 16bd1f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(hello_admiral)
importFrom(admiral,assert_character_scalar)
importFrom(admiral,derive_vars_dy)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
Expand Down
2 changes: 1 addition & 1 deletion R/admiralext-package.R → R/admiraldev-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
#' @importFrom tidyselect all_of contains vars_select
#' @importFrom hms as_hms
#' @importFrom lifecycle deprecate_warn deprecated deprecate_stop
#' @importFrom admiral derive_vars_dy
#' @importFrom admiral derive_vars_dy assert_character_scalar
"_PACKAGE"
2 changes: 1 addition & 1 deletion man/admiraldev-package.Rd

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

4 changes: 2 additions & 2 deletions tests/testthat/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library(testthat)
library(admiralext)
library(admiraldev)

test_check("admiralext")
test_check("admiraldev")

0 comments on commit 16bd1f7

Please sign in to comment.