Skip to content

Commit

Permalink
link to github to avoid checking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Apr 12, 2017
1 parent 3ac5c6b commit 4ba9271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Added new argument `cache` in `render_docker()` to improve rendering speed significantly by caching Docker image layers [[#18](https://github.com/road2stat/liftr/issues/18)].
- Added new argument `purge_info` to `render_docker()`. This argument controls whether to output the Docker image and container name into an YAML file for purging purposes later.
- Separate the creation and removal of Docker containers and images: removed the old argument `reset` in `render_docker()`; added `purge_container()` and `purge_image()` for cleaning up.
- The `ghpkg` field is now deprecated. The new `remotes` field supports [devtools remote packages format](https://cran.r-project.org/web/packages/devtools/vignettes/dependencies.html). Now packages can be installed from GitHub, Bitbucket, Git/SVN servers, URLs, etc.
- The `ghpkg` field is now deprecated. The new `remotes` field supports [devtools remote package name format](https://github.com/hadley/devtools/blob/master/vignettes/dependencies.Rmd). Now packages can be installed from GitHub, Bitbucket, Git/SVN servers, URLs, etc.
- Added new metadata field `include` for including any custom Dockerfile snippets into the final Dockerfile. This also fixes [#21](https://github.com/road2stat/liftr/issues/21).

## Improvements
Expand Down
5 changes: 2 additions & 3 deletions vignettes/liftr-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ All available metadata fields are expained below.

Remote R packages that are not available from CRAN or Bioconductor.

The remote package
[naming specification](https://cran.r-project.org/web/packages/devtools/vignettes/dependencies.html)
from devtools is accepted here. Packages can be installed from GitHub,
The [remote package naming specification](https://github.com/hadley/devtools/blob/master/vignettes/dependencies.Rmd)
from devtools is adopted here. Packages can be installed from GitHub,
Bitbucket, Git/SVN servers, URLs, etc.

- `include`
Expand Down

0 comments on commit 4ba9271

Please sign in to comment.