-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 888 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
Type: Package
Package: dataTypeR
Title: Profile the Column Types of an Unclean Dataset
Version: 0.1.0
Authors@R: person("Ruaridh", "Williamson", email =
"ruaridh.williamson@gmail.com", role = c("aut", "cre"))
Maintainer: Ruaridh Williamson <ruaridh.williamson@gmail.com>
Description: Check your data types; they're not what you think they are.
This package provides a series of functions for profiling messy data,
primarily focussed around honing in on 1-in-a-million cells causing
headaches for type casting and/or DBMS upload.
License: GPL-3
URL: https://github.com/ruaridhw/dataTypeR
BugReports: https://github.com/ruaridhw/dataTypeR/issues
Depends:
R (>= 3.1)
Imports:
Rcpp,
rlang (>= 0.1.2),
magrittr
Suggests:
testthat,
nycflights13
LinkingTo:
Rcpp
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1