Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.49 KB

File metadata and controls

34 lines (26 loc) · 1.49 KB

Appveyor build Status Travis build Status codecov Project Status CRAN_Status_Badge DOI

This R package provides all functions that are required for the Web application that is developed within the Flusshygiene project.

Installation

#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/fhpredict")

Setup

The function get_radolan_urls_bucket() requires two environment variables to be set:

  • ENDPOINT_PROD: Endpoint to the service that returns URLs to Radolan files,
  • TOKEN_PROD: token that is required to access the endpoint.

All functions that make requests to the Postgres API require the following environment variables to be set:

  • API_URL
  • AUTH0_REQ_URL
  • AUTH0_CLIENT_ID
  • AUTH0_CLIENT_SECRET
  • AUTH0_AUDIENCE