Skip to content

Commit 0632a77

Browse files
authored
Merge pull request #1 from cmu-delphi/lcb/activate-roxygen-markdown
Activate roxygen markdown mode in `DESCRIPTION`
2 parents dbd72e6 + df03719 commit 0632a77

12 files changed

+96
-85
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ Remotes:
2828
cmu-delphi/epiprocess
2929
Encoding: UTF-8
3030
LazyData: true
31+
Roxygen: list(markdown = TRUE)
3132
RoxygenNote: 7.3.1
3233
URL: https://cmu-delphi.github.io/epidatasets/

R/epipredict-data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#' reported
7474
#' by JHU-CSSE and downloaded from the CMU Delphi COVIDcast Epidata API.
7575
#' This data set covers the period from June 2021 to December 2021, and is
76-
#' used in the [epipredict] Vignette on ... .
76+
#' used in the epipredict Vignette on ... .
7777
#'
7878
#' @source This object contains a modified part of the \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University} as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}. This data set is licensed under the terms of the
7979
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}
@@ -94,7 +94,7 @@
9494
#' which also reports vaccine-related signals.
9595
#'
9696
#' This dataset contains versioned data covering the period from April 2020 to
97-
#' December 2021 and is used in the [epipredict] slide vignette.
97+
#' December 2021 and is used in the epipredict slide vignette.
9898
#'
9999
#' @source This object contains a modified part of the COVID-19 Canada Open
100100
#' Data Working Group's

R/epiprocess-data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
#' Data set for 2 states containing COVID-19 Incident Cases as reported
130130
#' by JHU-CSSE and Downloaded from the CMU Delphi COVIDcast Epidata API.
131131
#' This data set covers the period from June 2020 to May 2021, and is
132-
#' used in the [epiprocess] Vignette on Outliers.
132+
#' used in the epiprocess Vignette on Outliers.
133133
#'
134134
#' @source This object contains a modified part of the \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University} as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}. This data set is licensed under the terms of the
135135
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}
@@ -142,7 +142,7 @@
142142
#' Data set for 4 states containing COVID-19 Cumulative Cases as reported
143143
#' by JHU-CSSE and downloaded from the CMU Delphi COVIDcast Epidata API.
144144
#' This data set covers the period from March 2020 to January 2022, and is
145-
#' used in the [epiprocess] Vignette on ... .
145+
#' used in the epiprocess Vignette on ... .
146146
#'
147147
#' @source This object contains a modified part of the \href{https://github.com/CSSEGISandData/COVID-19}{COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University} as \href{https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/jhu-csse.html}{republished in the COVIDcast Epidata API}. This data set is licensed under the terms of the
148148
#' \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International license}

man/archive_cases_dv_subset_dt.Rd

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/can_prov_cases.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/cases_deaths_subset.Rd

Lines changed: 27 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/counts_subset.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/covid_case_death_rates.Rd

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/covid_incidence_county_subset.Rd

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/covid_incidence_outliers.Rd

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)