Skip to content

Commit 48f182c

Browse files
committed
pkgload in NAMESPACE
1 parent 19058bd commit 48f182c

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ importFrom(golem,bundle_resources)
88
importFrom(golem,favicon)
99
importFrom(golem,with_golem_options)
1010
importFrom(graphics,hist)
11+
importFrom(pkgload,load_all)
1112
importFrom(shiny,shinyApp)

R/shinyfaithful-package.R

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#' @keywords internal
2+
"_PACKAGE"
3+
4+
## usethis namespace: start
5+
#' @importFrom pkgload load_all
6+
## usethis namespace: end
7+
NULL

man/shinyfaithful-package.Rd

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)