pokyah / foss4GBXL2018

Repository for my interactive presentation given at FOSS4GBXL2018 => https://pokyah.shinyapps.io/foss4GBXL2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package contains the interactive presentation I'll give at FOSS4GBXL2018

install.packages("learnr") # library required for interactive tutorials
devtools::install_github("pokyah/foss4GBXL2018", ref = "master") # this package
packrat::restore() # install all the R-packages required for this tuto using packrat
learnr::run_tutorial("presentation", package = "FOSS4GBXL2018") # launch the tutorial

The tutorial makes a call to the agrometAPI. In order to use it, you must provide your own user token in your .Renviron file.

The package provides a limited cached extraction from the API to allow you to play with the data.

The example.Renviron located at the root of this repository show you the name of the environment variable you must use in order to allow the agrometAPI package to read and retrieve your token.

About

Repository for my interactive presentation given at FOSS4GBXL2018 => https://pokyah.shinyapps.io/foss4GBXL2018

License:GNU General Public License v3.0


Languages

Language:HTML 83.3%Language:R 15.1%Language:Dockerfile 1.6%