-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
10,035 additions
and
7,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
|
@@ -31,8 +31,8 @@ jobs: | |
|
||
- name: Commit | ||
run: | | ||
git config --local user.name "$GITHUB_ACTOR" | ||
git config --local user.email "[email protected].github.com" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config user.name "github-actions[bot]" | ||
git add man/\* NAMESPACE | ||
git commit -m 'Document' | ||
git push | ||
|
@@ -44,7 +44,7 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
|
@@ -64,8 +64,8 @@ jobs: | |
|
||
- name: Commit | ||
run: | | ||
git config --local user.name "$GITHUB_ACTOR" | ||
git config --local user.email "[email protected].github.com" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config user.name "github-actions[bot]" | ||
git add vignettes/\* tests/testthat/\*.R | ||
git commit -m 'Build pre-compiled vignettes' | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/pr-fetch@v2 | ||
with: | ||
|
@@ -35,8 +35,8 @@ jobs: | |
|
||
- name: Commit | ||
run: | | ||
git config --local user.name "$GITHUB_ACTOR" | ||
git config --local user.email "[email protected].github.com" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config user.name "github-actions[bot]" | ||
git add man/\* NAMESPACE | ||
git commit -m 'Document' | ||
|
@@ -51,7 +51,7 @@ jobs: | |
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/pr-fetch@v2 | ||
with: | ||
|
@@ -75,8 +75,8 @@ jobs: | |
|
||
- name: Commit | ||
run: | | ||
git config --local user.name "$GITHUB_ACTOR" | ||
git config --local user.email "[email protected].github.com" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config user.name "github-actions[bot]" | ||
git add vignettes/\* tests/testthat/\*.R | ||
git commit -m 'Build pre-compiled vignettes' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# ----------------------------------------------------------- | ||
# CITATION file created with {cffr} R package, v0.5.0 | ||
# -------------------------------------------- | ||
# CITATION file created with {cffr} R package | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
# -------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: 'To cite package "multinma" in publications use:' | ||
type: software | ||
license: GPL-3.0-only | ||
title: 'multinma: Bayesian Network Meta-Analysis of Individual and Aggregate Data' | ||
version: 0.6.1 | ||
version: 0.7.0 | ||
doi: 10.5281/zenodo.3904454 | ||
abstract: Network meta-analysis and network meta-regression models for aggregate data, | ||
individual patient data, and mixtures of both individual and aggregate data using | ||
multilevel network meta-regression as described by Phillippo et al. (2020) <doi:10.1111/rssa.12579>. | ||
multilevel network meta-regression as described by Phillippo et al. (2020) <https://doi.org/10.1111/rssa.12579>. | ||
Models are estimated in a Bayesian framework using 'Stan'. | ||
authors: | ||
- family-names: Phillippo | ||
|
@@ -28,7 +28,7 @@ preferred-citation: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-2672-7841 | ||
year: '2023' | ||
notes: R package version 0.6.1 | ||
notes: R package version 0.7.0 | ||
url: https://dmphillippo.github.io/multinma/ | ||
doi: 10.5281/zenodo.3904454 | ||
repository: https://CRAN.R-project.org/package=multinma | ||
|
@@ -78,45 +78,41 @@ references: | |
url: https://www.R-project.org/ | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2024' | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
version: '>= 3.4.0' | ||
- type: software | ||
title: methods | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
notes: Imports | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2024' | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
- type: software | ||
title: stats | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
notes: Imports | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2024' | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
- type: software | ||
title: graphics | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
notes: Imports | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2024' | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
- type: software | ||
title: survival | ||
abstract: 'survival: Survival Analysis' | ||
|
@@ -174,7 +170,9 @@ references: | |
given-names: Gregory | ||
- family-names: Geelnard | ||
given-names: Marcus | ||
website: https://tinythreadpp.bitsnbites.eu/ | ||
- name: Intel | ||
website: https://www.threadingbuildingblocks.org/ | ||
year: '2024' | ||
version: '>= 5.0.1' | ||
- type: software | ||
|
@@ -330,29 +328,30 @@ references: | |
orcid: https://orcid.org/0000-0002-2739-7082 | ||
- family-names: Bryan | ||
given-names: Jennifer | ||
email: jenny@rstudio.com | ||
email: jenny@posit.co | ||
orcid: https://orcid.org/0000-0002-6983-2759 | ||
year: '2024' | ||
- type: software | ||
title: randtoolbox | ||
abstract: 'randtoolbox: Toolbox for Pseudo and Quasi Random Number Generation and | ||
Random Generator Tests' | ||
notes: Imports | ||
url: https://r-forge.r-project.org/projects/rmetrics/ | ||
repository: https://CRAN.R-project.org/package=randtoolbox | ||
authors: | ||
- family-names: Chalabi | ||
given-names: R port by Yohan | ||
given-names: R code by Yohan | ||
- family-names: Dutang | ||
given-names: Christophe | ||
- family-names: Savicky | ||
given-names: Petr | ||
- family-names: Matsumoto | ||
given-names: Diethelm Wuertz with some underlying C codes of the SFMT algorithm | ||
from M. | ||
- family-names: Saito | ||
given-names: M. | ||
- family-names: Knuth. | ||
given-names: the Knuth-TAOCP RNG from D. | ||
- family-names: Torus | ||
given-names: Diethelm Wuertz; C code of | ||
- name: Halton | ||
- family-names: Dutang | ||
given-names: Sobol sequences by Christophe | ||
- family-names: Saito. | ||
given-names: Mutsuo | ||
year: '2024' | ||
- type: software | ||
title: copula | ||
|
@@ -404,7 +403,7 @@ references: | |
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@rstudio.com | ||
email: hadley@posit.co | ||
year: '2024' | ||
- type: software | ||
title: Matrix | ||
|
@@ -434,22 +433,28 @@ references: | |
- family-names: Csárdi | ||
given-names: Gábor | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-7098-9676 | ||
- family-names: Nepusz | ||
given-names: Tamás | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-1451-338X | ||
- family-names: Traag | ||
given-names: Vincent | ||
orcid: https://orcid.org/0000-0003-3170-3879 | ||
- family-names: Horvát | ||
given-names: Szabolcs | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-3100-523X | ||
- family-names: Zanini | ||
given-names: Fabio | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-7097-8539 | ||
- family-names: Noom | ||
given-names: Daniel | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
year: '2024' | ||
- type: software | ||
title: ggraph | ||
|
@@ -497,6 +502,10 @@ references: | |
- family-names: Dunnington | ||
given-names: Dewey | ||
orcid: https://orcid.org/0000-0002-9415-4582 | ||
- family-names: Brand | ||
given-names: Teun | ||
name-particle: van den | ||
orcid: https://orcid.org/0000-0002-9335-7468 | ||
year: '2024' | ||
version: '>= 3.3.0' | ||
- type: software | ||
|
@@ -640,6 +649,30 @@ references: | |
email: [email protected] | ||
year: '2024' | ||
version: '>= 2.1.0' | ||
- type: software | ||
title: vdiffr | ||
abstract: 'vdiffr: Visual Regression Testing and Graphical Diffing' | ||
notes: Suggests | ||
url: https://vdiffr.r-lib.org/ | ||
repository: https://CRAN.R-project.org/package=vdiffr | ||
authors: | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: [email protected] | ||
- family-names: Pedersen | ||
given-names: Thomas Lin | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-5147-4711 | ||
- family-names: Luciani | ||
given-names: T Jake | ||
email: [email protected] | ||
- family-names: Decorde | ||
given-names: Matthieu | ||
email: [email protected] | ||
- family-names: Lise | ||
given-names: Vaudor | ||
email: [email protected] | ||
year: '2024' | ||
- type: software | ||
title: withr | ||
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State' | ||
|
@@ -651,7 +684,7 @@ references: | |
given-names: Jim | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: lionel@rstudio.com | ||
email: lionel@posit.co | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
|
@@ -660,7 +693,7 @@ references: | |
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@rstudio.com | ||
email: hadley@posit.co | ||
- family-names: Chang | ||
given-names: Winston | ||
year: '2024' | ||
|
@@ -725,16 +758,15 @@ references: | |
notes: Suggests | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2024' | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
- type: software | ||
title: R.rsp | ||
abstract: 'R.rsp: Dynamic Generation of Scientific Reports' | ||
notes: Suggests | ||
url: https://github.com/HenrikBengtsson/R.rsp | ||
url: https://henrikbengtsson.github.io/R.rsp/ | ||
repository: https://CRAN.R-project.org/package=R.rsp | ||
authors: | ||
- family-names: Bengtsson | ||
|
@@ -750,7 +782,7 @@ references: | |
authors: | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
year: '2024' | ||
- type: software | ||
|
@@ -819,7 +851,7 @@ references: | |
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: hadley@rstudio.com | ||
email: hadley@posit.co | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
- family-names: Hesselberth | ||
given-names: Jay | ||
|
@@ -848,7 +880,7 @@ references: | |
title: flexsurv | ||
abstract: 'flexsurv: Flexible Parametric Survival and Multi-State Models' | ||
notes: Suggests | ||
url: https://github.com/chjackson/flexsurv-dev | ||
url: http://chjackson.github.io/flexsurv/ | ||
repository: https://CRAN.R-project.org/package=flexsurv | ||
authors: | ||
- family-names: Jackson | ||
|
@@ -872,3 +904,4 @@ references: | |
given-names: Benjamin | ||
email: [email protected] | ||
year: '2024' | ||
|
Oops, something went wrong.