Nothing
## -----------------------------------------------------------------------------
#| eval: false
## install.packages("rJavaEnv")
## -----------------------------------------------------------------------------
#| eval: false
## install.packages('rJavaEnv',
## repos = c('https://e-kotov.r-universe.dev', 'https://cloud.r-project.org')
## )
## -----------------------------------------------------------------------------
project_dir <- tempdir()
setwd(project_dir)
## -----------------------------------------------------------------------------
library(rJavaEnv)
java_quick_install(version = 21)
## -----------------------------------------------------------------------------
java_check_version_rjava()
## -----------------------------------------------------------------------------
java_check_version_cmd()
## -----------------------------------------------------------------------------
java_env_unset()
## -----------------------------------------------------------------------------
java_clear("project", delete_all = TRUE)
## -----------------------------------------------------------------------------
java_clear("project", delete_all = TRUE)
java_clear("installed", delete_all = TRUE)
java_clear("distrib", delete_all = TRUE)
## -----------------------------------------------------------------------------
java_env_unset()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.