Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/davisvaughan/rray3
- Owner: DavisVaughan
- License: other
- Created: 2021-10-21T18:02:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T17:47:38.000Z (almost 3 years ago)
- Last Synced: 2024-10-09T22:10:11.415Z (28 days ago)
- Language: C
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```