{"id":23473075,"url":"https://github.com/caltechlibrary/r-carpentry","last_synced_at":"2026-01-23T16:36:16.728Z","repository":{"id":111429290,"uuid":"172576455","full_name":"caltechlibrary/R-Carpentry","owner":"caltechlibrary","description":"Repository for Carpentry Lessons based on R","archived":false,"fork":false,"pushed_at":"2022-02-02T18:58:18.000Z","size":41407,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-09T21:42:24.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://caltechlibrary.github.io/R-Carpentry/2019-03/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caltechlibrary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-25T20:08:09.000Z","updated_at":"2021-11-08T17:51:10.000Z","dependencies_parsed_at":"2023-11-21T00:45:13.045Z","dependency_job_id":null,"html_url":"https://github.com/caltechlibrary/R-Carpentry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caltechlibrary/R-Carpentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2FR-Carpentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2FR-Carpentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2FR-Carpentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2FR-Carpentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caltechlibrary","download_url":"https://codeload.github.com/caltechlibrary/R-Carpentry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2FR-Carpentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T17:15:06.860Z","updated_at":"2026-01-23T16:36:16.717Z","avatar_url":"https://github.com/caltechlibrary.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- page last updated 2022-01-26 --\u003e\n\n# Caltech Library R Carpentry Workshops\n\n---\n\n## Description:\n\nThis repository contains lesson plans for Caltech Library-facilitated R Carpentry\nworkshops. Workshops are organized in subfolders by date of workshop.\n\nFolders named with only the date are basic R Carpentry workshops. Advanced R\ntopics have both date and topic in the folder name. Each subfolder contains all\nof the necessary files for that workshop.\n\nPlease see files in the workshop folders, specifically the README,\nfor more information on any particular workshop.\n\n---\n\n## Required Computer Setup\n### Up to Date for the 2022-02 Workshops\n\nThe Carpentries' teaching is hands-on, so participants are encouraged to use\ntheir own computers to insure the proper setup of tools for an efficient\nworkflow. *These lessons assume prior knowledge of RStudio and R*. Working through this lesson requires working copies of the software described\nbelow. To most effectively use these materials, please make sure to install\neverything *before* working through this lesson.\n\n**R** and **RStudio** are separate downloads and installations. R is the\nunderlying statistical computing environment. RStudio is a graphical integrated\ndevelopment environment (IDE) that makes using R easier and more interactive.\n**You need to install R before you install RStudio.**\n\n### If you don't have R and RStudio installed:\n\n1. Download R Version 4.1.2 from the CRAN website for your operating system:\n    * [Windows](http://cran.r-project.org/bin/windows/base/release.htm)\n    * [Mac OS](http://cran.r-project.org/bin/macosx/)\n    * [Linux](https://cloud.r-project.org/bin/linux) (Information provided to get the most recent version of R for common distributions.)\n\n\n2. Open the `.exe` (Windows) or `.pkg` (Mac) just downloaded to install R. For Linux, follow the\ndirections given on the website for your particular distribution.\n    * If you are a Mac user, it is also a good idea to install [XQuartz](https://www.xquartz.org/) (needed by some R packages).\n\n\n3. Go to the [RStudio download page](https://www.rstudio.com/products/rstudio/download/#download) and\ndownload the latest version of RStudio for your platform (RStudio Desktop 2021.09.0+351).\n\n\n4. Open the downloaded file and install RStudio.\n\n5. Once it's installed, open RStudio to make sure it works and you don't get any error messages, and the Console window shows the\ncorrect version of R installed.\n\n### If you already have R and RStudio installed:\n\n1. Open RStudio, and click on \"Help\" \u003e \"Check for updates\". If a new version is\navailable, quit RStudio, and download the latest version of RStudio from the\n[RStudio download page](https://www.rstudio.com/products/rstudio/download/#download).\n\n2. To check which version of R you are using, start RStudio and check the Console window. The first line that appears in the Console indicates the version of R that is running. Alternatively, you can type `sessionInfo()`, which will also display which version of R is running.\n\n3. If you are not running R version 4.1.2, please see Steps 1 and 2 above under \"If you don't have R and RStudio installed\".\n    * You can [check here](https://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-UNinstall-R_003f) for more information on how to remove old versions from your system if you wish to do so.\n\n---\n\n## Required Files\n\nPlease see the individual workshop README file for the required files for each\nworkshop.\n\n---\n\n## Resources\n\nThe Caltech Library has [many books and ebooks on R](https://search.ebscohost.com/login.aspx?direct=true\u0026AuthType=ip,sso\u0026bquery=R+programming\u0026cli0=FT1\u0026clv0=Y\u0026type=1\u0026searchMode=And\u0026site=eds-live\u0026scope=site\u0026custid=s8984125\u0026groupid=main\u0026profile=eds), including many on the [Safari platform](https://search.ebscohost.com/login.aspx?direct=true\u0026AuthType=ip,sso\u0026db=cat08655a\u0026AN=clc.873aa4f7.3003.456e.afec.8f394b2ad7ce\u0026site=eds-live\u0026scope=site\u0026custid=s8984125\u0026groupid=main\u0026profile=eds) (link requires Caltech credentials to view).\n\n#### Page last updated 2022-01-26","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltechlibrary%2Fr-carpentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaltechlibrary%2Fr-carpentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltechlibrary%2Fr-carpentry/lists"}