-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.21 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
30
Package: fort
Type: Package
Title: Fast Orthogonal Random Transforms
Version: 0.0.1
Authors@R:
person("Tom\u00e9", "Silva", email = "[email protected]",
role = c("cre", "aut"), comment = c(ORCID = "0000-0002-9434-8686"))
Description: Provides convenient access to fast, structured, random linear
transforms implemented in C++ (via 'Rcpp') that are (at least
approximately) orthogonal or semi-orthogonal, and are often much faster
than matrix multiplication. Useful for algorithms that require or
benefit from uncorrelated random projections, such as fast dimensionality
reduction (e.g., Johnson-Lindenstrauss transform) or kernel approximation
(e.g., random kitchen sinks) methods.
License: MIT + file LICENSE
Imports: MASS, R6, Rcpp (>= 1.0.10)
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Author: Tomé Silva [cre, aut] (<https://orcid.org/0000-0002-9434-8686>)
Maintainer: Tomé Silva <[email protected]>
URL: https://github.com/tomessilva/fort, https://tomessilva.github.io/fort/
BugReports: https://github.com/tomessilva/fort/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3