Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 778 Bytes

RhoVec

Work in progress. Note that semantics.md may be slightly outdated compared to the implementation.

This is a formalization of vectors and subsetting in R (see Advanced R, chapter 3 and chapter 4), a (subset of) dplyr, plus some related tidyverse packages, such as tibble and magrittr.

Getting Started

Install opam. Then run the following:

opam switch create 4.12.0
git clone https://github.com/reactorlabs/RhoVec.git
cd RhoVec
make deps # install dependencies
make