-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.08 KB
/
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
Package: dialr
Title: Parse, Format, and Validate International Phone Numbers
Version: 0.4.1.9000
Authors@R:
c(person(given = "Danny",
family = "Smith",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "The Social Research Centre",
role = "cph"))
Description: Parse, format, and validate international phone
numbers using Google's 'libphonenumber' java library,
<https://github.com/google/libphonenumber>.
License: GPL (>= 3)
URL: https://socialresearchcentre.github.io/dialr/,
https://github.com/socialresearchcentre/dialr,
https://github.com/socialresearchcentre/dialrjars,
https://github.com/google/libphonenumber
BugReports: https://github.com/socialresearchcentre/dialr/issues
Depends:
R (>= 3.6.0)
Imports:
dialrjars (>= 8.10.11.1),
rJava
Suggests:
covr,
dplyr,
knitr,
pillar,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: java (>= 1.6)