-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.13 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
Package: databook
Title: A set of the `data_book` functions used in R-Instat
Version: 0.1.2
Authors@R: c(
person("Danny", "Parsons", , role = "aut"),
person("Lily", "Clements", , "[email protected]", role = "cre"))
Description: This package provides tools for managing and manipulating data frames. It includes functions for renaming columns, setting hidden and protected columns, applying filters, and managing row and column selections. The package also supports adding metadata, creating custom objects, and generating graphs, making it a versatile tool for data analysis and visualisation.
License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
chillR,
circular,
clipr,
data.table,
dplyr,
e1071,
ggplot2,
gridExtra,
Hmisc,
hydroGOF,
lazyeval,
lubridate,
imputeTS,
janitor,
magrittr,
patchwork,
plyr,
purrr,
R6,
reshape2,
robustbase,
sjlabelled,
sjmisc,
stringr,
tibble,
tidyselect,
verification,
Weighted.Desc.Stat,
weights,
zoo
Remotes:
IDEMSInternational/instatExtras