Skip to content

Commit d86de43

Browse files
committed
Update the notice about native image installation
1 parent 3b74a4f commit d86de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.fastr/mx_fastr_dists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def mx_register_dynamic_suite_constituents(register_project, register_distributi
310310
" ${graalvm_home}/jre/languages/R/bin/install_r_native_image\n\n" +
311311
"The native image is then used by default. Pass '--jvm' flag to the R or Rscript launcher to " +
312312
"use JVM instead of the native image. Note that the native image is not stable yet and is intended for evaluation " +
313-
"purposes and experiments. Some features may not work when the native image is installed, most notably the --polyglot switch. " +
313+
"purposes and experiments. Some features may not work in the native image mode, most notably some Rcpp based packages. " +
314314
"The native image can be uninstalled using the installation script with 'uninstall' argument.\n\n" +
315315
"See http://www.graalvm.org/docs/reference-manual/languages/r for more."
316316
))

0 commit comments

Comments
 (0)