Skip to content

Commit

Permalink
usethis::use_package_doc()
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 4, 2022
1 parent 4950965 commit ae2bab7
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
7 changes: 7 additions & 0 deletions R/cli-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#' @keywords internal
#' @aliases cli-package
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
1 change: 1 addition & 0 deletions cli.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageCleanBeforeInstall: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
2 changes: 1 addition & 1 deletion man/ansi_align.Rd

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

31 changes: 31 additions & 0 deletions man/cli-package.Rd

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

3 changes: 2 additions & 1 deletion man/roxygen/meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ list(
knitr_chunk_options = list(
cache = TRUE,
error = TRUE,
cache.path = "man/_cache/"
cache.path = "man/_cache/",
fig.process = base::basename
)
)

0 comments on commit ae2bab7

Please sign in to comment.