Skip to content

Commit

Permalink
Merge branch 'release/v0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmphillippo committed May 7, 2024
2 parents 805b58e + 1e5d045 commit 5a5ee91
Show file tree
Hide file tree
Showing 80 changed files with 10,035 additions and 7,199 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-HTML5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes
_R_CHECK_RD_VALIDATE_RD2HTML_: TRUE
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install pdflatex
run: sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
_R_CHECK_DONTTEST_EXAMPLES_: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/commit-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand All @@ -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:
Expand All @@ -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'
Expand Down
107 changes: 70 additions & 37 deletions CITATION.cff
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
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand All @@ -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]
Expand All @@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -872,3 +904,4 @@ references:
given-names: Benjamin
email: [email protected]
year: '2024'

Loading

0 comments on commit 5a5ee91

Please sign in to comment.