Тёмный
No video :(

Organizing a new project with git and conda and synching it to GitHub (CC246) 

Riffomonas Project
Подписаться 22 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@TheMaplestoryGuide
@TheMaplestoryGuide Год назад
I've been silently watching and learning from your videos for a while now. Just wanted to give my thanks :) Your videos have been really helpful for me as an MD student breaking into research!
@Riffomonas
@Riffomonas Год назад
Fantastic! Thanks so much for watching. Good luck with your studies 🤓
@djangoworldwide7925
@djangoworldwide7925 2 года назад
That one was extremally technical and very advanced. Thank you! just learning about git and its uses on the GitHub platform.
@Riffomonas
@Riffomonas 2 года назад
Hang in there! With practice I know you’ll get it
@mabenba
@mabenba Год назад
I am returning to this video to start a new SQL repository. This is pure gold PAtrick. I can't really thank you enough! You are amazing. In the same series of videos I am learning git, github, using the command line and much much more.
@Riffomonas
@Riffomonas Год назад
Glad it helped! So happy to get the feedback - thanks!
@NATS7599
@NATS7599 2 года назад
Looking forward to the series! Great video love the way you teach!
@Riffomonas
@Riffomonas 2 года назад
Thanks Jason!
@rtheodoro
@rtheodoro 2 года назад
pretty cool!
@Riffomonas
@Riffomonas 2 года назад
Thanks! 🤓
@Neil.Birrell
@Neil.Birrell Год назад
Thanks for these great videos - I really enjoy learning and improving my R skills through them. I was wondering if you could use Conda and Renv together? e.g. Conda to capture the system dependencies (rstudio version, tidytek) and Renv to capture r packages
@Riffomonas
@Riffomonas Год назад
Hey Neil! Maybe. In the past I’ve run into problems using both at the same time. I feel like it’s best to stick with one or the other to be safe. Give it a shot and let us know how it goes
@mabenba
@mabenba 2 года назад
Great Video!! I already have installed vs code a few days ago. Can´t wait for your next videos. You are the main reason I haven't went full Python yet. I truly love R and I seriously need to learn github. This videos are amazing to cover both ends. Also using vs Code helps me learn faster to use the terminal. I have a question about reproducible research. I am presenting a paper next month and I uploaded the code I made to github to make it available for everyone. I didn't set a license when I created the repository as I didn't know which one to choose and didn't have the time to research about that. Can you make a video about licensing projects? Also, should I remade my work following along with your videos in order to make it more reproducible? How can I examine this quality of the work I have done? As you can tell, I am not a researcher per se, but I work in an industry that there is a lot to do with data, and there aren't enough data analyst, so I can contribute just by bringing the domains together. Thanks for your amazing videos!
@Riffomonas
@Riffomonas 2 года назад
Hi Matias - you're asking all of the right questions! I'd suggest MIT for the code and CC-BY for the paper itself. These will make it as open as possible while still making sure you get proper attribution. I have a much earlier video about doing open science where I talk about licenses and such... ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-lXnetUbbGIc.html. Ultimately, I'd encourage you to not be super hard on yourself, but to instead do better with each new project you start. That's what I try to do and am still finding new things to work on 🤓
@mabenba
@mabenba Год назад
@@Riffomonas Thanks for your response!! I really appreciate you take the time to answer all my questions. I have another one tho. Have you ever needed to deploy a visualization, as with shiny or kniting it in a HTML file?
@Riffomonas
@Riffomonas Год назад
@@mabenba Absolutely - everything you see at riffomonas.org is based on R markdown. Here's the github repository for the minimalR resources: github.com/riffomonas/minimalR
@tataphani
@tataphani Год назад
Great presentation , as you said you are UNIX BASH terminal , on windows it is very hard to configure something like that , can you show us how to do that on Windows environment , if possible everything using R studio as it is easy to keep everything at one place
@Riffomonas
@Riffomonas Год назад
Thanks for watching! I’m sorry but I don’t know windows. I’d encourage windows users to install git bash or the Linux subsystem. A lot more tools will be available in a Linux type environment
@caseyj1144
@caseyj1144 Год назад
I use mac personally but I have Windows at work and there I install anaconda prompt (a gui for Windows) which mimics using conda in terminal. We can't use things like 'which' that are part of the bash universe but the rest of the conda stuff is available there
@abdoulayeleye5399
@abdoulayeleye5399 Год назад
Hi professor thanks for really work. Is possible to show customize this viscode terminal weather. Thanks very much for drought project
@Riffomonas
@Riffomonas Год назад
Definitely - I did this in an earlier episode riffomonas.org/code_club/2020-08-13-customizing-bash
@kwizeralambert1316
@kwizeralambert1316 2 года назад
This is very interesting. You recommended Linux for serious data analysis, could you help us see how to install Linux for Windows subsystem. Thanks.
@Riffomonas
@Riffomonas 2 года назад
This is a tutorial that I’ve sent people to in the past itsfoss.com/install-bash-on-windows/
@kwizeralambert1316
@kwizeralambert1316 2 года назад
@@Riffomonas Thank you so much. I love your videos. They are very resourceful.
@gonzarizzo
@gonzarizzo Год назад
Hello Pat! Thank you for all your content, it is wonderful! I love it! I have been following your videos and now, I am working on a project using all your suggestions. I have found a particular problem when traying to make my environment.yml, with some packages that I need to use. In particular, this package is terra. The problem is as follows: -Although mamba creates the environment with the proper packages, when I fire up R and try to load terra it seems that some dependencies can't find the installed package. The error message looks like shown bellow. Have you ever faced a similar problem with your conda environments? - Any guidance is much appreciated! > library(terra) Error: package or namespace load failed for ‘terra’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/home/grizzo/miniconda3/envs/mex/lib/R/library/terra/libs/terra.so': libproj.so.15: cannot open shared object file: No such file or directory
Далее
Three approaches to organize your R project (CC178)
16:59