Skip to content

Commit

Permalink
Merge pull request #86 from nickdelgrosso/patch-1
Browse files Browse the repository at this point in the history
add path to install.packages() docs
  • Loading branch information
wolski authored Jul 25, 2024
2 parents 70b841d + e8e2909 commit f91377c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Requirements : A Windows|Linux|MacOSX platform with R (>= 4.1) installed.


We recommend to install the package using the latest [release](https://github.com/fgcz/prolfqua/releases)
Download the `prolfqua_X.Y.Z.tar.gz` from the [github release page](https://github.com/fgcz/prolfqua/releases). and then execute:
Download the `prolfqua_X.Y.Z.tar.gz` from the [github release page](https://github.com/fgcz/prolfqua/releases) into your working directory. and then execute:

```
install.packages("prolfqua_X.Y.Z.tar.gz",repos = NULL, type="source")
install.packages("./prolfqua_X.Y.Z.tar.gz",repos = NULL, type="source")
```


Expand Down

0 comments on commit f91377c

Please sign in to comment.