Skip to content

Commit

Permalink
Resolve devtools::check() issues
Browse files Browse the repository at this point in the history
  • Loading branch information
christophscheuch committed Oct 18, 2024
1 parent 4c69e15 commit 7fb89a4
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
^LICENSE\.md$
^.*\.Rproj$
^\.Rproj\.user$
^vignettes/*_files$
^LICENSE\.md$
^cran-comments\.md$
^README\.Rmd$
^revdep$
^CRAN-SUBMISSION$
^doc$
^Meta$
^\.github$
_pkgdown.yml
9 changes: 8 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1)
Imports:
cli,
httr2 (>= 1.0.0),
dplyr (>= 1.0.0),
purrr (>= 1.0.0)
Suggests:
knitr,
quarto,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Generated by roxygen2: do not edit by hand

import(cli)
import(dplyr)
import(httr2)
importFrom(purrr,map)
1 change: 1 addition & 0 deletions R/wbids-package.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' @keywords internal
#' @import httr2
#' @import dplyr
#' @import cli
"_PACKAGE"

## usethis namespace: start
Expand Down
29 changes: 29 additions & 0 deletions man/wbids-package.Rd

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

0 comments on commit 7fb89a4

Please sign in to comment.