Collects 'libphonenumber' jars required for the 'dialr' package.
dialrjars provides the jars for Google's libphonenumber library for use by the R package dialr.
You can install the released version of dialrjars from CRAN with:
install.packages("dialrjars")
And the development version from GitHub with:
# install.packages("devtools")devtools::install_github("socialresearchcentre/dialrjars")
Update to libphonenumber version 8.10.10
Bring R version dependency to 3.2.3 in line with dialr package.
Initial release