-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
49 lines (33 loc) · 1.59 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
# acyRsa <img src='man/figures/logo_acyRsa.png' align="right" height="139"/>
<!-- badges: start -->
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Travis build status](https://travis-ci.com/augustohassel/acyRsa.svg?branch=master)](https://travis-ci.com/augustohassel/acyRsa)
[![R build status](https://github.com/augustohassel/acyRsa/workflows/R-CMD-check/badge.svg)](https://github.com/augustohassel/acyRsa/actions)
<!-- badges: end -->
This package lets you access ACyRSA's API using R. This will enable you to integrate ACyRSA's data more easily into your R workflow.
## Installation
At the moment `acyRsa` is only available through GitHub usind `devtools`.
#### Installing with `devtools`
```{r, eval=FALSE}
# 1. In R install the package `devtools`.
install.packages("devtools")
# 2. Once `devtools` is installed, install `acyRsa`
library(devtools)
devtools::install_github("augustohassel/acyRsa")
```
## Acknowledgements
Development of this software was driven by [HasselPunk](https://www.hasselpunk.com) as part of an Open Source initiative.
#### Author/Maintainer
- [Augusto Hassel](https://github.com/augustohassel)
<a href="https://www.buymeacoffee.com/augustohassel" target="_blank"><img src='https://cdn.buymeacoffee.com/buttons/arial-blue.png' alt="Buy Me A Coffee" align="left" height="38"/></a>