Skip to content
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## Install

Install latest version using [`devtools`](https://cran.r-project.org/package=devtools) package
Install latest version using [`remotes`](https://cran.r-project.org/package=remotes) package

```R
devtools::install_github("cmu-delphi/epidatr")
remotes::install_github("cmu-delphi/epidatr")
```

Note (2022-08-02): the package that this installs is being renamed from
Expand Down
3 changes: 2 additions & 1 deletion man/covid_hosp_facility_lookup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/fluview_clinical.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/covidcast.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(echo = TRUE)
# Delphi Epidata R API Client

```{r libraries}
# devtools::install_github("cmu-delphi/epidatr")
# remotes::install_github("cmu-delphi/epidatr")
library("epidatr")
library("magrittr")
```
Expand Down
2 changes: 1 addition & 1 deletion vignettes/epidatr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(echo = TRUE)
# Delphi Epidata R API Client

```{r libraries}
# devtools::install_github("cmu-delphi/epidatr")
# remotes::install_github("cmu-delphi/epidatr")
library("epidatr")
library("magrittr")
```
Expand Down