Skip to content

Instantly share code, notes, and snippets.

View cromanpa94's full-sized avatar
:octocat:
Working on `autogradeR` and `phruta`

Cristian Román Palacios cromanpa94

:octocat:
Working on `autogradeR` and `phruta`
View GitHub Profile
@z3tt
z3tt / github.R
Last active September 11, 2024 21:08
Configure GitHub for Rstudio
#### 1. Sign up at GitHub.com ################################################
## If you do not have a GitHub account, sign up here:
## https://github.com/join
# ----------------------------------------------------------------------------
#### 2. Install git ##########################################################
## If you do not have git installed, please do so:
@dgrapov
dgrapov / example.R
Created February 2, 2018 04:48
Example of a shiny app with data upload and different plot options
#initialize
library(shiny)
library(ggplot2)
library(purrr)
library(dplyr)
#example data
data(iris)
@sestelo
sestelo / shiny_server_amazon_ec2.md
Last active April 23, 2022 15:09
How to configure a Shiny Server on Amazon’s EC2 cloud service