-
I am new in R integration with Spring boot and i got below example for R integration with Spring boot,
https://medium.com/graalvm/enhance-your-java-spring-application-with-r-data-science-b669a8c28bea…
-
I tried to run Ploty and got the following error:
RuntimeError:
Error: No Cairo or bitmap device is available. Such a graphics device is required to convert sizes correctly in ggplotly().
…
-
Repro:
```R
GraalVM MultiLanguage Shell 1.0.0-rc16
Copyright (c) 2013-2019, Oracle and/or its affiliates
R version 3.5.1
Setting LC_COLLATE failed, using default
Setting LC_MONETARY failed, us…
-
I am running in
VirtualBox Version 6.0.4 r128413 (Qt5.6.2)
Ubuntu 18.10 Cosmic (64bit)
a simple helloworld in fastR which takes a long time. Based on other R programs, is seems it is startup that …
-
From this line https://github.com/oracle/fastr/blob/498b309fa1966a2d4163a9e7c49a162dedc4d4a0/com.oracle.truffle.r.parser/src/com/oracle/truffle/r/parser/R.g#L957 I get `multi-character literals are no…
-
I suggest to rename the `graalpython` executable to `python3` and to add `python` as an alias.
The current naming scheme is inconsistent with all official GraalVM languages (e.g. TruffleRuby -> `ir…
-
Executing the following code in fastR console:
library('dplyr')
df1 = data.frame(x = 1:3)
print(df1)
form = quo(y
-
I've installed package 'bookdown' and created a directory with the "Minimal Book Example". Then I try from the R console: bookdown::render_book("index.Rmd", "bookdown::pdf_book") and get
the followi…
-
The `gp` function in `src/address.cpp` directly accesses the `gp` flag, although the `LEVELS` API function is available for this purpose.
It prevents `dplyr` from being used in FastR since FastR us…
-
When I tried to run the trainclassifier, I ran into this error:
> File "", line 1, in
> trainclassifier.trainclassifier(test, patientinfo, config, output_hdf, output_json)
>
> File "C:\U…