Skip to content

Commit ec79d3f

Browse files
Fix weird newline in markdown link and add target="_blank"
1 parent 5e6bd5c commit ec79d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shiny-ci-cd.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ As default, Travis CI takes care of package dependency installation and performs
185185

186186
### Using renv for your project
187187

188-
If your project relies on the package [renv](https://rstudio.github.io/renv/){target="_blank"} for tracking dependencies via an `renv.lock` file, you should override the default `install`ation package dependencies and make sure `cache`ing is adjusted accordingly, as described in the [Using renv with Continuous Integration](https://rstudio.github.io/renv/articles/ci.html
189-
) vignette:
188+
If your project relies on the package [renv](https://rstudio.github.io/renv/){target="_blank"} for tracking dependencies via an `renv.lock` file, you should override the default `install`ation package dependencies and make sure `cache`ing is adjusted accordingly, as described in the [Using renv with Continuous Integration](https://rstudio.github.io/renv/articles/ci.html){target="_blank"} vignette:
189+
190190
```yaml
191191
cache:
192192
directories:

0 commit comments

Comments
 (0)