Package: tidycountries Type: Package Title: Access and Manipulate Comprehensive Country Level Data in Tidy Format Version: 0.1.0 Authors@R: person("Dennis", "Irorere", , "denironyx@gmail.com", role = c("aut", "cre", "cph")) Description: A comprehensive and user-friendly interface for accessing, manipulating, and analyzing country-level data from around the world. It allows users to retrieve detailed information on countries, including names, regions, continents, populations, currencies, calling codes, and more, all in a tidy data format. The package is designed to work seamlessly within the 'tidyverse' ecosystem, making it easy to filter, arrange, and visualize country-level data in R. License: MIT + file LICENSE URL: https://github.com/denironyx/tidycountries BugReports: https://github.com/denironyx/tidycountries/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 3.5.0) Imports: dplyr, stringr, sf Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: rmarkdown Repository: https://denironyx.r-universe.dev Date/Publication: 2025-12-19 22:46:26 UTC RemoteUrl: https://github.com/denironyx/tidycountries RemoteRef: HEAD RemoteSha: b303252ebe63a3f0dc125e867b5fea7f736f07fb NeedsCompilation: no Packaged: 2026-06-17 08:20:39 UTC; root Author: Dennis Irorere [aut, cre, cph] Maintainer: Dennis Irorere