Skip to content

Commit ed7ed7b

Browse files
committed
last deletions to finally get rid of the more than 5 MB NOTE.
1 parent 61e67c1 commit ed7ed7b

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: r4ds.tutorials
22
Title: Tutorials for "R for Data Science"
3-
Version: 0.3.0.9008
3+
Version: 0.3.0.9009
44
Authors@R:
55
person(given = "David",
66
family = "Kane",
Binary file not shown.
Binary file not shown.

inst/tutorials/02a-rstudio-and-code/tutorial.Rmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,6 @@ R scripts are permanent copies of your code. You can save them and also work wit
401401

402402
Note the "Source" button, which is in the top right corner of the Source pane. If you hover your cursor over it, you will see "Source the contents of the active document." Press the Source button. (We will sometimes shorten the instruction "press the source button" to just "source" the script.)
403403

404-
```{r}
405-
include_graphics("images/source-button.png")
406-
```
407-
408404
Note what happens in the Console. CP/CR.
409405

410406

0 commit comments

Comments
 (0)