Skip to content

Commit

Permalink
Merge branch 'main' into 2024-08-19-cran-resubmittion
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Aug 19, 2024
2 parents d4c6b49 + 311d8c5 commit af760f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ it in your projects.
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 Expand Up @@ -230,7 +232,6 @@ logo also contains the original R logo.
To cite package ‘rJavaEnv’ in publications use:

Kotov E (2024). *rJavaEnv: Java Environments for R Projects*.
<doi:10.5281/zenodo.11403010> <https://doi.org/10.5281/zenodo.11403010>,
<https://github.com/e-kotov/rJavaEnv>.

BibTeX:
Expand All @@ -240,5 +241,4 @@ BibTeX:
author = {Egor Kotov},
year = {2024},
url = {https://github.com/e-kotov/rJavaEnv},
doi = {10.5281/zenodo.11403010},
}

0 comments on commit af760f0

Please sign in to comment.