-
How do I install packages on dataiku Rmarkdown files?(R programming language)
im working with a rmarkdown file,I'm able to directly import few libraries like ggplot2 and Dataiku but when I try to install packages using install.packages("plotly") ,it shows error in install.packages() '. how do I install ? Operating system used: Dataiku online
-
Is it possible to edit RMarkdown Reports in RStudio Code Studio?
Hello there Is it somehow possible to edit RMarkdown reports in an RStudio Code Studio? This would be great, to leverage the interactivity in RStudio, and save the resulting report back to DSS to serve as a dashboard insight for example. Developing a full RMarkdown report in the existing editor is quite difficult.…
-
Choose the pdfengine for RMarkdown Report
I want to know if it this possible to add a new input and use a different pdfengine (like wkhtmltopdf) and not the default "pdflatex". Or change it with the metadata (yaml). Thank you
-
RMarkdown: pandoc version issue
Hi, everyone. I faced error when "FORCE BUILD" button on "Rmarkdown report" clicked. Error message shows following. Would you please help me how to solve this issues? It seems that pandoc need to be update but I couldn't find out how to update pandoc in this environment... This environment is running on AWS EC2 server…
-
Getting Files in HDFS for use in a RMarkdown report.
I have a recipe that generates to custom files via Spark. These files are stored in a HDFS path. I want to create a RMarkdown report that uses the data generated from those files, but the problem I have is that the RMarkdown runs on the DSS Engine and I haven't find a way to use or transfer those files from HDFS so I can…
-
flexdashboard not rendering in rmarkdown report
I am trying to generate a report using flexdashboard in a rmarkdown report. I have successfully generated a report in RStudio, but I cannot generate the same flexdashboard in Dataiku. I have selected the flex-dashboard option in snapshot and download, but they do not operate as expected. Source code: --- title: "test"…
-
flexdashboard not working in rmarkdown
I dont see rendered output in the expected format when I create RMarkdown Reports in Dataiku from templates available at - "https://rmarkdown.rstudio.com/flexdashboard/layouts.html" None of the samples in above link generate the expected output although the same code samples work just fine in RStudio. Attached logs below…
-
Problem with libicu while trying to knit a rmarkdown report
Dear all, I am trying to use the rmarkdown report functionality. I have DSS CE on Ubuntu 18.04 (a laptop installation). When trying to build a rmarkdown report, I have this error: > rmarkdown::render('/home/inactinique/dataiku-data/tmp/code-reports-build/report-3791993627165130643/yyqCEeX.Rmd', output_file =…
-
How to import the seaborn python library (based on matplotlib) in a RMarkdown report?
Hello, In a python notebook, I have succeeded in importing and using the seaborn library (based on matplotlib). However, in a Rmarkdown report, I have the following error ImportError: No module named Tkinter. How to use seaborn in a Rmarkdown report? Sam
-
flexdashboard not working in rmarkdown
I am trying to create an rmarkdown report formatted with flexdashboard. I have setup multiple pages as specified: https://rmarkdown.rstudio.com/flexdashboard/using.html#multiple_pages But in the dataiku viewer I only see the dashboard as one page. I do not see the bar at top that allows selection of the multiple pages. Is…