-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
58 lines (58 loc) · 1.32 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: uFTIR
Type: Package
Title: Process and Analyze Agilent Cary 620 FTIR Microscope Images
Version: 0.1.4
Date: 2021-10-19
Authors@R:
person(
given = "Fabio",
family = "Corradini",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9696-7643")
)
Maintainer: Fabio Corradini <[email protected]>
Description: A set of tools to read, process, and summarize Agilent Cary 620 uFTIR Microscope hyperspectral images
primarily intended for microplastic analysis.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.4.0),
parallel (>= 4.0.4)
Imports:
Rcpp (>= 1.0.7),
methods (>= 4.0.4),
raster (>= 3.5.2),
sp (>= 1.4.5)
Suggests:
testthat (>= 3.1.0),
rgeos (>= 0.5.8),
signal (>= 0.7.7),
rgdal (>= 1.5.27)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.2
Collate:
'RcppExports.R'
'classes.R'
'clipper.R'
'datadocs.R'
'mask_sam.r'
'matrix_sam.r'
'mosaic_chunk.R'
'mosaic_compose.R'
'mosaic_info.R'
'mosaic_sam.R'
'plot_methods.R'
'preprocess.R'
'profile_methods.R'
'sam_load.R'
'sam_write.r'
'smooth_sam.R'
'summary_methods.R'
'tile_base_corr.R'
'tile_read.R'
'tile_sam.R'
'uFTIR.R'
'wavealign.R'
SystemRequirements: C++11