-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 917 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: alexmisc
Title: Alexander Brenning's Miscellaneous Functions
Version: 0.0.0.9003
Authors@R:
person(given = "Alexander",
family = "Brenning",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6640-679X"))
Description: This is a collection of various utility functions
are supposed to make life easier: Making code more
robust and try-catch calls more convenient; reading
web pages in a more robust way; and there's more to come,
I just need to harvest utility functions
from a variet of projects...
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat (>= 3.0.0)
Imports:
xml2,
exams,
gstat,
rvest,
purrr,
dplyr,
stringr,
stringi,
retry,
magrittr
Depends:
R (>= 2.10)