Git Product home page Git Product logo

yard's Introduction

YARD: Yet Another R Demo

Paul W. Egeler, M.S., GStat

This package is a learnr demo built for the West Michigan R Users Group meeting at Big Data Ignite 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 https://cran.r-project.org/.

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 https://www.rstudio.com/products/rstudio/download/.

Installation

The devtools 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.

yard's People

Contributors

pegeler avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

samart3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.