-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.35 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.35 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
Package: tinytools
Type: Package
Title: All the usefull tools for MS data processing and analysis
Version: 0.99.1
Date: 2021-11-06
Authors@R: c(
person(given = "Xiaotao",
family = "Shen",
role = c("aut", "cre"),
email = "shenxt1990@outlook.com",
comment = c(ORCID = "0000-0002-9608-9964")),
person(given = "Chuchu",
family = "Wang",
role = c("aut", "ctb"))
)
Description: This package contains a lot of tools.
These tools can be used for mass spectrometry and metabolomics data processing and analysis.
This package is dependent by all the tidymass packages.
URL: https://github.com/tidymass/tinytools
BugReports: https://github.com/tidymass/tinytools/issues
Encoding: UTF-8
LazyData: false
Depends: R (>= 4.1)
Imports:
dplyr,
magrittr,
tibble,
tidyr,
stringr,
rstudioapi,
ggplot2,
methods,
crayon,
cli,
purrr,
plotly,
pbapply,
clisymbols,
htmltools,
httr,
plyr,
readxl,
rvest,
xml2,
htmlwidgets,
leaflet,
stats,
utils
License: GPL-2 | file LICENSE
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
BiocStyle,
RUnit,
BiocGenerics,
tidyverse,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Note:
biocViews: Metabolomics, MassSpectrometry
Config/testthat/edition: 3