dbt structure
6:46
2 ай бұрын
dbt usage
4:23
2 ай бұрын
dbt installation
3:03
2 ай бұрын
dbt overview
3:55
2 ай бұрын
A systematic debugging workflow
8:14
Пікірлер
@Dreaming-11
@Dreaming-11 16 күн бұрын
How to configure Session Affinity to allow R Shiny app to scale to more than 1 instance?
@minhduc8a21
@minhduc8a21 Ай бұрын
Thank you so much!
@transportation-talk
@transportation-talk 2 ай бұрын
Cool example. If you create your shiny app via golem, it can create a dockerfile for you. Then in the cloud run settings you can specify to build the app whenever a commit is made to the app GitHub repo.
@julianamendes9943
@julianamendes9943 8 ай бұрын
Great tutorial, I love R language. Very useful
@sollanorabelobraga7592
@sollanorabelobraga7592 11 ай бұрын
Thank you! This information is so hidden under loads and loads of documentation that leads to nowhere. Your video solves the problema easily
@CirkusBolgen
@CirkusBolgen 11 ай бұрын
Why are you using aliases when teaching?
@HenriqueAraujo-du8io
@HenriqueAraujo-du8io 9 ай бұрын
the aliases confused me :(
@ThanhDoan-zj4vu
@ThanhDoan-zj4vu 11 ай бұрын
How do you merge those PRs? thank you
@tarkatirtha
@tarkatirtha Жыл бұрын
Great content!
@theecanmole
@theecanmole Жыл бұрын
Doesn't a "point and click" approach to Git, Github and R somewhat defeat the point of Git?
@martinakaplanova1358
@martinakaplanova1358 Жыл бұрын
Thank you, your video put an end to a whole lot of frustration :)
@saltech2024
@saltech2024 Жыл бұрын
Thank you Mauro Lepore It works for me just fine
@nsaccente
@nsaccente Жыл бұрын
A tutorial that uses custom aliases for git commands isn't very helpful :/
@kerrymullan4197
@kerrymullan4197 Жыл бұрын
Thanks for the Tutorial. This was very helpful.
@ar0se274
@ar0se274 Жыл бұрын
you earned a subscriber. good work keep it up. it is really useful to me
@haribalaji
@haribalaji Жыл бұрын
Thanks Mauro. This really helped me.
@sirisaac8727
@sirisaac8727 Жыл бұрын
Why the dislikes, nobody has any criticism, just dislikes
@nasxmo
@nasxmo Жыл бұрын
good tutorial.thanks!
@davehouser1
@davehouser1 Жыл бұрын
Don't use aliases in your video. New users are not going to know what they represent.
@palashnandi4165
@palashnandi4165 Жыл бұрын
Well, @Mauro thanks for the details. Can you guide me on whether it will lag or not when training large models in colab for a long time?
@dancinglazer1628
@dancinglazer1628 2 жыл бұрын
This video is _criminally_ underrated! there are no good videos briefing 2022 github projects! thanks alot! you earned my sub
@EnjoytheMents
@EnjoytheMents Жыл бұрын
yes agreed
@telnet8674
@telnet8674 2 жыл бұрын
thank you
@adisetase
@adisetase 2 жыл бұрын
Hi Mauro - I'm new to the targets package and this video has helped me a lot. Thank you. Have you done any other videos where you demo the integration of multiple workflows within a package?
@arturocdb
@arturocdb 2 жыл бұрын
Thank you for patient in teaching…, very useful!
@jamescrosbie3372
@jamescrosbie3372 2 жыл бұрын
Great session- really clear and simple instructions. Great work
@Evkayne
@Evkayne 2 жыл бұрын
thank you
@weima856
@weima856 2 жыл бұрын
hey! great video. was hoping to get an idea on how we can set up a dockerfile so it can pull rocker + install a set package when we build the docker image. thanks!
@bernardbakala9241
@bernardbakala9241 2 жыл бұрын
Thanks for posting, very informative
@allissaheidi4144
@allissaheidi4144 3 жыл бұрын
1zzg5 vum.fyi
@luke.allister.rogers
@luke.allister.rogers 3 жыл бұрын
Thanks Mauro! I've been working with R packages, and just started learning to use targets. Your meetup answered a lot of my questions how to combine the two to structure an analysis. Cheers!
@user-mm9dm3po7f
@user-mm9dm3po7f 3 жыл бұрын
p3g vyn.fyi
@CaunaRoblesyuriCristian
@CaunaRoblesyuriCristian 3 жыл бұрын
Gracias por el ejercicio. Podrías explicarme que usos tiene RStudio con git? Gracias!
@christiansetzkorn6241
@christiansetzkorn6241 3 жыл бұрын
one reason to get this is for the time travelling (-:
@bee00778
@bee00778 3 жыл бұрын
How can I insert another tab like article?
@alegherix
@alegherix 3 жыл бұрын
Been looking all over for this, thx!
@jakasrodrix
@jakasrodrix 4 жыл бұрын
Are you guys pairing while drinking MATE???
@bettys7298
@bettys7298 5 жыл бұрын
Hi Mauro, after I run "library(remotes)", this pop up: Warning message: package ‘remotes’ was built under R version 3.5.3 So does it mean that I cannot use it with my current version of RStudio? Thank you!
@leporemauro
@leporemauro 5 жыл бұрын
Hi Betty, the warning shouldn't stop you from using remotes. But if you later get an error, this warning might explain the reason. The warning refers to your version of R, not your version of RStudio (think of R as the engine of a car, and of RStudio as everything else). However, unless you have a good reason, it's often best to just update R and the warning should dissapear. Best
@bettys7298
@bettys7298 5 жыл бұрын
@@leporemauro I see. Thank you, Mauro! So how can I update R? Thank you!!
@leporemauro
@leporemauro 5 жыл бұрын
@@bettys7298 Hi Betty, I usually update R using an R package called installr (cran.r-project.org/web/packages/installr/index.html). If you decide to do the same, first you'll need to install installr with install.packages("installr"). Then you can run installr::updater(). Otherwise, you can download the latest version of R from CRAN (cran.r-project.org/) and install it as you would normally do with any other software.
@ccrosetti12
@ccrosetti12 6 жыл бұрын
Alli estaremos,!
@5_Sigma
@5_Sigma 6 жыл бұрын
SOLVED! I changed my origin to this: origin [email protected]:Me/my-project.git (fetch) origin [email protected]:Me/my-project.git (push) but when I try to pull, it outputs this: here is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <remote> <branch> If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/<branch> master I don't know what I have to replace 'origin/<branch>' with. Can you help me? Edit: Fetching works fine, but merging spits out an error: 'fatal: No remote for the current branch.' Edit: I actually solved it myself, I used the 'git push -u' command, to automatically set the branch.
@rodrigogonzalogil
@rodrigogonzalogil 12 жыл бұрын
Ya estas para trabajar con los de MDQ! jJjejejeje fenomeno!
@rodrigogonzalogil
@rodrigogonzalogil 12 жыл бұрын
Primer mundo!!!!!!!!!!!!!!!!!!!!!!!!