Skip to content

Commit

Permalink
Updates to website (#345)
Browse files Browse the repository at this point in the history
* first draft of updated website

* Update _pkgdown.yml
  • Loading branch information
ddsjoberg authored Mar 18, 2022
1 parent 2a419f1 commit a5d6871
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#'
#' @docType package
#' @name visR Global
#' @keywords internal
#'
#' @description Set global variables
NULL
Expand Down
71 changes: 70 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,71 @@
destination: docs
url: https://openpharma.github.io/visR/

template:
bootstrap: 5
bslib:
primary: "#75bbe2"
bootswatch: simplex

authors:
Steven Haesendonckx:
href: "https://www.linkedin.com/in/stevenhaesendonckx/"
James Black:
href: "https://www.epijim.uk/"

development:
mode: auto
version_label: default

navbar:
bg: primary
structure:
left: [reference, articles, news]
right: [search, github]

reference:
- title: Visualizations
- contents:
- visr
- add_CI
- add_risktable
- add_CNSR
- add_highlight
- add_quantiles
- add_annotation
- apply_theme
- define_theme
- legendopts
- align_plots

- title: Survival Analysis
- contents:
- estimate_KM
- estimate_cuminc
- get_risktable
- get_pvalue
- get_quantile
- get_COX_HR

- title: Data Summary
- contents:
- tableone
- get_tableone
- get_summary

- title: Attrition Diagram
- contents:
- get_attrition
- apply_attrition

- title: Other Functions
- contents:
- render
- tidyme
- the_lhs
- starts_with("summarize_long")
- starts_with("summarize_short")

- title: Data
- contents:
- adtte
- brca_cohort
1 change: 1 addition & 0 deletions man/visR-Global.Rd

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

0 comments on commit a5d6871

Please sign in to comment.