Skip to content

Commit

Permalink
Merge pull request #114 from hesim-dev/110-fix-package-documentation-…
Browse files Browse the repository at this point in the history
…in-roxygen2

docs: add new special sentinel _PACKAGE
  • Loading branch information
dincerti authored Jan 27, 2024
2 parents d80ea4d + 4c38ad4 commit 0759b3e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ Suggests:
truncnorm
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
SystemRequirements: C++11
5 changes: 1 addition & 4 deletions R/hesim.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ data.table::as.data.table
#' @export
ggplot2::autoplot

#' `hesim`: Health Economic Simulation Modeling and Decision Analysis
#'
#' @description
#' To learn more about `hesim` visit the [website](https://hesim-dev.github.io/hesim/).
#'
#' @docType package
#' @name hesim
#' @useDynLib hesim
#' @import data.table
#' @importFrom Rcpp evalCpp
#' @importFrom ggplot2 .data
#' @keywords internal
NULL
"_PACKAGE"
27 changes: 26 additions & 1 deletion man/hesim.Rd

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

0 comments on commit 0759b3e

Please sign in to comment.