Skip to content

Commit a0e9d1c

Browse files
committed
Turn off vignettes for now
1 parent 618973e commit a0e9d1c

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ visual_test
44
^\.travis\.yml$
55
^/\.gitattributes$
66
^inst/web$
7+
^notes$

vignettes/qplot.Rmd renamed to notes/qplot.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ qplot(carat, price, data = diamonds)
6666

6767
The plot shows a strong correlation with notable outliers and some interesting vertical striation. The relationship looks exponential, though, so the first thing we'd like to do is to transform the variables. Because `qplot()` accepts functions of variables as arguments, we plot `log(price)` vs. `log(carat)`:
6868

69-
```
69+
```{r}
7070
qplot(log(carat), log(price), data = diamonds)
7171
```
7272

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)