-
R installation of packaging
Hello, I am currently trying to use the code from R to putit in DataIku, but its not working as in my code I am using specifick package :qdap As the code i put: install.packages("qdap",repos = "http://cran.us.r-project.org") library(qdap) u <- mgsub(words,trans,m)<BR /> And I have the error :Job failed : Error in R…
-
Upgrad kernel R version in Dataiku 10
Hello, In my dataiku 10.0.2, i have installed kernel R in version 3.6 (default). I want to know if it's possible to upgrading the kernel R in version 4. Maybe it's the version max for dataiku 10.0.2 and i must go to upgrade to dataiku 11 for example. I don't find a command or option for "R-integration" to upgrade the…
-
Doing INSERTs into Teradata from R
I want to do INSERTs into Teradata Vantage database from an R script using the dataiku R api. Speciaficaly to support database interaction from a shiny app. I've tried doing the following: library(dataiku)dataiku::dkuSQLQueryToData(connection="DATAIKU_DEV_03", query="insert into <database>.<table> values (1, 2, 3, 4)")…
-
DKURBIN / RJSONIO / R ENV
Ubuntu 18.04.3 64bit trying to use forecast plugin Got DKURBIN error -> tried: ./bin/dssadmin install-R-integration not error while installation, as far as i can see. got RJSONIO lib not found error Can not see the env managed by dss in the code env, therefore i can not add the missing package. What can i do?
-
Error while executing Forecast Recipe
I get the following error when trying to execute Forecast Plugin - Any Idea where I am going wrong ? [2020/12/05-23:09:41.809] [FRT-33-FlowRunnable] [INFO] [dku.flow.activity] - Run thread failed for activity compute_Citi-Impacting-R-Forecast_NPcom.dataiku.common.server.APIError$SerializedErrorException: Error in R…
-
Installing DSS with R, Mac OS X 10.15, Homebrew? Or other way?
I'm working on a fresh install of DSS on a computer with Mac OS X 10.15 Catalina. As many folks know Mac OS does not really have a package manager. I had a less than wonderful experience with Anaconda Navigator on Mac OS V10.13 (High Sierra) particularly when it came to R, but Python was also causing me some challenges in…
-
Importing RData Files in DataIku
Hi, Is it possible to import from an RData file (usually with extension . rdata or . rda) a DataIku dataset ?. If not what is the proper way to deal with .rda files and integrate them in a flow ? Thanks in advance. Best Jean-Daniel
-
R integration installation fails
Hi, I have been trying to run (and re-run) the R_integration script on Ubuntu (via WSL on Windows), and it keeps failing. Welcome your advice/help please. Thanks ** checking absolute paths in shared objects and dynamic libraries mv: cannot move '/home/saifr/configData/R.lib/00LOCK-xml2/00new/xml2' to…
-
Transform a CSV into a SQL table
Hi everyone, I have created an R receipt which takes as input a dataset (which is a Big Query SQL table) and returns as output a CSV dataset, applying a model which was previously trained. I am now trying to apply to this dataset a SQL receipt (I want to write my own SQL code), but I am not able to do so and I guess that…
-
build the base image without R support
Hi just wondering how to build the base image without R support. Can't see that in the documention It takes a long time to build all the R packages, and I don't need R support I am using the dssadmin tool bin/dssadmin build-container-exec-base-image regards Longhow