Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pegeler/YARD
YARD - Yet Another R Demo
https://github.com/pegeler/YARD
demo introduction learnr r r-package tutorial
Last synced: about 2 months ago
JSON representation
YARD - Yet Another R Demo
- Host: GitHub
- URL: https://github.com/pegeler/YARD
- Owner: pegeler
- License: gpl-2.0
- Created: 2017-10-02T01:53:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T16:04:51.000Z (over 6 years ago)
- Last Synced: 2024-02-12T18:07:57.371Z (11 months ago)
- Topics: demo, introduction, learnr, r, r-package, tutorial
- Language: R
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-LearnRwithR - YARD - Yet Another R Demo by *Paul Egeler*. (Content / Tutorials Guides & Courses)
README
YARD: Yet Another R Demo
=========================**Paul W. Egeler, M.S., GStat**
This package is a [`learnr`](https://github.com/rstudio/learnr) demo built for the [West Michigan R Users Group](https://github.com/WestMichiganRUserGroup)
meeting at [Big Data Ignite](http://www.bigdataignite.com/) 2017. It is meant to introduce R to a user with some background in coding but who
has had little to no experience with R *per se*.## Getting Started
You can install and run the tutorial from your R session. You can download R at .
I recommend using an integrated development environment (IDE) to help making coding easier and streamline development of projects. Most people I know use RStudio. You can get it at .
### Installation
The [`devtools`](https://cran.r-project.org/web/packages/devtools/index.html) package must be installed in order to install the tutorial. `devtools` can be installed for free from CRAN by pasting the following code in the **Console** of your R session and pressing Enter:
install.packages("devtools")
Afterwards, you can then install this package by pasting the code below into the R **Console** and pressing Enter again:
devtools::install_github("pegeler/YARD")
### Running the Tutorial
Once the package is installed, it can be run from your machine by typing the following into your **Console** and pressing Enter
learnr::run_tutorial("YARD", "YARD")
A browser will be brought up that will contain the tutorial.