{"id":19446473,"url":"https://github.com/dcs-training/datavisualisationwithr2021","last_synced_at":"2026-06-23T19:31:14.402Z","repository":{"id":134064819,"uuid":"449349397","full_name":"DCS-training/DataVisualisationWithR2021","owner":"DCS-training","description":"Data Visualisation with R Course (delivered by the Centre in October/November 2021).  This workshop is focusing on good practice of creating graphs with R and R Studio. Go to the readme file","archived":false,"fork":false,"pushed_at":"2024-07-26T16:04:56.000Z","size":1422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-25T08:41:24.278Z","etag":null,"topics":["data-analysis","data-visualisation","data-wrangling","r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DCS-training.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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}},"created_at":"2022-01-18T15:53:52.000Z","updated_at":"2024-07-26T16:05:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"7708a074-8ffd-4a1c-bd8a-e3673897173c","html_url":"https://github.com/DCS-training/DataVisualisationWithR2021","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DCS-training/DataVisualisationWithR2021","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FDataVisualisationWithR2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FDataVisualisationWithR2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FDataVisualisationWithR2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FDataVisualisationWithR2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCS-training","download_url":"https://codeload.github.com/DCS-training/DataVisualisationWithR2021/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FDataVisualisationWithR2021/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34704742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-analysis","data-visualisation","data-wrangling","r"],"created_at":"2024-11-10T16:14:00.861Z","updated_at":"2026-06-23T19:31:14.385Z","avatar_url":"https://github.com/DCS-training.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataVisualisationWithR2021\nHello Everyone! This is the Readme File for the Data Visualisation with R Course (delivered by the Centre in October/November 2021).\n\nThis workshop is focusing on good practice of creating graphs with R and R Studio.\n\nThe materialin this repo was developed and curated by **Andrew McLean** (Andrew.McLean@ed.ac.uk).\n\n\n**What you are going to find in this repo**\n\n- `Getting Ready with R.pdf` (installation instructions for R and R Studio, and the Noteable Service)\n- Code Folder (the code used in the two classes)\n- Data Folder (the dataset used in the two classes)\n- `Visualisation with R Class1.pptx` (a short introductory presentation)\n\nIn order for the code to work your Project environment should contain the following folders\n\n- Output (For the export of the graphs created)\n- Data (where you need to have the `Election_Results.csv` file\n\nBelow are the steps to do so and get set. \n\n## On Noteable\n\n1. Go to https://noteable.edina.ac.uk/login\n2. Login with your EASE credentials\n3. Select RStudio as a personal notebook server and press start\n4. Go to File \u003eNew Project\u003eVersion Control\u003eGit\n5. Copy and Paste this repository URL https://github.com/DCS-training/PCA-2023 as the Repository URL\n6. The Project directory name will filled in automatically but you can change it if you want your folder in Notable to have a different name\n7. Decide where to locate the folder. By default, it will locate it in your home directory \n8. Press Create Project\n\nCongratulations you have now pulled the content of the repository on your Notable server space the last thing you need to do is to install the packages not already installed in Noteable.\n\n1. Open the 'Install.R' file and run the code within it \n2. Now you can open the 'PCA.R' file and you can follow along\n\n## On your own machine\n\n### R and RStudio\n\n* R and RStudio are separate downloads and installations. R is the\nunderlying statistical computing environment, but using R alone is no\nfun. RStudio is a graphical integrated development environment (IDE) that makes\nusing R much easier and more interactive. You need to install R before you\ninstall RStudio. After installing both programs, you will need to install \nsome specific R packages within RStudio. Follow the instructions below for\nyour operating system, and then follow the instructions to install\n**`tidyverse`** and **`RSQLite`**.\n\n#### Windows\n\n\u003e ## If you already have R and RStudio installed\n\u003e\n\u003e * Open RStudio, and click on \"Help\" \u003e \"Check for updates\". If a new version is\n\u003e available, quit RStudio, and download the latest version for RStudio.\n\u003e * To check which version of R you are using, start RStudio and the first thing\n\u003e  that appears in the console indicates the version of R you are\n\u003e  running. Alternatively, you can type `sessionInfo()`, which will also display\n\u003e  which version of R you are running. Go on\n\u003e  the [CRAN website](https://cran.r-project.org/bin/windows/base/) and check\n\u003e whether a more recent version is available. If so, please download and install\n\u003e it. You can [check here](https://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-UNinstall-R_003f) for\n\u003e more information on how to remove old versions from your system if you wish to do so.\n{: .solution}\n\n\u003e ## If you don't have R and RStudio installed\n\u003e\n\u003e * Download R from\n\u003e  the [CRAN website](https://cran.r-project.org/bin/windows/base/release.htm).\n\u003e * Run the `.exe` file that was just downloaded\n\u003e * Go to the [RStudio download page](https://www.rstudio.com/products/rstudio/download/#download)\n\u003e * Under *Installers* select **RStudio x.yy.zzz - Windows Vista/7/8/10** (where x, y, and z represent version numbers)\n\u003e * Double click the file to install it\n\u003e * Once it's installed, open RStudio to make sure it works and you don't get any\n\u003e error messages.\n{: .solution}\n\n\n#### macOS\n\n\u003e ## If you already have R and RStudio installed\n\u003e\n\u003e * Open RStudio, and click on \"Help\" \u003e \"Check for updates\". If a new version is\n\u003e\tavailable, quit RStudio, and download the latest version for RStudio.\n\u003e\t* To check the version of R you are using, start RStudio and the first thing\n\u003e\t  that appears on the terminal indicates the version of R you are running. Alternatively, you can type `sessionInfo()`, which will \n\u003e\talso display which version of R you are running. Go on\n\u003e\t  the [CRAN website](https://cran.r-project.org/bin/macosx/) and check\n\u003e\t  whether a more recent version is available. If so, please download and install\n\u003e\t  it.\n{: .solution}\n\n\u003e ## If you don't have R and RStudio installed\n\u003e\n\u003e * Download R from\n\u003e   the [CRAN website](https://cran.r-project.org/bin/macosx/).\n\u003e * Select the `.pkg` file for the latest R version\n\u003e * Double click on the downloaded file to install R\n\u003e * It is also a good idea to install [XQuartz](https://www.xquartz.org/) (needed\n\u003e   by some packages)\n\u003e * Go to the [RStudio download page](https://www.rstudio.com/products/rstudio/download/#download)\n\u003e * Under *Installers* select **RStudio x.yy.zzz - Mac OS X 10.6+ (64-bit)**\n\u003e   (where x, y, and z represent version numbers)\n\u003e * Double click the file to install RStudio\n\u003e * Once it's installed, open RStudio to make sure it works and you don't get any\n\u003e   error messages.\n{: .solution}\n\n#### Linux\n\n* Follow the instructions for your distribution\n from [CRAN](https://cloud.r-project.org/bin/linux), they provide information\n to get the most recent version of R for common distributions. For most\n distributions, you could use your package manager (e.g., for Debian/Ubuntu run\n `sudo apt-get install r-base`, and for Fedora `sudo yum install R`), but we\n don't recommend this approach as the versions provided by this are\n usually out of date. In any case, make sure you have at least R 3.5.1.\n* Go to the [RStudio download\n  page](https://www.rstudio.com/products/rstudio/download/#download)\n* Under *Installers* select the version that matches your distribution, and\n   install it with your preferred method (e.g., with Debian/Ubuntu `sudo dpkg -i\n   rstudio-x.yy.zzz-amd64.deb` at the terminal).\n* Once it's installed, open RStudio to make sure it works and you don't get any\n   error messages.\n\n### Organizing your working directory\n\nUsing a consistent folder structure across your projects will help keep things\norganized, and will help you to find/file things in the future. This\ncan be especially helpful when you have multiple projects. In general, you may\ncreate directories (folders) for **scripts**, **data**, and **documents**. \nIf you want to learn more about how to get set have a look (https://datacarpentry.org/R-ecology-lesson/00-before-we-start.html)[https://datacarpentry.org/R-ecology-lesson/00-before-we-start.html]\n\n\nAll material here collected is free to use but it is covered by a License: CC BY-NC 4.0 license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcs-training%2Fdatavisualisationwithr2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcs-training%2Fdatavisualisationwithr2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcs-training%2Fdatavisualisationwithr2021/lists"}