Skip to content

Add rename notice to README.md, remove non-working CRAN install cmd #38

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

Merged
merged 1 commit into from
Aug 3, 2022
Merged
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
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

[![License: MIT][mit-image]][mit-url] [![Github Actions][github-actions-image]][github-actions-url]


## Install

Install from CRAN:

```R
install_packages("delphi_epidata")
```

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

```R
devtools::install_github("cmu-delphi/delphi-epidata-r")
```

Note (2022-08-02): the package that this installs is being renamed from
`delphi.epidata` to `epidatr`. Please adjust all references to the package name
accordingly. For a short-term fix, the package can be used with the old name by
installing with `ref="delphi.epidata-before-rename"`.

## Usage

TODO
Expand Down