-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
136 lines (136 loc) · 2.89 KB
/
Copy pathDESCRIPTION
File metadata and controls
136 lines (136 loc) · 2.89 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Package: qntmap
Type: Package
Title: Enhance quantitative analysis of EPMA map
Version: 1.0.2
Authors@R:
c(
person(
given = 'Atsushi', family = 'Yasumoto',
role = c('aut', 'cph', 'cre'),
email = 'atusy.7+qntmap@gmail.com',
comment = c(ORCID = "0000-0002-8335-495X")
),
person(
given = 'Kenta', family = 'Yoshida',
role = 'ctb',
comment = c(ORCID = "0000-0001-9525-1598")
),
person(given = 'Tatsu', family = 'Kuwatani', role = 'ctb'),
person(
given =
'Japan Agency for Marine-Earth Science and Technology (JAMSTEC)',
role = c('cph', 'fnd')
),
person(given = 'JST PRESTO (Grant No. JPMJPR1676)', role = c('fnd'))
)
Author: Atsushi Yasumoto [aut, cph, cre]
Maintainer: Atsushi Yasumoto <atusy.rpkg@gmail.com>
Description: Generate and analyze chemical mass concentration map based on
X-ray maps and referencial spot analyses within the mapped area.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R(>= 3.1.2)
Imports:
curl,
cssgrid,
data.table,
dplyr,
DT,
easycsv,
ggplot2,
ggAtusy,
htmltools,
knitr,
matrixStats,
methods,
pipeR,
png,
PoiClaClu,
purrr,
quantreg,
rlang,
R.utils,
scales,
shiny,
shinyFiles,
shinyWidgets,
stringr,
tippy,
tidyr,
tidyselect,
utils,
yaml
Suggests:
captioner,
covr,
here,
pkgdown,
rmarkdown,
roxygen2,
svglite,
testthat (>= 2.1.0),
tibble
Remotes:
atusy/cssgrid,
atusy/ggAtusy
URL: https://github.com/atusy/qntmap/
BugReports: https://github.com/atusy/qntmap/issues
Collate:
'pick.R'
'add-centers.R'
'cluster.R'
'defunct.R'
'deprecate.R'
'find-AB.R'
'find-AG.R'
'find-B.R'
'find-XAG.R'
'find-outlier.R'
'find-centers-.R'
'find-centers-kpp.R'
'find-interval.R'
'mean-.R'
'mean-angled.R'
'plot-.R'
'plot-autoplot-epma.R'
'plot-autoplot-qnt.R'
'plot-autoplot-qntmap.R'
'plot-gg.R'
'plot-shiny.R'
'print.R'
'qntmap-package.R'
'qntmap.R'
'quantify.R'
'read-cnd.R'
'read-qnt-.R'
'read-qnt-elemw.R'
'read-xmap-.R'
'read-xmap-cnd.R'
'save.R'
'segment.R'
'shiny-observe.R'
'shiny-server-.R'
'shiny-server-actions.R'
'shiny-server-heatmap.R'
'shiny-server-histogram.R'
'shiny-server-outlier.R'
'shiny-server-params.R'
'shiny-server-summarize.R'
'shiny-ui-.R'
'shiny-ui-check.R'
'shiny-ui-cluster.R'
'shiny-ui-input.R'
'shiny-ui-map.R'
'shiny-ui-params.R'
'shiny-ui-qnt.R'
'shiny-ui-quantify.R'
'shiny-widgets.R'
'summary.R'
'tidy-epma.R'
'tidy-params.R'
'wrappers.R'
'zzz.R'
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr