Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

News + Description #97

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dados
Title: Translate Datasets to Portuguese
Version: 0.1.9000
Version: 0.2.0
Authors@R: c(
person(given = "Riva",
family = "Quiroga",
Expand Down Expand Up @@ -56,11 +56,12 @@ Authors@R: c(
)
Description: Este pacote traduz os seguintes
conjuntos de dados: 'airlines', 'airports', 'ames_raw', 'AwardsManagers',
'babynames', 'Batting', 'diamonds', 'faithful', 'fueleconomy',
'Fielding', 'flights', 'gapminder', 'gss_cat', 'iris', 'Managers',
'mpg', 'mtcars', 'atmos', 'penguins', 'People, 'Pitching', 'pixarfilms','planes',
'babynames', 'Batting', 'billboard', 'cms_patient_experience',
'diamonds', 'faithful', 'fueleconomy', 'Fielding', 'flights', 'gapminder',
'gss_cat', 'household', 'iris', 'Managers', 'mpg', 'mtcars', 'atmos',
'penguins', 'People, 'Pitching', 'pixarfilms','planes',
'presidential', 'table1', 'table2', 'table3', 'table4a', 'table4b',
'table5', 'vehicles', 'weather', 'who'. English: It provides a
'table5', 'vehicles', 'weather', 'who', 'who2'. English: It provides a
Portuguese translated version of the datasets listed above.
License: GPL-3
Encoding: UTF-8
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# dados 0.2.0

## Major changes

* New dataset: translation of `tidyr::billboard`.

* New dataset: translation of `tidyr::household`.

* New dataset: translation of `tidyr::who2`.

* New dataset: translation of `tidyr::cms_patient_experience`.


# dados 0.1.0

* Olá, dados! This is the first release of the package.
Loading