Skip to content

Commit

Permalink
Merge pull request #79 from maelle/poissontemplate
Browse files Browse the repository at this point in the history
docs: register poissontemplate usage
  • Loading branch information
nehill197 authored Sep 17, 2024
2 parents 15f5161 + d951aca commit f91bd81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/Needs/website: poissonconsulting/poissontemplate
32 changes: 16 additions & 16 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
destination: docs

url: https://poissonconsulting.github.io/extras/
reference:
- title: Manipulate Objects
desc: Functions to numericise and fill objects
Expand Down Expand Up @@ -150,17 +150,17 @@ reference:
- title: Sensitivity
desc: Sensitivity functions
contents:
- "`sens_beta`"
- "`sens_exp`"
- "`sens_gamma`"
- "`sens_gamma_pois`"
- "`sens_gamma_pois_zi`"
- "`sens_lnorm`"
- "`sens_neg_binom`"
- "`sens_norm`"
- "`sens_pois`"
- "`sens_skewnorm`"
- "`sens_student`"
- '`sens_beta`'
- '`sens_exp`'
- '`sens_gamma`'
- '`sens_gamma_pois`'
- '`sens_gamma_pois_zi`'
- '`sens_lnorm`'
- '`sens_neg_binom`'
- '`sens_norm`'
- '`sens_pois`'
- '`sens_skewnorm`'
- '`sens_student`'
- title: Bernoulli
desc: Bernoulli distribution functions
contents:
Expand All @@ -177,15 +177,15 @@ reference:
- '`rskewnorm`'
- title: Miscellaneous
desc: Miscellaneous functions
contents:
- '`par_pattern`'
contents: '`par_pattern`'
- title: Generics
desc: Generic Functions
contents:
- '`as_list`'
contents: '`as_list`'
- title: Deprecated
desc: Deprecated functions
contents:
- '`pextreme`'
- '`sextreme`'
- '`as_list_unnamed`'
template:
package: poissontemplate

0 comments on commit f91bd81

Please sign in to comment.