Skip to content

Commit

Permalink
modifications associated with previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau authored and ethanwhite committed Apr 2, 2015
1 parent 13b341e commit 5b4e6ee
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
6 changes: 2 additions & 4 deletions 00-before-we-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,9 @@ <h3>Asking for help</h3>
## attached base packages:
## [1] stats graphics grDevices utils datasets base
##
## other attached packages:
## [1] knitr_1.7
##
## loaded via a namespace (and not attached):
## [1] evaluate_0.5.5 formatR_1.0 stringr_0.6.2 tools_3.1.1
## [1] evaluate_0.5.5 formatR_1.0 knitr_1.7 stringr_0.6.2
## [5] tools_3.1.1
</code></pre>

<h3>Where to ask for help?</h3>
Expand Down
3 changes: 1 addition & 2 deletions 02-starting-with-data.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
```{r, echo=FALSE, purl=FALSE}
library(knitr)
opts_chunk$set(results='hide')
knitr::opts_chunk$set(results='hide', fig.path='img/r-lesson-')
```

# Data Carpentry R materials - Starting with data
Expand Down
2 changes: 1 addition & 1 deletion 02-starting-with-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h3>Challenge</h3>
barplot(table(exprmt))
```
![plot of chunk unnamed-chunk-14](figure/unnamed-chunk-14-1.png)
![plot of chunk unnamed-chunk-14](img/r-lesson-unnamed-chunk-14-1.png)
--->

</body>
Expand Down
Binary file added img/r-lesson-unnamed-chunk-13-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/r-lesson-unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions skeleton-lessons.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@


library(knitr)
opts_chunk$set(results='hide')



## surveys <- read.csv(file="data/surveys.csv")
Expand Down

0 comments on commit 5b4e6ee

Please sign in to comment.