From 4a68b3bbd3bc9e18ce3a432b7e41c6e2f9bdda08 Mon Sep 17 00:00:00 2001 From: mojoee <47809126+mojoee@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:25:41 +0800 Subject: [PATCH 1/2] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f235b..4359997 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ status](https://www.r-pkg.org/badges/version/gapminder)](https://CRAN.R-project. [![R-CMD-check](https://github.com/jennybc/gapminder/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jennybc/gapminder/actions/workflows/R-CMD-check.yaml) -The is a data package with an excerpt from the +This repo is a data package with an excerpt from the [Gapminder](https://www.gapminder.org/data/) data. The main object in this package is the `gapminder` data frame or “tibble”. There are other goodies, such as the data in tab delimited form, a larger unfiltered From 829c2a7058f10f083e74be5a8529ef0c07809226 Mon Sep 17 00:00:00 2001 From: mojoee <47809126+mojoee@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:05:53 +0800 Subject: [PATCH 2/2] fixed typo in the .Rmd file --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index bcbf8e8..23063f0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,7 @@ set.seed(1) [![R-CMD-check](https://github.com/jennybc/gapminder/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jennybc/gapminder/actions/workflows/R-CMD-check.yaml) -The is a data package with an excerpt from the [Gapminder](https://www.gapminder.org/data/) data. +This repo is a data package with an excerpt from the [Gapminder](https://www.gapminder.org/data/) data. The main object in this package is the `gapminder` data frame or "tibble". There are other goodies, such as the data in tab delimited form, a larger unfiltered dataset, premade color schemes for the countries and continents, and ISO 3166-1 country codes. The primary use case is for teaching and writing examples.