Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivelasq/2022-10-27_intro-to-quarto
2022-10-27 R-Ladies St. Louis Presentation
https://github.com/ivelasq/2022-10-27_intro-to-quarto
quarto quarto-pub quartopub
Last synced: 17 days ago
JSON representation
2022-10-27 R-Ladies St. Louis Presentation
- Host: GitHub
- URL: https://github.com/ivelasq/2022-10-27_intro-to-quarto
- Owner: ivelasq
- Created: 2022-10-22T17:51:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T00:52:01.000Z (over 2 years ago)
- Last Synced: 2024-11-16T16:22:47.802Z (3 months ago)
- Topics: quarto, quarto-pub, quartopub
- Language: HTML
- Homepage: https://ivelasq.quarto.pub/intro-to-quarto/
- Size: 23.9 MB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to Quarto
## 2022-10-27 R-Ladies St. Louis Presentation[![Launch RStudio Cloud](https://img.shields.io/badge/launch-cloud-75aadb?style=flat&logo=rstudio)](https://rstudio.cloud/project/4823293)
## Instructions
Welcome to the Intro to Quarto workshop! You have two options if you would like to follow along with the exercises:
* Follow along on [rstudio.cloud](#follow-along-on-rstudio-cloud) OR
* Follow along on your [Desktop](#follow-along-on-your-desktop)AND
* Sign up for a [Quarto Pub account](https://quartopub.com/)
## Follow along on rstudio.cloud
* Please go to [rstudio.cloud](https://rstudio.cloud/) and create an account (it is free).
* Ensure that you can access [this project](https://rstudio.cloud/content/4823293).## Follow along on your Desktop
Quarto is available in a [number of editors](https://quarto.org/docs/get-started/), including VS Code, Jupyter Lab, and more. However, for this workshop, we'll be working in RStudio.
### Install RStudio Desktop
* [Download and install the latest release of RStudio (v2022.07).](https://www.rstudio.com/products/rstudio/download/)
### Install Quarto
* If you have RStudio v2022.07, Quarto already comes installed with your RStudio. If you are using an earlier verison, please ensure you have Quarto installed.
* Please ensure you have Quarto v1.0 or above. To check, run `quarto --help` in your Terminal.If you need to install Quarto v1.0:
1. Navigate to [the Getting Started page on quarto.org](https://quarto.org/docs/get-started/).
2. Click Download Quarto CLI.![](download-quarto.png)
### Clone the repository
On Thursday, October 27th, please clone [this repository](https://github.com/ivelasq/intro-to-quarto-exercises).