Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Go to www.github.com

Creative Commons: Marc A.T. Teunis, 2016

Run the code below as shown in the tutorial, and wait for the computer to finish downloading. Be sure the battery is full, or preferably, connected to a power outlet.
Run the code below as shown in the tutorial, and wait for the computer to finish downloading. Be sure the battery is full, or preferably, connected to a power outlet.
Hey Marc!
4 changes: 2 additions & 2 deletions rmarkdown/workshop_r_ilc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The code chunck below will take care of installing and loading all packages ness

If you want to install a package manually, run:

`install.packages("package-name")`
`install.packages("package-name")` ##package-name is not available (for R version 3.2.3)##

To load a package manually:

Expand All @@ -204,7 +204,7 @@ Please note the difference in use of _"double-quotes"_ above.
# Shiny Apps
Shiny is an open source application that can powerfully inllustrate the use of R to generate visualizations. Here we look at an example on discision making in ants on two food sources. The sliders in the app are parameters specific for the food source. The graph shows the change in the number of ants visiting the food source.


## hier gaat het mis bij mij,
```{r, eval=FALSE}

if (!require("devtools")) install.packages("devtools")
Expand Down