Skip to content

Commit 0bb75ed

Browse files
committed
Add example from my gitgantt repo!
1 parent 52ab87f commit 0bb75ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Solution: add lines containing `GanttStart: ` and `GanttDue: ` to your issues an
2626

2727
```{r example}
2828
library(gitgantt)
29-
gg_timevis(owner = "ATFutures", repo = "who3")
29+
gg_timevis(owner = "robinlovelace", repo = "gitgantt")
3030
```
3131

3232
## Installation

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ chart in a single line of code\!
1919

2020
``` r
2121
library(gitgantt)
22-
gg_timevis(owner = "ATFutures", repo = "who3")
23-
#> 5 issues returned for the repo who3
22+
gg_timevis(owner = "robinlovelace", repo = "gitgantt")
23+
#> 3 issues returned for the repo gitgantt
2424
```
2525

2626
<img src="man/figures/README-example-1.png" width="100%" />

man/figures/README-example-1.png

4.24 KB
Loading

0 commit comments

Comments
 (0)