Skip to content

Commit

Permalink
Dev roxygen2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 22, 2023
1 parent 870696c commit 24eaf54
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ LinkingTo:
VignetteBuilder:
knitr
Biarch: true
Config/Needs/website:tidyverse/tidytemplate, tidyr
Config/Needs/website: tidyverse/tidytemplate, tidyr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.2.3.9000
32 changes: 32 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,36 @@ import(vctrs)
importFrom(cli,cli_progress_bar)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,done)
importFrom(rlang,exec)
importFrom(rlang,is_atomic)
importFrom(rlang,is_bare_atomic)
importFrom(rlang,is_bare_character)
importFrom(rlang,is_bare_double)
importFrom(rlang,is_bare_integer)
importFrom(rlang,is_bare_list)
importFrom(rlang,is_bare_logical)
importFrom(rlang,is_bare_numeric)
importFrom(rlang,is_bare_vector)
importFrom(rlang,is_character)
importFrom(rlang,is_double)
importFrom(rlang,is_empty)
importFrom(rlang,is_formula)
importFrom(rlang,is_function)
importFrom(rlang,is_integer)
importFrom(rlang,is_list)
importFrom(rlang,is_logical)
importFrom(rlang,is_null)
importFrom(rlang,is_scalar_atomic)
importFrom(rlang,is_scalar_character)
importFrom(rlang,is_scalar_double)
importFrom(rlang,is_scalar_integer)
importFrom(rlang,is_scalar_list)
importFrom(rlang,is_scalar_logical)
importFrom(rlang,is_scalar_vector)
importFrom(rlang,is_vector)
importFrom(rlang,rep_along)
importFrom(rlang,set_names)
importFrom(rlang,zap)
useDynLib(purrr, .registration = TRUE)

0 comments on commit 24eaf54

Please sign in to comment.