-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
22 lines (22 loc) · 947 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: inspectdf
Title: Inspection, Comparison and Visualisation of Data Frames
Version: 0.0.12
Authors@R: c(
person("Alastair", "Rushworth", email = "[email protected]", role = c("aut", "cre")),
person("David", "Wilkins", email = "[email protected]", role = "ctb")
)
Maintainer: Alastair Rushworth <[email protected]>
Description: A collection of utilities for columnwise summary, comparison and visualisation of data frames. Functions report missingness, categorical levels, numeric distribution, correlation, column types and memory usage.
Language: en_GB
LinkingTo: Rcpp
LazyLoad: yes
LazyData: true
ByteCompile: yes
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: dplyr, ggplot2, ggfittext, magrittr, progress, Rcpp, rlang, tibble, tidyr
Suggests: testthat
License: GPL-2
URL: https://alastairrushworth.github.io/inspectdf/
BugReports: https://github.com/alastairrushworth/inspectdf/issues
RoxygenNote: 7.2.1