Skip to content

Commit

Permalink
Merge pull request #2 from UCD-SERG/PR8-patch-2
Browse files Browse the repository at this point in the history
fix installation.Rmd
  • Loading branch information
kristinawlai authored Oct 5, 2023
2 parents bb840b3 + db9bfdc commit 8448726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ include_graphics("fig/RGui1.png")

Since this is a new installation of R, the **serocalculator** package must be installed before first use. As of 09/20/2023, **serocalculator** is still in development. To install the development version, you must install the **devtools** package and then download **serocalculator** from GitHub.

``` {r echo = TRUE}
```r
install.packages("devtools")
devtools::install_github("ucd-serg/serocalculator")
```
Expand Down

0 comments on commit 8448726

Please sign in to comment.