File: bookdown-package.R

package info (click to toggle)
r-cran-bookdown 0.42%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,752 kB
  • sloc: javascript: 11,343; makefile: 21; sh: 20
file content (11 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#' Authoring Books and Technical Documents with R Markdown
#'
#' A open-source (GPL-3) R package to facilitate writing books and long-form
#' articles/reports with R Markdown.
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom xfun dir_create dir_exists file_rename
## usethis namespace: end
NULL