Great! Thank you for the great tutorial! Can you please advise about adding gauges and valuboxes as well? I tried myself but they are not showing. Plus, when I add gague objects, it gives me warning like this: Warning messages: 1: In .local(dashboard, component, ...) : The component did not inherit from any of the currently supported classes ('htmlwidget'). Why would that be, please? I googled it but to no avail. Thanks in advance.
Many thanks for introducing the i2dash package!! There are further details and use cases for beginners and advanced users available from our website, with a focus on extending the i2dash framework with own templates for visualisation and on presenting scientific data: loosolab.github.io/i2dash.scrnaseq/articles/Documentation.html ; loosolab.github.io/i2dash.scrnaseq/articles/Quality_metrics.html (see tutorials button)
Does rendering (to create the html file) only work if this i2dash pack? I tried and failed to render an .rmd I created using flexdashboard. The rendering stops and i receive the following msg: Quitting from lines 200-237 (BD_RMarkdown.RMD) Error in output$medidas
Hi. When I run the Script, I have the following error Error in gzfile(file, mode) : cannot open the connection In addition: Warning message: In gzfile(file, mode) : cannot open compressed file 'D:\temp\Rtmp04rcUh/obj_h6pDDS.rds', probable reason 'No such file or directory' Could be problem with my antivirus ?
Sorry you are having issues. It's very hard to tell where your error is without the code. Did you install i2dash from the Install Packages button in RStudio?
@@CradleToGraveR I tried your code but it gave me an error. After some testing I decided to update plotly because I had warning and nothing happends then I decided to reinstall Rstudio. After doing so it asked me to update Markdown and "et voilà". Thank you so much. Your videos are greateful
At 15:39 dashboard %% add_component(ggplot2_object, page = "contact", title = "Contact Me GGPLOT") gives an error and that is: Error in gzfile(file, mode) : cannot open the connection In addition: Warning message: In gzfile(file, mode) : cannot open compressed file 'D:\temp\Rtmp0iYgBd/obj_t9RAJq.rds', probable reason: Permission denied I couldn't find a solution from the web.
I'm getting the exact same error! Except mine says "probably reason 'No such file or directory' which is true since I don't even have a D: drive on this computer. Where is this coming from? Got to be something in the add_component function. I'm running R 4.0.2.
I think you consistently produced excellent R video and your teaching style is very easy to digest. Thank you so much Mark!
Yes!! Finally. Thanks for the video. Learned it
Good to know it helped. Was it you that asked me to do the video a few weeks ago?
@@CradleToGraveR Yes.
Great! Thank you for the great tutorial! Can you please advise about adding gauges and valuboxes as well? I tried myself but they are not showing. Plus, when I add gague objects, it gives me warning like this: Warning messages:
1: In .local(dashboard, component, ...) :
The component did not inherit from any of the currently supported classes ('htmlwidget'). Why would that be, please? I googled it but to no avail. Thanks in advance.
Many Thanks, it's very useful.
could you please make video on Simmer package with complex example.
Thanks in advance.
Many thanks for introducing the i2dash package!! There are further details and use cases for beginners and advanced users available from our website, with a focus on extending the i2dash framework with own templates for visualisation and on presenting scientific data:
loosolab.github.io/i2dash.scrnaseq/articles/Documentation.html
; loosolab.github.io/i2dash.scrnaseq/articles/Quality_metrics.html (see tutorials button)
Excellent
Does rendering (to create the html file) only work if this i2dash pack? I tried and failed to render an .rmd I created using flexdashboard. The rendering stops and i receive the following msg:
Quitting from lines 200-237 (BD_RMarkdown.RMD)
Error in output$medidas
Hi.
When I run the Script, I have the following error
Error in gzfile(file, mode) : cannot open the connection
In addition: Warning message:
In gzfile(file, mode) :
cannot open compressed file 'D:\temp\Rtmp04rcUh/obj_h6pDDS.rds', probable reason 'No such file or directory'
Could be problem with my antivirus ?
Sorry you are having issues. It's very hard to tell where your error is without the code. Did you install i2dash from the Install Packages button in RStudio?
@@CradleToGraveR I tried your code but it gave me an error. After some testing I decided to update plotly because I had warning and nothing happends then I decided to reinstall Rstudio. After doing so it asked me to update Markdown and "et voilà". Thank you so much. Your videos are greateful
I found the same error. To make it work you must indicate the path the dashboard will be created. Something like this:
dashboard
At 15:39 dashboard %%
add_component(ggplot2_object,
page = "contact",
title = "Contact Me GGPLOT") gives an error and that is:
Error in gzfile(file, mode) : cannot open the connection
In addition: Warning message:
In gzfile(file, mode) :
cannot open compressed file 'D:\temp\Rtmp0iYgBd/obj_t9RAJq.rds', probable reason: Permission denied
I couldn't find a solution from the web.
Quick question, what version of R are you on? Is it 4.x?
Can you paste your cord to the Discord channel? discord.gg/f2uDBvA
I'm getting the exact same error! Except mine says "probably reason 'No such file or directory' which is true since I don't even have a D: drive on this computer. Where is this coming from? Got to be something in the add_component function. I'm running R 4.0.2.
Fixed it. Issue is the datadir associated with the dashboard object. Fixed it by setting: datadir(dashboard)