https://github.com/apreshill/conj620labs
https://github.com/apreshill/conj620labs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apreshill/conj620labs
- Owner: apreshill
- Created: 2018-08-20T20:56:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T21:30:26.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T01:43:11.101Z (over 1 year ago)
- Language: HTML
- Size: 379 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# CONJ620 Labs
`conj620labs` is implemented as a [LearnR package](https://rstudio.github.io/learnr/). It can be set up on a Shiny server such as shinyapps.io or can be installed and run on a computer with the instructions below.
View the actual tutorial here:
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
install.packages("remotes")
install.packages("learnr")
remotes::install_github("apreshill/conj620labs")
```
You can then run the tutorial with
```r
learnr::run_tutorial("cm035", package = "conj620labs")
```