forked from jennybc/gapminder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 772 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: gapminder
Title: Data from Gapminder
Version: 0.3.0.9000
Authors@R: person("Jennifer", "Bryan", email = "jenny@rstudio.com",
role = c('aut', 'cre'),
comment = c(ORCID = "0000-0002-6983-2759"))
Description: An excerpt of the data available at Gapminder.org. For each of 142
countries, the package provides values for life expectancy, GDP per capita,
and population, every five years, from 1952 to 2007.
Depends:
R (>= 3.1.0)
License: CC0
LazyData: true
URL: https://github.com/jennybc/gapminder,
http://www.gapminder.org/data/,
https://doi.org/10.5281/zenodo.594018
BugReports: https://github.com/jennybc/gapminder/issues
Suggests:
dplyr,
ggplot2,
testthat
RoxygenNote: 6.1.0
Imports:
tibble