-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.11 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.11 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
Package: Nmisc
Type: Package
Title: Miscellaneous Functions Used at 'Numeract LLC'
Version: 0.3.7
Authors@R: c(
person("Mike", "Badescu", email = "mike.badescu@numeract.com", role = c("aut", "cre")),
person("Ana-Maria", "Niculescu", role = "aut"),
person("Teodor", "Ciuraru", role = "ctb"),
person("Numeract LLC", role = "cph")
)
Description: Contains functions useful for debugging, set operations on vectors,
and 'UTC' date and time functionality. It adds a few vector manipulation
verbs to 'purrr' and 'dplyr' packages. It can also generate an R file to
install and update packages to simplify deployment into production. The
functions were developed at the data science firm 'Numeract LLC' and are
used in several packages and projects.
URL: https://github.com/numeract/Nmisc
BugReports: https://github.com/numeract/Nmisc/issues
License: MIT + file LICENCE
Encoding: UTF-8
RoxygenNote: 7.1.1
Language: en-US
Depends:
R (>= 3.4)
Imports:
dplyr,
magrittr,
purrr,
rappdirs,
rlang,
tibble,
tidyselect,
stringr
Suggests:
lubridate,
testthat,
covr