Skip to content

Commit 9e9260d

Browse files
committed
Reduces cover image size and corrects book url in index.
1 parent beb7e56 commit 9e9260d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cover.png

-1.91 MB
Loading

index.rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ knit: "bookdown::render_book"
33
title: "Hands-On Programming with R"
44
author: ["Garrett Grolemund"]
55
description: "This book will teach you how to program in R, with hands-on examples. I wrote it for non-programmers to provide a friendly introduction to the R language. You'll learn how to load data, assemble and disassemble data objects, navigate R's environment system, write your own functions, and use all of R's programming tools. Throughout the book, you'll use your newfound skills to solve practical data science problems."
6-
url: 'http\://r4ds.had.co.nz/'
6+
url: 'https://rstudio-education.github.io/hopr/'
77
github-repo: rstudio-education/hopr
88
twitter-handle: statgarrett
99
cover-image: cover.png

0 commit comments

Comments
 (0)