-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 787 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 787 Bytes
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: AutoSpectralRcpp
Type: Package
Title: Fast Tools for Unmxing Spectral Flow Cytometry Data
Version: 1.0.3
Authors@R: c(
person(
"Oliver", "Burton",
email = "olivertburton@gmail.com",
role = c("aut", "cre"),
comment = c( ORCID = "0000-0003-3884-7373" )
)
)
Description: Add-on to AutoSpectral for fast per-cell spectral unmixing.
Requires Rcpp sourcing and OpenMP.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/DrCytometer/AutoSpectralRcpp
BugReports: https://github.com/DrCytometer/AutoSpectralRcpp/issues
SystemRequirements: OpenMP
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp,
AutoSpectral (>= 1.0.0)
Remotes:
DrCytometer/AutoSpectral