Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix R CMD check #6

Merged
merged 5 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
shell: Rscript {0}

- name: Check website links
uses: untitaker/hyperlink@0.1.35
uses: untitaker/hyperlink@0.1.43
with:
args: docs/

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'merge_group' && github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.6.8
uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
# We clean on releases because we want to remove old vignettes,
# figures, etc. that have been deleted from the `main` branch.
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: epiparameterDB
Title: Database of epidemiological parameters
Version: 0.0.0.9000
Version: 0.1.0
Authors@R: c(
person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0001-5218-3046")),
Expand All @@ -12,7 +12,7 @@ Authors@R: c(
Description: Your package description. It must end with a period (".") and
include relevant bibliographical references if applicable, using the
following format: Author et al. (2023) <doi:10.5281/zenodo.6619350>.
License: CC0 + file LICENSE
License: CC0
URL: https://github.com/epiverse-trace/epiparameterDB/,
https://epiverse-trace.github.io/epiparameterDB/
BugReports: https://github.com/epiverse-trace/epiparameterDB/issues
Expand Down
2 changes: 0 additions & 2 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# epiparameterDB (development version)
# epiparameterDB 0.1.0

This is the first minor release of the `{epiparameterDB}` R package. It contains the epidemiological parameter database originally part of the `{epiparameter}` R package.

Expand Down
Loading
Loading