-
Notifications
You must be signed in to change notification settings - Fork 0
/
Posit_Cloud.qmd
40 lines (24 loc) · 1.81 KB
/
Posit_Cloud.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: "Posit Cloud"
author: "Government Analysis Function and ONS Data Science Campus"
engine: knitr
execute:
echo: true
eval: false
---
# Introduction
If you are having issues installing R Studio or are having issues with installing package as a back up we will prompt you to use Posit Cloud.
Posit Cloud is a hosted version of RStudio in the cloud that makes it easy for professionals, hobbyists, trainers, teachers and students to do, share, teach and learn data science using R.
Create your analyses using RStudio directly from your browser - there is no software to install and nothing to configure on your computer.
# Set Up
You will be sent a link to a created project, firstly you will need to register for an account, click on the link below.
[Posit Cloud Sign up](https://login.rstudio.cloud/register)
Which will look like below, **Please sign in your personal email address**.
![](Images/r_studio_cloud_signin.png){fig-alt="Image showing Posit Cloud"}
Once signed up, it will take a while to load. You will see the message "Deploying Project" for a couple of minutes while it creates your Workspace.
![](Images/rstudio_cloud.png){fig-alt="Image showing Posit Cloud"}
A project has been already created called **Intro to R**.
When you access a project created by someone else, Posit Cloud automatically creates a temporary copy of the original project for you. You can play with and make edits to it, but none of your changes will be reflected in the original.
Save a copy of the project for yourself by pressing the **Save a Permanent Copy button**. Which is in the top right corner.
Then you will end up with something that looks like the image below, feel free to amend some settings as outlined in **Chapter 1 Getting Started with R section 2.2**.
![](Images/rstudio_cloud2.png){fig-alt="Image showing Posit Cloud"}