Skip to content

Commit

Permalink
fixed installation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailkeller committed Sep 27, 2024
1 parent 5ca50e6 commit c2226d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ installation time from source can be high, as unlike binary file formats
provided by Cran, the program needs to compile during installation:

```{r,eval=FALSE}
library(devtools)
install_github('ropensci/eDNAjoint')
install.packages("eDNAjoint", repos = "https://ropensci.r-universe.dev")
```

## Example
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ installation time from source can be high, as unlike binary file formats
provided by Cran, the program needs to compile during installation:

``` r
library(devtools)
install_github('ropensci/eDNAjoint')
install.packages("eDNAjoint", repos = "https://ropensci.r-universe.dev")
```

## Example
Expand Down

0 comments on commit c2226d0

Please sign in to comment.