Package: countries
Type: Package
Title: Deal with Country Data in an Easy Way
Version: 1.0.4
Authors@R: 
    person("Francesco Saverio", "Bellelli", , "fsabellelli@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(Website = "https://fbellelli.com/"))
Description: Wrangle country data more effectively and quickly. 
    This package contains functions to easily identify and convert country names,
    download country information, merge country data from different sources, 
    and make quick world maps.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: stringdist, tidyr, stringr, dplyr, knitr, fastmatch,
        lubridate, utils, methods, stats, httr, jsonlite, ggplot2,
        viridis, grDevices
Suggests: data.table, rmarkdown, testthat
Depends: R (>= 2.10)
VignetteBuilder: knitr
URL: https://fbellelli.github.io/countries/,
        https://github.com/fbellelli/countries
BugReports: https://github.com/fbellelli/countries/issues
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: no
Packaged: 2023-09-24 16:51:15 UTC; FSB
Author: Francesco Saverio Bellelli [aut, cre, cph] (https://fbellelli.com/)
Maintainer: Francesco Saverio Bellelli <fsabellelli@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-24 17:40:02 UTC
