forked from ropensci/skimr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.16 KB
/
Copy pathDESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.16 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
Package: skimr
Title: skimr
Version: 1.0
Authors@R: c(
person("Amelia", "McNamara", email="amcnamara@smith.edu", role = "cre"),
person("Eduardo", "Arino de la Rubia", email="earino@gmail.com", role = "aut"),
person("Hao", "Zhu", email="haozhu233@gmail.com", role = "aut"),
person("Julia", "Lowndes", email="lowndes@nceas.ucsb.edu", role = 'ctb'),
person("Shannon", "Ellis", email="sellis18@jhmi.edu", role = "aut"),
person("Elin", "Waring", email="elin.waring@gmail.com", role = "aut"),
person("Michael", "Quinn", email="msquinn2@illinois.edu", role = "aut"),
person("Hope", "McLeod", email="hmgit2@gmail.com", role = 'ctb'))
Description: skimr is a frictionless summary function that can be piped.
Depends:
R (>= 3.1.2)
Imports:
dplyr (>= 0.5),
tidyr,
purrr,
magrittr,
tibble (>= 0.6),
colformat
Suggests:
testthat,
knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/ropenscilabs/skimr
BugReports: https://github.com/ropenscilabs/skimr/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Collate:
'stats.R'
'functions.R'
'skim.R'
'skim_print.R'
'skim_v.R'
'skimr-package.R'