-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: RcppCoDA
Type: Package
Title: Blazing fast compositional data analysis of vectors, matrices, and arrays
Version: 0.2.0
Date: 2024-07-24
Authors@R: c(person("Justin", "Silverman", role=c("aut", "cre"),
email = "[email protected]"))
Maintainer: Justin Silverman <[email protected]>
Description: The goal of RcppCoDA is to create a blazing fast library for the analysis of
compositional data with both C++ and R interfaces.
Beyond standard compositional data transforms, RcppCoDA features the following:
Support for compositional arrays (e.g., posterior samples of compositional matricies);
Transformations of Covariace Matricies (and covariance arrays);
Support for partially compositional arrays;
A library of functions for transforming between coordinate systems while staying in the simplex;
The Inter-Quartile Log Ratio Transform; Proportionality Calculations (i.e., Phi Statistics).
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/jsilve24/RcppCoDA
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LinkingTo:
Rcpp,
RcppEigen
Imports:
Rcpp
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3