Skip to content

Commit fa25643

Browse files
committed
clean readme
1 parent 2cac273 commit fa25643

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

README.md

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -46,63 +46,6 @@ Package Manager’. See
4646
[documentation](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html#note-linux)
4747
for details.**
4848

49-
``` r
50-
glue::glue('<script type="application/ld+json">
51-
{glue::glue_collapse(readLines("inst/schemaorg.json"), sep = "\n")}
52-
</script>')
53-
```
54-
55-
<script type="application/ld+json">
56-
{
57-
"@context": "https://schema.org",
58-
"@graph": [
59-
{
60-
"type": "SoftwareSourceCode",
61-
"author": {
62-
"id": "https://orcid.org/0000-0001-6690-5345"
63-
},
64-
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
65-
"contributor": {
66-
"id": "https://orcid.org/0000-0003-1017-7574",
67-
"type": "Person",
68-
"email": "[email protected]",
69-
"familyName": "Vargas",
70-
"givenName": "Mauricio"
71-
},
72-
"copyrightHolder": {
73-
"id": "https://orcid.org/0000-0001-6690-5345",
74-
"type": "Person",
75-
"email": "[email protected]",
76-
"familyName": "Kotov",
77-
"givenName": "Egor"
78-
},
79-
"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.",
80-
"license": "https://spdx.org/licenses/MIT",
81-
"name": "rJavaEnv: 'Java' Environments for R Projects",
82-
"programmingLanguage": {
83-
"type": "ComputerLanguage",
84-
"name": "R",
85-
"url": "https://r-project.org"
86-
},
87-
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
88-
"version": "0.1.1"
89-
},
90-
{
91-
"id": "https://doi.org/10.5281/zenodo.11403010",
92-
"type": "SoftwareSourceCode",
93-
"author": {
94-
"id": "https://orcid.org/0000-0001-6690-5345",
95-
"type": "Person",
96-
"email": "[email protected]",
97-
"familyName": "Kotov",
98-
"givenName": "Egor"
99-
},
100-
"name": "rJavaEnv: Java Environments for R Projects"
101-
}
102-
]
103-
}
104-
</script>
105-
10649
## Install
10750

10851
Install latest release from **R-multiverse**:

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `{rJavaEnv}` package addresses common issues with `Java` environment managem
3636

3737

3838

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

0 commit comments

Comments
 (0)