Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davisvaughan/rray3

What the Package Does (One Line, Title Case)
https://github.com/davisvaughan/rray3

Last synced: 7 days ago
JSON representation

What the Package Does (One Line, Title Case)

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# rray3

[![Codecov test coverage](https://codecov.io/gh/DavisVaughan/rray3/branch/main/graph/badge.svg)](https://app.codecov.io/gh/DavisVaughan/rray3?branch=main)
[![R-CMD-check](https://github.com/DavisVaughan/rray3/workflows/R-CMD-check/badge.svg)](https://github.com/DavisVaughan/rray3/actions)

The goal of rray3 is to ...

## Installation

You can install the development version of rray3 from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("DavisVaughan/rray3")
```