Skip to content

Commit

Permalink
Add en dash and try to fix GitHub pkg download with GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Dec 3, 2024
1 parent dd1b3c3 commit 263945e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
EMAIL: ${{ secrets.EMAIL }}
steps:
# Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion 00-preface.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ This book was written using RStudio's [bookdown](https://bookdown.org/) package\

Could this be a new paradigm for textbooks? Instead of the traditional model of textbook companies publishing updated *editions* of the textbook every few years, we apply a software design influenced model of publishing more easily updated *versions*. We can then leverage open-source communities of instructors and developers for ideas, tools, resources, and feedback. As such, we welcome your GitHub pull requests.

Finally, since this book is under a [Creative Commons Attribution - NonCommercial - ShareAlike 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/), feel free to modify the book as you wish for your own non-commercial needs, but please list the authors at the top of `index.Rmd` as: "Chester Ismay, Albert Y. Kim, Arturo Valdivia, and YOU!"
Finally, since this book is under a [Creative Commons Attribution - NonCommercial ShareAlike 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/), feel free to modify the book as you wish for your own non-commercial needs, but please list the authors at the top of `index.Rmd` as: "Chester Ismay, Albert Y. Kim, Arturo Valdivia, and YOU!"

\newpage

Expand Down
2 changes: 1 addition & 1 deletion 02-visualization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Let's now put the theory of the grammar of graphics into practice.



## Five named graphs - the 5NG {#FiveNG}
## Five named graphs the 5NG {#FiveNG}

In order to keep things simple in this book, we will only focus on five different types of graphics, each with a commonly given name. We term these "five named graphs" or in abbreviated form, the **5NG**: \index{five named graphs}

Expand Down

0 comments on commit 263945e

Please sign in to comment.