Skip to content

Releases: jennybc/gapminder

gapminder 1.0.0

10 Mar 18:33
Compare
Choose a tag to compare
  • The 3-letter and numeric country codes for "Korea, Dem. Rep." (Democratic People's Republic of Korea, a.k.a. North Korea) have been corrected to "PRK" (was "KOR") and 408 (was 410). Previously, this country was erroneously getting the codes for "Korea, Rep." (Republic of Korea, a.k.a. South Korea).

  • The release of version 1.0.0 formalizes the fact that this data package is unlikely to see much (or any) change in the future.

v0.3.0

31 Oct 15:48
Compare
Choose a tag to compare
  • country_codes is a new data frame that contains ISO 3166-1 country codes (#16 @jrebane).

  • Import tibble::tibble(), so tibble printing is used out of the box.

  • Moved delimited files for practicing data import into inst/extdata/. Therefore, these are now accessible after installation at, e.g., system.file("extdata", "gapminder.tsv", package = "gapminder").

  • Clarify that this package is not maintained as a definitive data source, rather it's for making code examples and teaching. Stability is now very important.

  • Improved citability, e.g. added the "concept" DOI that links to a list of all version to DESCRIPTION and README. README also shows the use of citation().

v0.2.0

31 Dec 02:09
Compare
Choose a tag to compare

gapminder is now a tbl_df. See NEWS for everything else.

Turned on integration with Zenodo

30 Jul 00:32
Compare
Choose a tag to compare

Zenodo seems to require a new release to start working with a GitHub repo. That is the only reason for this "release".

Initial CRAN release

17 Mar 22:07
Compare
Choose a tag to compare
v0.1.0

3rd try for cran :(