Skip to content

Commit

Permalink
import rlang
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Oct 13, 2023
1 parent 2076493 commit 347ec7e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ export(quarto_render)
export(quarto_serve)
export(quarto_use_template)
export(quarto_version)
import(rlang)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(jsonlite,fromJSON)
importFrom(later,later)
importFrom(processx,process)
Expand Down
3 changes: 3 additions & 0 deletions R/aaa.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#' Internal package state
#' @noRd
quarto <- new.env(parent = emptyenv())
9 changes: 6 additions & 3 deletions R/quarto-package.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#' @keywords internal
"_PACKAGE"

#' Internal package state
#' @noRd
quarto <- new.env(parent = emptyenv())
## usethis namespace: start
#' @import rlang
## usethis namespace: end
NULL
29 changes: 29 additions & 0 deletions man/quarto-package.Rd

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

0 comments on commit 347ec7e

Please sign in to comment.