Giter VIP home page Giter VIP logo

ncb-2019-shiny's Introduction

Materials for the R shiny tutorial with nonclinical applications at the 2019 Nonclinical Biostatistics conference

Materials can be found at https://github.com/topepo/ncb-2019-shiny. If you've never used GitHub, just choose the green "Clone or download" button on the right-hand side and download the ZIP file.

The main notes require a few R packages. You can install them using:

install.packages(c("shiny", "ggplot2", "readr", "plotly", "ggiraph"), 
                 repos = "http://cran.r-project.org")

# to test:
library(shiny)
library(ggplot2)
library(readr)
library(plotly)
library(ggiraph)

(warnings are fine, errors are not)

Optionally some of the extended examples use these packages too:

install.packages(c("flexdashboard", "recipes", "heatmaply", "shinyBS", "yardstick"), 
                 repos = "http://cran.r-project.org")

Email [email protected] for questions.

If you can't (or don't want to) install these packages, we have the GitHub repo mirrored on RStudio.cloud and you can run the analyses there. See the directions below.

RStudio.cloud instructions

You can create an account for Rstudio.cloud or just log in with a gmail or GitHub account.

  • You may have to setup an account name.

It will ask if you want to join the space (yes).

If you clink on the Projects tab at the top, the you should see an entry for "R shiny tutorial with nonclinical applications".

A note that says Deploying Project will come up. Be patient, if is currently a free service (in beta) so it might take a few minutes.

When it is done, there is the usual RStudio IDE in your browser.

ncb-2019-shiny's People

Contributors

cpsievert avatar topepo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

cpsievert

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.