Index of /web/packages/RiemBase/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-03-21 20:00 5.3K 

README

RiemBase : Functions and C++ Header Files for Computation on Manifolds

CRAN_Status_Badge Travis build status

Installation

You can install the released version of RiemBase from CRAN with:

install.packages("RiemBase")

or the development version from github:

# Run
# > install.packages("devtools")
# if not installed.
library(devtools)
devtools::install_github("kisungyou/RiemBase")