Skip to content

Commit

Permalink
cleanup http, update citation and codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Jul 31, 2024
1 parent 624f182 commit 9f338d9
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 25 deletions.
8 changes: 7 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@ preferred-citation:
url: https://github.com/e-kotov/rJavaEnv
doi: 10.5281/zenodo.11403010
repository-code: https://github.com/e-kotov/rJavaEnv
url: http://www.ekotov.pro/rJavaEnv/
url: https://www.ekotov.pro/rJavaEnv/
contact:
- family-names: Kotov
given-names: Egor
email: kotov.egor@gmail.com
orcid: https://orcid.org/0000-0001-6690-5345
keywords:
- environments
- java
- r
- reproducibility
- reproducible-research
references:
- type: software
title: checkmate
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Description: Install specific version of Java runtime environment at the R
Therefore, you can have different Java versions for different projects
without contaminating your system with different Java versions.
License: MIT + file LICENSE
URL: https://github.com/e-kotov/rJavaEnv, http://www.ekotov.pro/rJavaEnv/
URL: https://github.com/e-kotov/rJavaEnv, https://www.ekotov.pro/rJavaEnv/
BugReports: https://github.com/e-kotov/rJavaEnv/issues
Imports:
checkmate,
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ is_html <- knitr::is_html_output()



# rJavaEnv: Java Environments for R Projects <a href="http://www.ekotov.pro/rJavaEnv/"><img src="man/figures/logo.png" align="right" height="134" alt="rJavaEnv website" /></a>
# rJavaEnv: Java Environments for R Projects <a href="https://www.ekotov.pro/rJavaEnv/"><img src="man/figures/logo.png" align="right" height="134" alt="rJavaEnv website" /></a>

<!-- badges: start -->

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental){target="_blank"} [![CRAN status](https://www.r-pkg.org/badges/version/rJavaEnv)](https://CRAN.R-project.org/package=rJavaEnv){target="_blank"}
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable){target="_blank"} [![CRAN status](https://www.r-pkg.org/badges/version/rJavaEnv)](https://CRAN.R-project.org/package=rJavaEnv){target="_blank"}
[![R-CMD-check](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml)
[![pkgcheck](https://github.com/e-kotov/rJavaEnv/workflows/pkgcheck/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck)
[![codecov](https://codecov.io/github/e-kotov/rJavaEnv/graph/badge.svg?token=2UKGZVNO5V)](https://codecov.io/github/e-kotov/rJavaEnv)
Expand Down Expand Up @@ -109,7 +109,7 @@ The package has several core functions:
9. `java_clear()`
* Removes all or some Java versions linked in the current project (or cached distributions or installations).

See more details on all the functions in the [Reference](https://e-kotov.github.io/rJavaEnv/reference/index.html){target="_blank"}.
See more details on all the functions in the [Reference](https://www.ekotov.pro/rJavaEnv/reference/index.html){target="_blank"}.


For detailed usage, see the [Quick Start Vignette](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html) (work in progress).
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# rJavaEnv: Java Environments for R Projects <a href="http://www.ekotov.pro/rJavaEnv/"><img src="man/figures/logo.png" align="right" height="134" alt="rJavaEnv website" /></a>
# rJavaEnv: Java Environments for R Projects <a href="https://www.ekotov.pro/rJavaEnv/"><img src="man/figures/logo.png" align="right" height="134" alt="rJavaEnv website" /></a>

<!-- badges: start -->

[![Project Status: WIP – Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
<a href="https://lifecycle.r-lib.org/articles/stages.html#experimental"
public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
<a href="https://lifecycle.r-lib.org/articles/stages.html#stable"
target="_blank"><img
src="https://img.shields.io/badge/lifecycle-experimental-orange.svg"
alt="Lifecycle: experimental" /></a>
src="https://img.shields.io/badge/lifecycle-stable-brightgreen.svg"
alt="Lifecycle: stable" /></a>
<a href="https://CRAN.R-project.org/package=rJavaEnv"
target="_blank"><img src="https://www.r-pkg.org/badges/version/rJavaEnv"
alt="CRAN status" /></a>
Expand Down Expand Up @@ -122,7 +122,7 @@ The package has several core functions:
(or cached distributions or installations).

See more details on all the functions in the
<a href="https://e-kotov.github.io/rJavaEnv/reference/index.html"
<a href="https://www.ekotov.pro/rJavaEnv/reference/index.html"
target="_blank">Reference</a>.

For detailed usage, see the [Quick Start
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: http://www.ekotov.pro/rJavaEnv/
url: https://www.ekotov.pro/rJavaEnv/
template:
bootstrap: 5
includes:
Expand Down
30 changes: 20 additions & 10 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identifier": "rJavaEnv",
"description": "Install specific version of Java runtime environment at the R project level. The goal of rJavaEnv is to manage multiple Java JDKs in R projects by automatingthe process of downloading, installing, and configuring Java environments on a per-project basis. This package is inspired by the renv <https://rstudio.github.io/renv/> package for managing R environments in R projects. You can request a specific Java Development Kit (JDK) in your project, and rJavaEnv will download and install the requested Java environment in a project-specific directory and set the PATH and JAVA_HOME for when you are using this project. Therefore, you can have different Java versions for different projects without contaminating your system with different Java versions.",
"name": "rJavaEnv: Java Environments for R Projects",
"relatedLink": "http://www.ekotov.pro/rJavaEnv/",
"relatedLink": "https://www.ekotov.pro/rJavaEnv/",
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
"issueTracker": "https://github.com/e-kotov/rJavaEnv/issues",
"license": "https://spdx.org/licenses/MIT",
Expand All @@ -14,7 +14,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"author": [
{
"@type": "Person",
Expand All @@ -24,6 +24,15 @@
"@id": "https://orcid.org/0000-0001-6690-5345"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Mauricio",
"familyName": "Vargas",
"email": "mavargas11@uc.cl",
"@id": "https://orcid.org/0000-0003-1017-7574"
}
],
"copyrightHolder": [
{
"@type": "Person",
Expand Down Expand Up @@ -57,27 +66,27 @@
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"identifier": "rJava",
"name": "rJava",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
"sameAs": "https://CRAN.R-project.org/package=rJava"
},
{
"@type": "SoftwareApplication",
"identifier": "rJava",
"name": "rJava",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rJava"
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -149,7 +158,7 @@
},
"SystemRequirements": null
},
"fileSize": "559591.852KB",
"fileSize": "1611.936KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -173,5 +182,6 @@
"releaseNotes": "https://github.com/e-kotov/rJavaEnv/blob/master/NEWS.md",
"readme": "https://github.com/e-kotov/rJavaEnv/blob/main/README.md",
"contIntegration": ["https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml", "https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck", "https://codecov.io/github/e-kotov/rJavaEnv"],
"developmentStatus": ["https://www.repostatus.org/#wip", "https://lifecycle.r-lib.org/articles/stages.html#experimental"]
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#stable"],
"keywords": ["environments", "java", "r", "reproducibility", "reproducible-research"]
}
9 changes: 8 additions & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"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",
Expand All @@ -22,7 +29,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"version": "0.0.1"
},
{
Expand Down
2 changes: 1 addition & 1 deletion man/rJavaEnv-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f338d9

Please sign in to comment.