-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
39 lines (28 loc) · 923 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
output: github_document
html_preview: true
editor_options:
markdown:
wrap: 72
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# AquaPI `r as.character(read.dcf("DESCRIPTION", "Version"))`
<!-- badges: start -->
[![img](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)
<!-- badges: end -->
The goal of AquaPI is to provide an API wrapper for Aquarius time-series data. Package is in very early testing stages.
## Installation
You can install the development version of AquaPI here:
``` {r, message=FALSE, results=FALSE}
# install.packages("devtools") # if not already installed
# library(devtools)
# install_github("karharker/AquaPI")
```