Skip to content

Commit cfa1d77

Browse files
committed
Merge remote-tracking branch 'origin/ar/release-fixes' into dev
2 parents a889358 + f6bff38 commit cfa1d77

File tree

7 files changed

+5
-36
lines changed

7 files changed

+5
-36
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Package: epidatr
22
Type: Package
33
Title: Client for Delphi's 'Epidata' API
44
Version: 1.0.0
5+
Date: 2023-09-11
56
Authors@R:
67
c(
78
person("Logan", "Brooks", email = "lcbrooks@andrew.cmu.edu", role = c("aut")),
@@ -15,7 +16,7 @@ Authors@R:
1516
person("George", "Haff", role = c("ctb")),
1617
person("Kathryn", "Mazaitis", role = c("ctb"))
1718
)
18-
URL: https://cmu-delphi.github.io/epidatr/, https://github.com/cmu-delphi/epidatr
19+
URL: https://cmu-delphi.github.io/epidatr/, https://cmu-delphi.github.io/delphi-epidata/, https://github.com/cmu-delphi/epidatr
1920
BugReports: https://github.com/cmu-delphi/epidatr/issues
2021
Description: The Delphi 'Epidata' API provides real-time access to epidemiological surveillance data for influenza, COVID-19, and other diseases for the USA at various geographical resolutions, both from official government sources such as the Center for Disease Control (CDC) and Google Trends and private partners such as Facebook and Change Healthcare. It is built and maintained by the Carnegie Mellon University Delphi research group.
2122
Depends: R (>= 3.5.0)

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ S3method(print,covidcast_data_signal_list)
77
S3method(print,covidcast_data_source)
88
S3method(print,covidcast_epidata)
99
S3method(print,epidata_call)
10-
export("%>%")
1110
export(avail_endpoints)
1211
export(cache_info)
1312
export(clear_cache)

R/endpoints.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ pub_covidcast_meta <- function(fetch_args = fetch_args_list()) {
658658
#' signals = "confirmed_7dav_incidence_prop",
659659
#' geo_type = "state",
660660
#' time_type = "day",
661-
#' geo_values = "ca,fl",
661+
#' geo_values = c("ca", "fl"),
662662
#' time_values = epirange(20200601, 20200801)
663663
#' )
664664
#' pub_covidcast(

R/utils-pipe.R

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
1-
#' Pipe operator
2-
#'
3-
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
4-
#'
5-
#' @name %>%
6-
#' @rdname pipe
7-
#' @keywords internal
8-
#' @export
91
#' @importFrom magrittr %>%
10-
#' @usage lhs \%>\% rhs
11-
#' @param lhs A value or the magrittr placeholder.
12-
#' @param rhs A function call using the magrittr semantics.
13-
#' @return The result of calling `rhs(lhs)`.
142
NULL

man/epidatr-package.Rd

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

man/pipe.Rd

Lines changed: 0 additions & 20 deletions
This file was deleted.

man/pub_covidcast.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.

0 commit comments

Comments
 (0)