-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 823 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
29 lines (29 loc) · 823 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
Package: FlowCodeUnmixRcpp
Type: Package
Title: Fast Tools for Unmixing FlowCode Spectral Cytometry Data
Version: 0.4.0
Authors@R: c(
person(
"Oliver", "Burton",
email = "olivertburton@gmail.com",
role = c("aut", "cre")
)
)
Description: Fast per-cell unmixing in C++ using `RcppArmadillo` and OpenMP for
FlowCode spectral flow cytometry data. Intended as an add-on to `FlowCodeUnmix`
and `AutoSpectral`.
License: AGPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Imports:
Rcpp
LinkingTo:
Rcpp,
RcppArmadillo
Roxygen: list(markdown = TRUE)
URL: https://github.com/DrCytometer/FlowCodeUnmixRcpp,
https://drcytometer.github.io/FlowCodeUnmix/
BugReports: https://github.com/DrCytometer/FlowCodeUnmixRcpp/issues
SystemRequirements: OpenMP
Config/roxygen2/version: 8.0.0