Skip to content

Commit

Permalink
bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
lgs85 committed Jan 30, 2021
1 parent 076499d commit 7a1f23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
R (>= 3.5.0)
Imports:
R (>= 3.5.0),
magrittr,
dplyr,
tidyr,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Case isolation and contact tracing can contribute to the control of COVID-19 out

### Set up

Install the analysis with:
Install the analysis by downloading the repository. Navigate to the parent directory, then run:

```r
devtools::install_github("biouea/covidhm")
devtools::install("covidhm-master",dependencies = TRUE) #or whatever your folder is called
```


Expand Down

0 comments on commit 7a1f23e

Please sign in to comment.