Skip to content

Commit

Permalink
remove extra parenthesis in package-install.Rmd (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer authored Oct 8, 2024
1 parent 72741cf commit b747820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/package-install.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ For example:

```{r, eval = FALSE}
# installation of RNetCDF may require us to set include paths for netcdf
configure.args = c(RNetCDF = "--with-netcdf-include=/usr/include/udunits2"))
configure.args = c(RNetCDF = "--with-netcdf-include=/usr/include/udunits2")
options(configure.args = configure.args)
renv::install("RNetCDF")
```
Expand Down

0 comments on commit b747820

Please sign in to comment.