I think you consistently produced excellent R video and your teaching style is very easy to digest. Thank you so much Mark!
@Abilash1able4 жыл бұрын
Yes!! Finally. Thanks for the video. Learned it
@CradleToGraveR4 жыл бұрын
Good to know it helped. Was it you that asked me to do the video a few weeks ago?
@Abilash1able4 жыл бұрын
@@CradleToGraveR Yes.
@JohnMKaya-lm1ry2 жыл бұрын
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.
@adnanhajabubaker41584 жыл бұрын
Many Thanks, it's very useful. could you please make video on Simmer package with complex example. Thanks in advance.
@cassioveludo87033 жыл бұрын
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
@filanor24164 жыл бұрын
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.
@CradleToGraveR4 жыл бұрын
Quick question, what version of R are you on? Is it 4.x?
@CradleToGraveR4 жыл бұрын
Can you paste your cord to the Discord channel? discord.gg/f2uDBvA
@wisomnian4 жыл бұрын
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.
@wisomnian4 жыл бұрын
Fixed it. Issue is the datadir associated with the dashboard object. Fixed it by setting: datadir(dashboard)
@fabio71123 жыл бұрын
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 ?
@CradleToGraveR3 жыл бұрын
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?
@fabio71123 жыл бұрын
@@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
@cassioveludo87033 жыл бұрын
I found the same error. To make it work you must indicate the path the dashboard will be created. Something like this: dashboard
@mloxsir30954 жыл бұрын
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)