knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

euclidr

Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge Coverage Status

euclidr is a collection of various formulas, algorithms, and equations related to geometry in one way or another. When possible, functions are designed for speed using vectorized operations.

Usage

The development verison can be installed by running

#install.packages("devtools")
devtools::install_github("jolars/euclidr")

A release for CRAN has been planned.

Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

euclidr is open source, licensed under the MIT license.



jolars/euclidr documentation built on May 19, 2019, 7:25 p.m.