Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Superseded deprecated function #36

Merged
merged 4 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.1.0.9000
Authors@R: c(
person("Daniel D.", "Sjoberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018")),
person("Amelia", "Tran", , "[email protected]", role = "aut",
person("Amelia H.", "Tran", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9472-0302"))
)
Description: Package exports a function that creates an interactive gt or
Expand Down Expand Up @@ -43,4 +43,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ development:
authors:
Daniel D. Sjoberg:
href: https://www.danieldsjoberg.com/
Amelia H. Tran:
href: https://athenamelia.github.io/

navbar:
structure:
Expand Down
Binary file modified data/discovery.rda
Binary file not shown.
30 changes: 15 additions & 15 deletions inst/admiral-lookup-book.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/admiraldiscovery-package.Rd

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

2 changes: 1 addition & 1 deletion man/discovery.Rd

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

2 changes: 1 addition & 1 deletion tests/testthat/test-discovery.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_that("discovery DATASET is consistent", {
)
})

test_that("Warn for Deprecated/Supersded Functions", {
test_that("Warn for Deprecated/Superseded Functions", {
ddsjoberg marked this conversation as resolved.
Show resolved Hide resolved
expect_output({
df_superseded <-
dplyr::inner_join(
Expand Down