Skip to content

Commit

Permalink
clean readme
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Aug 22, 2024
1 parent 2cac273 commit fa25643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
57 changes: 0 additions & 57 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,63 +46,6 @@ Package Manager’. See
[documentation](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html#note-linux)
for details.**

``` r
glue::glue('<script type="application/ld+json">
{glue::glue_collapse(readLines("inst/schemaorg.json"), sep = "\n")}
</script>')
```

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"type": "SoftwareSourceCode",
"author": {
"id": "https://orcid.org/0000-0001-6690-5345"
},
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
"contributor": {
"id": "https://orcid.org/0000-0003-1017-7574",
"type": "Person",
"email": "mavargas11@uc.cl",
"familyName": "Vargas",
"givenName": "Mauricio"
},
"copyrightHolder": {
"id": "https://orcid.org/0000-0001-6690-5345",
"type": "Person",
"email": "kotov.egor@gmail.com",
"familyName": "Kotov",
"givenName": "Egor"
},
"description": "The 'rJavaEnv' package addresses common issues with 'Java' environment management in 'R' for users of 'Java'/'rJava'-dependent 'R' packages such as 'r5r', 'opentripplanner', 'xlsx', 'openNLP', 'rWeka', 'RJDBC', 'tabulapdf', and many more. It resolves common problems like 'Java' not found, 'Java' version conflicts, missing 'Java' installations, and the inability to install 'Java' due to lack of administrative privileges. 'rJavaEnv' automates the download, installation, and setup of the 'Java Development Kit' ('JDK') on a per-project basis by setting the relevant 'JAVA_HOME' in the current 'R' session or the current working directory (via '.Rprofile', with the user's consent). Similar to what 'renv' does for 'R' packages, 'rJavaEnv' allows different 'Java' versions to be used across different projects, but can also be configured to allow multiple versions within the same project (e.g. with the help of 'targets' package). Note: there are a few extra steps for 'Linux' users, who don't have any 'Java' previously installed in their system, and who prefer package installation from source, rather then installing binaries from 'Posit Package Manager'. See documentation for details.",
"license": "https://spdx.org/licenses/MIT",
"name": "rJavaEnv: 'Java' Environments for R Projects",
"programmingLanguage": {
"type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"version": "0.1.1"
},
{
"id": "https://doi.org/10.5281/zenodo.11403010",
"type": "SoftwareSourceCode",
"author": {
"id": "https://orcid.org/0000-0001-6690-5345",
"type": "Person",
"email": "kotov.egor@gmail.com",
"familyName": "Kotov",
"givenName": "Egor"
},
"name": "rJavaEnv: Java Environments for R Projects"
}
]
}
</script>

## Install

Install latest release from **R-multiverse**:
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `{rJavaEnv}` package addresses common issues with `Java` environment managem



```{r results="asis", eval = !is_html, include = !is_html}
```{r results="asis", eval = !is_html, include = !is_html, include = FALSE}
glue::glue('<script type="application/ld+json">
{glue::glue_collapse(readLines("inst/schemaorg.json"), sep = "\n")}
</script>')
Expand Down

0 comments on commit fa25643

Please sign in to comment.