Skip to content

Commit db5c2ab

Browse files
committed
More error avoidance in vignettes
1 parent 1425412 commit db5c2ab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: replyr
22
Type: Package
33
Title: Patches to Use 'dplyr' on Remote Data Sources
4-
Version: 1.0.2
4+
Version: 1.0.3
55
Date: 2019-07-05
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# replyr 1.0.3 2019-07-06
3+
4+
* Try to fix vingette dependency issue.
5+
26
# replyr 1.0.2 2019-07-05
37

48
* Try to fix vingette dependency issue.

vignettes/DependencySorting.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if(!is.null(sorted)) {
122122

123123
The new `sorted$columnJoinPlan` can be re-plotted as follows:
124124

125-
```{r diagram, eval=execute_vignette}
125+
```{r diagram, eval=execute_vignette, error=TRUE}
126126
sorted$columnJoinPlan %>%
127127
makeJoinDiagramSpec(.) %>%
128128
DiagrammeR::grViz(.)

0 commit comments

Comments
 (0)