-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor tutorial knitr hooks and set them in the tutorial format (#599)
- Loading branch information
Showing
9 changed files
with
127 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @importFrom evaluate evaluate | ||
#' @importFrom htmltools attachDependencies | ||
#' @importFrom htmltools div | ||
#' @importFrom htmltools HTML | ||
#' @importFrom htmltools htmlDependency | ||
#' @importFrom htmltools tags | ||
#' @importFrom htmlwidgets createWidget | ||
#' @importFrom jsonlite base64_dec | ||
#' @importFrom jsonlite base64_enc | ||
#' @importFrom knitr all_labels | ||
#' @importFrom knitr knit_hooks | ||
#' @importFrom knitr knit_meta_add | ||
#' @importFrom knitr opts_chunk | ||
#' @importFrom knitr opts_hooks | ||
#' @importFrom knitr opts_knit | ||
#' @importFrom knitr spin | ||
#' @importFrom markdown markdownExtensions | ||
#' @importFrom markdown markdownToHTML | ||
#' @importFrom rprojroot find_root | ||
#' @importFrom rprojroot is_r_package | ||
#' @importFrom shiny invalidateLater | ||
#' @importFrom shiny isolate | ||
#' @importFrom shiny observe | ||
#' @importFrom shiny observeEvent | ||
#' @importFrom shiny reactive | ||
#' @importFrom shiny reactiveValues | ||
#' @importFrom shiny req | ||
#' @importFrom withr with_envvar | ||
## usethis namespace: end | ||
NULL |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.