Skip to content

Kaspect/pipeline-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline-Templates

#To use the docker instance:

  1. Run the Docker Quickstart console
  2. Move to pipeline-templates/Docker
  3. Build the dockerfile with docker build -t pipeline-templates . (The period is important!)
  4. Run the docker image with docker run -d -p 5000:5000 --name Compiler pipeline-templates
  5. To compile a .Rtex to a pdf, curl -o DockerSampleOutput.zip $(docker-machine ip default):5000/ -d "data=https://github.com/Kaspect/DockerPipeline-SampleRepo" -X PUT

#Deliverable 1, for Li, Reminder, Schwarzer 0. Read the following carefully: http://kbroman.org/knitr_knutshell/pages/latex.html

  1. Clone this repo, make a folder with your last name & commit it to master.
  2. Make a new branch called your last name i.e.cohn
  3. Within the repo, make an R-latex file like the one here https://github.com/yihui/knitr-examples/blob/master/005-latex.Rtex
  4. Make frequent, useful commits as you develop https://try.github.io/levels/1/challenges/1
  5. Make an in-line numerical statistic. Of the 8492 elements in the data, the mean was 7.3 and the standard deviation was 3.3.
  6. Make an in-line string.
#for example
x <- "Claremont"

and have the string print to latex as normal text within a sentence.

Technical Task assignments (below)

##Shuming ####Data https://data.cityofnewyork.us/Education/SAT-Results/f9bf-2cp4 ####Visualization

##Nick ####Data https://controllerdata.lacity.org/Budget/City-Expenditures-by-Month/3ctd-sjrm https://controllerdata.lacity.org/api/views/3ctd-sjrm/rows.csv?accessType=DOWNLOAD ####Visualization

  • Design 2 boxplots, 1 with base R and one with ggplot2. Find an interesting way to split up the data into groups, so you can make a comparison between the $ awared to different types of expenditures

###Max ####Data https://controllerdata.lacity.org/Budget/City-Expenditures-by-Month/3ctd-sjrm https://controllerdata.lacity.org/api/views/3ctd-sjrm/rows.csv?accessType=DOWNLOAD ####Visualization

As with everything, Google it & collaborate with each other!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •