-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 941 Bytes
/
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
Package: tidyNano
Type: Package
Title: A framework to Tidy and Analyze Nanoparticle Data
Version: 0.1.2.3
Authors@R: person("Sean", "L.", "Nguyen", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Sean Nguyen <[email protected]>
Description: A framework to clean, calculate summary statistics,
and plot raw Nanosight data. The package utilizes the principles of
the tidyverse to properly format data in a 'tidy' format such that rows represent
one observation and columns represent variables.
Depends:
R (>= 3.4)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
tidyr,
glue,
here,
broom,
rlang,
stats,
utils,
purrr,
scales,
shiny,
DT,
plotly,
shinythemes,
readr,
ggplot2,
stringr
RoxygenNote: 7.1.1
Suggests:
knitr,
devtools,
roxygen2,
rmarkdown,
testthat
VignetteBuilder: knitr