Пікірлер
@thespaniardinme
@thespaniardinme 8 күн бұрын
This is really good! Do you have plans to publish it once done, sir?
@AndyQuinteroM
@AndyQuinteroM 7 күн бұрын
I will continue to work in it on livestreams
@everorlandoreyesruiz9789
@everorlandoreyesruiz9789 13 күн бұрын
No me esperaba el español 🤣.
@My-NaMeS_jEfF
@My-NaMeS_jEfF 3 ай бұрын
Does it work with external data, API/database, etc…
@KarenCowart-rj5de
@KarenCowart-rj5de 3 ай бұрын
Subcontracting trust understandings is rusty that's trying to understand until trust it's rough theory but I have no idea what this is about I'm not good at computers ..sorry
@mrJbirdjojo
@mrJbirdjojo 5 ай бұрын
did you ever get around to a nvim config Rsetup video?
@mrJbirdjojo
@mrJbirdjojo 5 ай бұрын
these are awesome keep them coming!
@THM068
@THM068 5 ай бұрын
Do you have git repo for this code?
@ChituOkoli
@ChituOkoli 6 ай бұрын
Does this support Windows yet?
@avbraga
@avbraga 6 ай бұрын
awesome. thanks so much.
@CanDoSo_org
@CanDoSo_org 6 ай бұрын
Hi, now, mtcars |> mpg_filter(21, df = _ ) works.
@zjardynliera-hood5609
@zjardynliera-hood5609 7 ай бұрын
What key bindings are you using for nvim-r?
@Thekingslayer-ig5se
@Thekingslayer-ig5se 7 ай бұрын
Great job man
@ackinito
@ackinito 8 ай бұрын
I get an error when running the command: webr.bundle::install_from_source Sh: 1: cargo: not found Warning messages: 1: In system2(command = "cargo", args = c("--version"), stdout = NULL, : error in running command 2: In system2( "cargo", args = c("install", "--path", path) : error in running command
@alexlev4631
@alexlev4631 8 ай бұрын
Thanks! Very handy tip with lists in R.
@jfzeac
@jfzeac 8 ай бұрын
Great!
@richardbennett4365
@richardbennett4365 9 ай бұрын
He keeps saying empty cars. Anyway, he's not comparing apples to apples. He says base r pipe |> doesn't work in his example and then goes on to show %>% does work, but he added , df = . in the expression with %>% but did not in the expression with |>. How's that a proper comparison??? I cannot understand that kind of illogical teaching.
@musa4060
@musa4060 9 ай бұрын
The underscore placeholder (_) now works for R pipe operator with the latest version of R. This code should work: mtcars |> mpg_filter(21, df = _)
@JoseAlvarez-zu5le
@JoseAlvarez-zu5le 10 ай бұрын
This project is so impressive! I'd be very interested in using it on production. Would it work easily with Google Cloud Run (a docker image)?
@defaultname992
@defaultname992 10 ай бұрын
what is rhino ?
@alencaru
@alencaru 9 ай бұрын
Rhino is a tool/framework to help you create shiny apps in an organized and logical way.
@SuperShiny-px6uh
@SuperShiny-px6uh 11 ай бұрын
Thanks for this tutorial. Can you do tutorial on creating Desktop Application or standalone application using R.
@stasssism
@stasssism 11 ай бұрын
Looks really interesting!!
@SuperShiny-px6uh
@SuperShiny-px6uh 11 ай бұрын
Tried running and it worked. Great App. Can I open the app straight from the shiny face app executable and also can the executable be shared with anyone and run on their system without other necessary installation?
@SuperShiny-px6uh
@SuperShiny-px6uh 11 ай бұрын
Can you do tutorial on WebR
@DaarShnik
@DaarShnik Жыл бұрын
Wow ❤❤❤
@arunrajesh5137
@arunrajesh5137 Жыл бұрын
Congratulations on the new api alternative for Plumber. Please let us know when it will be available in CRAN.... Also show us the demo of ML deployment using faucet and hosting in AWS
@stasssism
@stasssism Жыл бұрын
On average 23.38% improvement, that is amazing results! Looking forward to see it on cran. Great job!
@stasssism
@stasssism Жыл бұрын
cool staff!
@AndyQuinteroM
@AndyQuinteroM Жыл бұрын
The problem was with Stdout and how zsh handles them :P
@nevinthomas5130
@nevinthomas5130 Жыл бұрын
can plotly plot be cached?
@rickdixon1928
@rickdixon1928 Жыл бұрын
Congrats on getting out of the RStudio ghetto! :) <3
@user-wf9uj7ii8q
@user-wf9uj7ii8q Жыл бұрын
When I run the program in rstudio, firebase can write and read values normally, but after putting it on shiny and turning it into a website, I can’t connect to the database. I also use firedata, and I don’t use absolute paths. How can I check for errors? ?
@nkristianschmidt
@nkristianschmidt Жыл бұрын
it's not easy to learn
@haraldurkarlsson1147
@haraldurkarlsson1147 Жыл бұрын
If you are unfamiliar with Vim and neoVim I think it would be a terrible idea and a great waste of time if you want to run simple R code or generate plots and RMarkdown files in R. Most folks would refrain from R. I think a better approach is to learn R in RStudio and then dabble later with Vim.
@haraldurkarlsson1147
@haraldurkarlsson1147 Жыл бұрын
Nah - I am a Vim user but I will stick with RStudio. I do use Vim, sometimes, for LaTeX.
@haraldurkarlsson1147
@haraldurkarlsson1147 Жыл бұрын
Interesting since the base pipe seems to replacing the magrittr pipe in all the presentations I have seen in the last six months or so. Therefore the issues the base pipe had/has are resolved?
@haraldurkarlsson1147
@haraldurkarlsson1147 Жыл бұрын
Yeah. I am a Vim user put is it hard not to use RStudio. It is simply embedded in my soul by now.
@benediktmitter8021
@benediktmitter8021 Жыл бұрын
Very nice video! Still, I experience some issues with the server file. For some reason, none of the server code will be executed when I run the app (though using the exact code from your github). I experienced the same thing with other mobile shiny apps, but not with regular shiny apps. Any idea why that may be?
@zeocamo
@zeocamo Жыл бұрын
Neovim can debug too, check out nvim-dap
@javi97herme19
@javi97herme19 Жыл бұрын
Hola! Que editor usas? He estado peleándome con vscode pero no consigo que se me ejecute nada de esto. Tengo anaconda descargado también, pero ejecuto siempre jupyter, así que no controlo mucho de esto. Sabes como hacer que funcione en vscode, jupyter o el tuyo?
@AndyQuinteroM
@AndyQuinteroM Жыл бұрын
Hola, yo uso Neovim!
@igordemetriusalencar5861
@igordemetriusalencar5861 2 жыл бұрын
Good content man! Thank you! It will help me to port a shiny app web to mobile.
@stewartli5395
@stewartli5395 2 жыл бұрын
it is a great plan. love it. thx for sharing. I use R daily and am looking into Rust at the moment.
@SuperShiny-px6uh
@SuperShiny-px6uh 11 ай бұрын
How's Rust and R going together
@AndyQuinteroM
@AndyQuinteroM 2 жыл бұрын
As an upate. I fixed the repo. The readme shows you how to run it on your computer: github.com/andyquinterom/shiny-rs-faceapp
@josesaintgermain5709
@josesaintgermain5709 2 жыл бұрын
La próxima porfa mové tu miniatura que no se ve la consola. Un abrazo
@paraggemini
@paraggemini 2 жыл бұрын
looking forward to more quality content. Subscribed to your channel. Good job!
@mayank7jan
@mayank7jan 2 жыл бұрын
Man this is so awesome, and the code is super clean. Thank you for this tutorial. This is a big help. 😀