Тёмный

How to Update RStudio and R 

Подписаться
Просмотров 6 тыс.
% 188

This video gives a quick overview on how to update both RStudio and R. I give an easy method for each program.
After updating, don't forget to check on updates for your installed packages. We'll quickly walk through this process as well.
00:00 Intro
00:28 Check for RStudio Update
00:42 Download latest version of RStudio
00:52 RStudio Installation process
01:34 Check for updates in R
01:56 Update R using installr package
03:04 Update packages
03:29 Make RStudio use newest R version
03:55 Verify R version in RStudio
04:04 Recheck for updates
Customize your RStudio environment with these common options:
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-oPI27MlEni8.html
If you have questions or want more info:
info@modernvaluations.com

Хобби

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

 

22 дек 2023

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@dangalpr
@dangalpr 10 дней назад
Very short and sweet, love this. God bless you.
@ModVal
@ModVal 10 дней назад
Thank you! You too!
@tristanbond8083
@tristanbond8083 5 месяцев назад
Simple, exactly what I needed and straight to the point. Could not appreciate this video more, thank you, thank you, thank you.
@ModVal
@ModVal 5 месяцев назад
Thanks for your comment. Glad to hear the video was helpful!
@paulerayburn4185
@paulerayburn4185 7 месяцев назад
Thats a great simple video. Thanks for that. PS. If anyone happens to get the windows pop up message when installing RStudio that says "The app you're trying to install isn't a microsoft verified app" just click the "Install Anyway". You can go and change settings to prevent that in the future but I did that and after some Windows updates it defaults back to that setting so I just click the install anyway.
@ModVal
@ModVal 7 месяцев назад
Thanks, Paul. Great tip on the Windows pop-up message.
@CeciliaAlejandraRiosTeran
@CeciliaAlejandraRiosTeran 8 дней назад
Great video! Thanks!!!
@ModVal
@ModVal 8 дней назад
Glad you liked it!
@freebabe4real
@freebabe4real 6 месяцев назад
helpful & to-the-point, thank you!
@ModVal
@ModVal 6 месяцев назад
Glad it was helpful! Let me know if there are any other topics that could be useful.
@thanueranthi
@thanueranthi 3 месяца назад
Really helpful. Thank you so much!
@ModVal
@ModVal 3 месяца назад
Glad it helped you out. Let us know if you have any questions!
@anjanamohan5352
@anjanamohan5352 2 месяца назад
Thank u so much from India😊🙏🏻
@ModVal
@ModVal 2 месяца назад
My pleasure. Glad it helped.
@RoseKansil
@RoseKansil Месяц назад
thank you so much this is so helpful
@ModVal
@ModVal Месяц назад
You're so welcome! With the 2 programs the process can be difficult at times. Glad it helped.
@user-pc2wj9dl3y
@user-pc2wj9dl3y 2 месяца назад
this was a great help
@ModVal
@ModVal 2 месяца назад
Thanks for the comment. Glad to hear it helped.
@craiggilbert271
@craiggilbert271 7 месяцев назад
Great video John
@ModVal
@ModVal 7 месяцев назад
Thanks 👍.
@mans2932
@mans2932 4 месяца назад
thank you!! perfectly worked.
@ModVal
@ModVal 4 месяца назад
Glad it helped!
@user-is6hw3ii5p
@user-is6hw3ii5p 3 месяца назад
Thank you very much !
@ModVal
@ModVal 3 месяца назад
You are welcome! Glad it helped.
@ramoda13
@ramoda13 2 месяца назад
helpful thank you
@ModVal
@ModVal 2 месяца назад
You’re welcome. Glad to know it helped. What else would be helpful for RStudio?
@ActMIRANDARAZOANGEL
@ActMIRANDARAZOANGEL 4 месяца назад
Thanks for the video!! I had installed the latest version of R first but not the latest version of Rstudio and I was confused because I didn't kow that another update had to be installed.
@ModVal
@ModVal 4 месяца назад
Glad it helped. Having the 2 separate programs is a little different. Think of R as the engine and drivetrain of a car and RStudio as the steering wheel, dash and other controls.
@zeynepdikkaya9570
@zeynepdikkaya9570 4 месяца назад
I have Mac when I come to update r I write code correctly but window for update r didn't show up on my screen
@ModVal
@ModVal 4 месяца назад
It's my understanding that the installR package only works on Windows computers. There is a package called updateR available on github that works for Macs (more info: github.com/AndreaCirilloAC/updateR). I've never tried it. I haven't used a Mac for a few years now. The following lines of code can be used to install the package: library(devtools) *(you may need to install this package first) install_github('andreacirilloac/updateR') library(updateR) updateR(admin_password = 'Admin user password') Again, I've never used this, so not sure how well it works, or if it works at all. In the past, I think I just uninstalled the old version and installed the latest version of R for Mac, but I think you can install the latest version in addition to the current version and point RStudio to the current version in the Global Options. I never ran into any issues doing it that way, but that's not to say that you might run into some problems.
@nevine2875
@nevine2875 2 дня назад
When I type updateR, it gives me this newest version does not work on my PC. How can I update for other version ?
@ModVal
@ModVal 2 дня назад
Do you mean R or RStudio? The latest version of R is 4.4.1. The 4.4 versions require at least Windows 11. Prior versions can be found here: cran.rstudio.com/bin/windows/base/old/. The current version of RStudio is 2024.04.2. If you need prior versions of it, they can be found here: docs.posit.co/previous-versions/rstudio.html.
@alexis_withluv
@alexis_withluv Месяц назад
I tried to install 'installr' using install.packages but I am getting an error "ERROR: failed to lock directory..." Edit: Nevermind I figured it out, I only had to modify the R file in my device. Still, great video!
@ModVal
@ModVal Месяц назад
I'm glad you figured it out. The installr package makes the process much easier. Thanks for the comments!
@casecao8412
@casecao8412 Месяц назад
there is no package called ''installr"
@ModVal
@ModVal Месяц назад
If you are on a mac, then you are correct. The installr package is not available for mac. If you are on a PC, here is a link to the github for installr: talgalili.github.io/installr/ . There is a package called updateR available on github that works for Macs (more info: github.com/AndreaCirilloAC/updateR). I've never tried it, but you might want to check it out.
@KiranKumar-pl5yr
@KiranKumar-pl5yr 2 месяца назад
100th like
@ModVal
@ModVal 2 месяца назад
Thanks for all the likes, I really appreciate it.
Далее
Ne jamais regarder une fille à la plage 😂
00:10
Просмотров 940 тыс.
Телега - hahalivars
1:00
Просмотров 7 млн