-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 934 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
Package: tidbits
Title: Various small utilities for simplifying data preparation and analysis
Version: 0.0.0.9000
Authors@R: person("Alex", "Bokov", email = "[email protected]", role = c("aut", "cre"))
Description: These are various utilities I wrote to streamline my own work and to help the students in my Introduction to Data Science class at UTHealth San Antonio. Hopefully some of them will be useful to others as well.
Depends: R (>= 3.4.4)
Imports:
data.table,
dplyr,
haven,
knitr,
magrittr,
methods,
readr,
readxl,
RCurl,
tibble,
devtools
Enhances:
rstudioapi
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.99.9001
Author: Alex Bokov [aut, cre]
Maintainer: Alex Bokov <[email protected]>
Suggests:
GGally,
pander,
rmarkdown,
covr,
testthat
VignetteBuilder: knitr
URL: https://github.com/bokov/tidbits
BugReports: https://github.com/bokov/tidbits/issues