Skip to content

Commit

Permalink
git revert changes in main
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmilz committed Sep 12, 2023
1 parent 20898ca commit b67fe13
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,73 +3,73 @@ project:
output-dir: _book

book:
title: "R para Ciência de Dados (2a edição)"
title: "R for Data Science (2e)"
reader-mode: true

page-footer:
left: |
R para Ciência de Dados (2a edição) foi escrito por Hadley Wickham, Mine
Çetinkaya-Rundel, e Garrett Grolemund.
R for Data Science (2e) was written by Hadley Wickham, Mine
Çetinkaya-Rundel, and Garrett Grolemund.
right: |
Este livro foi contruído com <a href="https://quarto.org/">Quarto</a>.
This book was built with <a href="https://quarto.org/">Quarto</a>.
cover-image: cover.jpg
favicon: cover.jpg
site-url: https://r4ds.hadley.nz/
repo-url: https://cienciadedatos.github.io/pt-r4ds
repo-url: https://github.com/hadley/r4ds/
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
#
# - preface-2e.qmd
# - intro.qmd
#
# - part: whole-game.qmd
# chapters:
# - data-visualize.qmd
# - workflow-basics.qmd
# - data-transform.qmd
# - workflow-style.qmd
# - data-tidy.qmd
# - workflow-scripts.qmd
# - data-import.qmd
# - workflow-help.qmd
#
# - part: visualize.qmd
# chapters:
# - layers.qmd
# - EDA.qmd
# - communication.qmd
#
# - part: transform.qmd
# chapters:
# - logicals.qmd
# - numbers.qmd
# - strings.qmd
# - regexps.qmd
# - factors.qmd
# - datetimes.qmd
# - missing-values.qmd
# - joins.qmd
#
# - part: import.qmd
# chapters:
# - spreadsheets.qmd
# - databases.qmd
# - arrow.qmd
# - rectangling.qmd
# - webscraping.qmd
#
# - part: program.qmd
# chapters:
# - functions.qmd
# - iteration.qmd
# - base-R.qmd
#
# - part: communicate.qmd
# chapters:
# - quarto.qmd
# - quarto-formats.qmd

- preface-2e.qmd
- intro.qmd

- part: whole-game.qmd
chapters:
- data-visualize.qmd
- workflow-basics.qmd
- data-transform.qmd
- workflow-style.qmd
- data-tidy.qmd
- workflow-scripts.qmd
- data-import.qmd
- workflow-help.qmd

- part: visualize.qmd
chapters:
- layers.qmd
- EDA.qmd
- communication.qmd

- part: transform.qmd
chapters:
- logicals.qmd
- numbers.qmd
- strings.qmd
- regexps.qmd
- factors.qmd
- datetimes.qmd
- missing-values.qmd
- joins.qmd

- part: import.qmd
chapters:
- spreadsheets.qmd
- databases.qmd
- arrow.qmd
- rectangling.qmd
- webscraping.qmd

- part: program.qmd
chapters:
- functions.qmd
- iteration.qmd
- base-R.qmd

- part: communicate.qmd
chapters:
- quarto.qmd
- quarto-formats.qmd

format:
html:
Expand All @@ -78,9 +78,9 @@ format:
- r4ds.scss
code-link: true

author-meta: "Hadley Wickham, Mine Çetinkaya-Rundel, e Garrett Grolemund"
author-meta: "Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund"
include-in-header: "plausible.html"
callout-appearance: simple

editor: visual
lang: pt

0 comments on commit b67fe13

Please sign in to comment.