Skip to content

Commit

Permalink
title to Health Data Science from Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
riinuots committed Jul 29, 2020
1 parent 5d639b4 commit 26b7ea2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion 05_fine_tuning_plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ library(tidyverse)
p0 <- gapminder %>%
filter(year == 2007) %>%
group_by(continent, year) %>%
ggplot(aes(y = lifeExp, x = gdpPercap, colour = continent)) +
geom_point(alpha = 0.3) +
theme_bw() +
Expand Down
2 changes: 1 addition & 1 deletion _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bookdown::gitbook:
toc:
collapse: section
before: |
<li><a href="./">R for health data analysis</a></li>
<li><a href="./">R for Health Data Science</a></li>
after: |
<li><a href="https://bookdown.org" target="_blank">Published with bookdown</a></li>
edit: https://github.com/SurgicalInformatics/healthyr_book/edit/master/%s
Expand Down
Binary file modified docs/healthyr-book.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "HealthyR: R for health data analysis"
title: "HealthyR: R for Health Data Science"
author: "Ewen Harrison and Riinu Pius"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
Expand All @@ -18,7 +18,7 @@ fontsize: 12pt
monofont: "Source Code Pro"
monofontoptions: "Scale=0.65"
github-repo: SurgicalInformatics/healthyr_book/
description: "An introductory book for health data analysis using R."
description: "An introductory book for health data science using R."
cover-image: images/healthyr_book_cover.png
---

Expand Down Expand Up @@ -48,7 +48,7 @@ lapply(healthyr_notebooks, function(pkg) {

**For draft version**

This is the electronic version of the HealthyR book to be published by CRC Press/Chapman & Hall in summer 2020.
This is the electronic version of the HealthyR book to be published by CRC Press/Chapman & Hall in November 2020.
The electronic version will always be freely available.

HealthyR resources: [healthyr.surgicalinformatics.org](https://healthyr.surgicalinformatics.org/)
Expand Down

0 comments on commit 26b7ea2

Please sign in to comment.