How to Update RStudio and R

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 46

  • @VahidDabbaghiSadr
    @VahidDabbaghiSadr 22 дня назад +1

    Thank you, simple and right to the point...something that you don't see a lot these days

    • @ModVal
      @ModVal  22 дня назад

      Glad it was helpful. Thank you for the comment.

  • @tristanbond8083
    @tristanbond8083 8 месяцев назад +2

    Simple, exactly what I needed and straight to the point. Could not appreciate this video more, thank you, thank you, thank you.

    • @ModVal
      @ModVal  8 месяцев назад +1

      Thanks for your comment. Glad to hear the video was helpful!

  • @paulerayburn4185
    @paulerayburn4185 9 месяцев назад +1

    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  9 месяцев назад +2

      Thanks, Paul. Great tip on the Windows pop-up message.

  • @zyzzy01
    @zyzzy01 Месяц назад

    I wish I could like this more than once. Thank you so much!

    • @ModVal
      @ModVal  Месяц назад

      Thanks for the great comment. Glad to hear it was helpful!

  • @areefaalladin-karan759
    @areefaalladin-karan759 Месяц назад

    Thank you for making a useful video on R update. It was a great guide!!!

    • @ModVal
      @ModVal  Месяц назад

      Glad it was helpful!

  • @dangalpr
    @dangalpr 3 месяца назад

    Very short and sweet, love this. God bless you.

    • @ModVal
      @ModVal  3 месяца назад

      Thank you! You too!

  • @ActMIRANDARAZOANGEL
    @ActMIRANDARAZOANGEL 7 месяцев назад

    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  7 месяцев назад +1

      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.

  • @anjanamohan5352
    @anjanamohan5352 4 месяца назад

    Thank u so much from India😊🙏🏻

    • @ModVal
      @ModVal  4 месяца назад

      My pleasure. Glad it helped.

  • @CeciliaAlejandraRiosTeran
    @CeciliaAlejandraRiosTeran 3 месяца назад

    Great video! Thanks!!!

    • @ModVal
      @ModVal  3 месяца назад

      Glad you liked it!

  • @RoseKansil
    @RoseKansil 4 месяца назад

    thank you so much this is so helpful

    • @ModVal
      @ModVal  4 месяца назад

      You're so welcome! With the 2 programs the process can be difficult at times. Glad it helped.

  • @craiggilbert271
    @craiggilbert271 10 месяцев назад

    Great video John

    • @ModVal
      @ModVal  10 месяцев назад

      Thanks 👍.

  • @thanueranthi
    @thanueranthi 6 месяцев назад

    Really helpful. Thank you so much!

    • @ModVal
      @ModVal  6 месяцев назад

      Glad it helped you out. Let us know if you have any questions!

  • @mans2932
    @mans2932 6 месяцев назад

    thank you!! perfectly worked.

    • @ModVal
      @ModVal  6 месяцев назад

      Glad it helped!

  • @MayurRameshBhurle
    @MayurRameshBhurle 5 месяцев назад

    this was a great help

    • @ModVal
      @ModVal  5 месяцев назад +1

      Thanks for the comment. Glad to hear it helped.

  • @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 месяца назад +1

      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.

  • @ramoda13
    @ramoda13 5 месяцев назад

    helpful thank you

    • @ModVal
      @ModVal  5 месяцев назад

      You’re welcome. Glad to know it helped. What else would be helpful for RStudio?

  • @zeynepdikkaya9570
    @zeynepdikkaya9570 7 месяцев назад

    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  7 месяцев назад

      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.

  • @alexis_withluv
    @alexis_withluv 4 месяца назад

    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  4 месяца назад

      I'm glad you figured it out. The installr package makes the process much easier. Thanks for the comments!

  • @Sakshi-h2w
    @Sakshi-h2w Месяц назад

    They said there is no package installr

    • @ModVal
      @ModVal  Месяц назад

      If you are on a mac, then you are correct. The installr package is not available for mac. 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.
      If you are on a PC, here is a link to the package on CRAN: cran.r-project.org/web/packages/installr/index.html
      You'll need to install it before you try library(installr)

  • @casecao8412
    @casecao8412 4 месяца назад

    there is no package called ''installr"

    • @ModVal
      @ModVal  4 месяца назад +1

      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.

  • @r903_1
    @r903_1 2 месяца назад

    nice beard, man!

    • @ModVal
      @ModVal  2 месяца назад

      Thanks! It had actually been trimmed down in this video. It was longer and fuller in this one: ruclips.net/video/S6hNtF8XBis/видео.html.

  • @KiranKumar-pl5yr
    @KiranKumar-pl5yr 5 месяцев назад +1

    100th like

    • @ModVal
      @ModVal  5 месяцев назад

      Thanks for all the likes, I really appreciate it.