-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 907 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
36
37
38
39
40
41
42
43
44
45
46
47
Package: Ncommon
Type: Package
Title: Common R Functions Used at 'Numeract LLC'
Version: 0.1.0
Authors@R: c(
person("Mike", "Badescu", email = "[email protected]", role = c("aut", "cre")),
person("Numeract LLC", role = "cph")
)
Description: Package contains common R functions used at Numeract.
Function categories: config, logging, utils, database.
URL: https://github.com/numeract/Ncommon
BugReports: https://github.com/numeract/Ncommon/issues
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Language: en-US
Depends:
R (>= 3.5)
Imports:
config,
DBI,
dbplyr,
digest,
dplyr,
glue,
fs,
jsonlite,
keyring,
magrittr,
logger,
Nmisc,
odbc,
pool,
purrr,
readr,
readxl,
rlang,
tibble,
tidyselect,
stringr,
utils,
yaml,
zeallot
Suggests:
testthat,
covr