Installing R, RStudio, and packages for Windows and Mac OS X (CC077)

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 23

  • @Riffomonas
    @Riffomonas  3 роки тому +2

    Let me know if you have any installation problems and I'll do my best to help you through them!

    • @PierreMathieu18
      @PierreMathieu18 2 роки тому

      I have this warning when I want to install "tidyverse" package

  • @ranahuzaifa147
    @ranahuzaifa147 2 роки тому +1

    thank you very much for such a nice video. I just prepared my mac for R now I will start learning R and data science.
    I would love to have more suggestions from your side as well.

    • @Riffomonas
      @Riffomonas  2 роки тому

      Wonderful Rana - I’m glad you’re watching!

  • @twys124
    @twys124 2 роки тому +1

    thanks this video helped me out.

    • @Riffomonas
      @Riffomonas  2 роки тому

      Glad to hear it - thanks for watching!

  • @minhhuytran7235
    @minhhuytran7235 2 роки тому +1

    thank you very much

  • @hichemziane9345
    @hichemziane9345 2 роки тому +1

    Thanks ;)

  • @AdamHillier-h7p
    @AdamHillier-h7p 2 місяці тому

    HI, I could not load BiodiversityR package. Error: package 'tcltk' could not be loaded. Any ideas ?

    • @Riffomonas
      @Riffomonas  2 місяці тому

      Sorry, i'm not familiar with the BiodiversityR package. You might try installing tcltk and then try BiodiversityR again

  • @nawalhaimeur616
    @nawalhaimeur616 Рік тому

    Hi, thank you so much for this video. I have a problem uploading the tidyverse package I get this error message: Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j

  • @lindonddacey
    @lindonddacey 3 роки тому +1

    Hi! I'm having an issue opening an R notebook on my Mac it's not allowing me to open without saying I need to download 'stringi', but the stringi won't download. Would you happen to have any possible solutions to this issue?

    • @Riffomonas
      @Riffomonas  3 роки тому

      Hmmm. What is the actual error message? I assume you're trying install.packages("stringi") ?

  • @dovlebowitz-nowak1423
    @dovlebowitz-nowak1423 2 роки тому +1

    Hi thanks for this! I've got RStudio running on a bunch of Macs in a lab setting (deployed via MDM), and have been asked to install Tidyverse on all of them. Is there any way to install the tidyverse package via a Terminal command/script which I can send to all the machines simultaneously? Rather than having to sit down at each computer, open up RStudio and installing the package one-at-a-time?

    • @Riffomonas
      @Riffomonas  2 роки тому

      From the command line, you should be able to do something like
      Rscript -e "install.packages(‘tidyverse’)”

  • @ashleighmonique8734
    @ashleighmonique8734 2 роки тому +1

    hello! im using R Studio on a Mac. I did not have a problem installing the tidyverse package however when i tried loading it in my library, this was what it said:
    Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j

    • @Riffomonas
      @Riffomonas  2 роки тому +1

      Hi Ashleigh- thanks for watching! When errors like this pop up I generally try installing the missing package and try again. So try installing fansi and then rerun library

  • @Mister_larrie
    @Mister_larrie Рік тому

    Hello, thank you for the knowledge i loved it. How can i install Rtools with macos

    • @Riffomonas
      @Riffomonas  Рік тому

      Hi - I think Rtools is only necessary for work with windows. If you need the OS X developer tools, then go to a terminal and enter this: xcode-select --install

  • @josephtolentino1900
    @josephtolentino1900 3 роки тому +1

    Hi i can't install tidyverse with the latest version of R (4.1.0). Could you help me with this error? "Error: package or namespace load failed for ‘tidyverse’ in namespaceExport(ns, exports):"

    • @Riffomonas
      @Riffomonas  3 роки тому

      Hi Joseph - hmmm - could you try uninstalling tidyverse and trying again? Look for any error messages about other packages along the way. see if you can install those and then try again with tidyverse. Here are some more notes on installation: riffomonas.org/minimalR/00_installation.html