Skip to content

Commit

Permalink
Clean up repo to put on drat
Browse files Browse the repository at this point in the history
  • Loading branch information
giabaio committed Oct 3, 2024
1 parent 9102a14 commit 9dbdcd8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 70 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: survHEinla
Title: Survival Analysis in Health Economic Evaluation using INLA
Version: 0.0.1
Date: 2023-03-15
Authors@R:c(
Date: 2024-10-03
Authors@R: c(
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "[email protected]"))
URL: https://github.com/giabaio/survHEinla, https://gianluca.statistica.it/software/survhe
BugReports: https://github.com/giabaio/survHEinla/issues
Expand All @@ -13,7 +13,7 @@ Description: A module to complement the backbone structure of the package survHE
License: GPL (>=3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.3.2
Biarch: true
Depends:
survHE,
Expand Down
36 changes: 5 additions & 31 deletions R/survHEinla-package.R
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
#' Survival Analysis in Health Economic Evaluation using INLA
#'
#' Contains a suite of functions to perform survival analysis with the aim of
#' aiding in health economic modelling (extrapolation, model checking and PSA)
#'
#' \tabular{ll}{ Package: \tab survHEinla\cr Type: \tab Package\cr Version: \tab
#' 0.0.1\cr Date: \tab 2022-01-15\cr License: \tab GPL2 \cr LazyLoad: \tab
#' yes\cr } Module to expand the facilities of survHE to run Bayesian models using
#' INLA
#'
#' @name survHEinla-package
#' @aliases survHEinla-package survHEinla
#' @docType package
#' @author Gianluca Baio
#'
#' Maintainer: Gianluca Baio
#' @template refs
#' @keywords Survival Modelling Health Economic Evaluation using INLA
#' @examples
#' \dontrun{
#' # Loads some survival data
#' library(survHE)
#' data(bc)
#' # Fits a parametric model using INLA
#' m <- fit.models(formula=Surv(recyrs,censrec)~group,data=bc,
#' distr="exp",method="inla")
#' # Print output in tabular format
#' print(m)
#' # Visualise output in terms of survival curves
#' plot(m)
#' }
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
48 changes: 12 additions & 36 deletions man/survHEinla-package.Rd

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

0 comments on commit 9dbdcd8

Please sign in to comment.