You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user wants to re-install the Java distribution (e.g., they suspect corruption), they have to manually delete the files via rJavaEnv::java_list("installed") + rJavaEnv::java_clear("installed").
Add and document force argument to java_install(), so that the distribution could be re-installed even if the file is already cached.
The text was updated successfully, but these errors were encountered:
If a user wants to re-install the Java distribution (e.g., they suspect corruption), they have to manually delete the files via
rJavaEnv::java_list("installed")
+rJavaEnv::java_clear("installed")
.Add and document
force
argument tojava_install()
, so that the distribution could be re-installed even if the file is already cached.The text was updated successfully, but these errors were encountered: