-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.1 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
Package: tidycountries
Type: Package
Title: Access and Manipulate Comprehensive Country Level Data in Tidy Format
Version: 0.1.0
Authors@R:
person("Dennis", "Irorere", , "[email protected]", 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