Skip to content

Commit

Permalink
roxygen2 requires _PACKAGE now
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 4, 2024
1 parent 4116fe6 commit 08c9edb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' new features like caching and finer control of graphics. It is not limited to
#' LaTeX and is ready to be customized to process other file formats. See the
#' package website in the references for more information and examples.
#' @docType package
#' @name knitr-package
#' @aliases knitr
#' @import graphics grDevices stats utils
Expand All @@ -28,7 +27,7 @@
#' @importFrom xfun attr file_ext is_windows loadable parse_only
#' sans_ext try_silent with_ext read_utf8 write_utf8 file_string
#' is_R_CMD_check is_abs_path
NULL
'_PACKAGE'

.knitEnv = new.env()

Expand Down

0 comments on commit 08c9edb

Please sign in to comment.