Skip to content

Commit

Permalink
readme rmd install formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov authored Aug 8, 2024
1 parent 063bda9 commit ef53dc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ glue::glue('<script type="application/ld+json">
Install latest release from **R-multiverse**:

```r
install.packages('rJavaEnv', repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org'))
install.packages('rJavaEnv',
repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org')
)
```

You can install the development version of `rJavaEnv` from GitHub:
Expand Down

0 comments on commit ef53dc3

Please sign in to comment.