123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- <!-- Generated by pkgdown: do not edit by hand -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>All news • liftr</title>
- <!-- jquery -->
- <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
- <!-- Bootstrap -->
- <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
- <!-- Font Awesome icons -->
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
- <!-- pkgdown -->
- <link href="../pkgdown.css" rel="stylesheet">
- <script src="../jquery.sticky-kit.min.js"></script>
- <script src="../pkgdown.js"></script>
-
-
- <!-- mathjax -->
- <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
- <!-- Google analytics -->
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
- ga('create', 'UA-65001771-1', 'auto');
- ga('send', 'pageview');
- </script>
- </head>
- <body>
- <div class="container template-news">
- <header>
- <div class="navbar navbar-default navbar-fixed-top" role="navigation">
- <div class="container">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="../index.html">liftr</a>
- </div>
- <div id="navbar" class="navbar-collapse collapse">
- <ul class="nav navbar-nav">
- <li>
- <a href="../index.html">
- <span class="fa fa-home fa-lg"></span>
-
- </a>
- </li>
- <li>
- <a href="../reference/index.html">Reference</a>
- </li>
- <li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
- Articles
-
- <span class="caret"></span>
- </a>
- <ul class="dropdown-menu" role="menu">
- <li>
- <a href="../articles/liftr-addins.html">RStudio Addins for liftr</a>
- </li>
- <li>
- <a href="../articles/liftr-intro.html">A Quick Introduction to liftr</a>
- </li>
- <li>
- <a href="../articles/liftr-tidyverse.html">Explore tidyverse with liftr</a>
- </li>
- </ul>
- </li>
- <li>
- <a href="../news/index.html">News</a>
- </li>
- </ul>
-
- <ul class="nav navbar-nav navbar-right">
- <li>
- <a href="https://github.com/road2stat/liftr">
- <span class="fa fa-github fa-lg"></span>
-
- </a>
- </li>
- </ul>
- </div><!--/.nav-collapse -->
- </div><!--/.container -->
- </div><!--/.navbar -->
-
- </header>
- <div class="row">
- <div class="col-md-9">
- <div class="page-header">
- <h1>Change log <small>All releases</small></h1>
- </div>
- <div class="contents">
- <div id="liftr-0-8-2017-12-12" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-8-2017-12-12" class="anchor"></a>liftr 0.8 (2017-12-12)</h1>
- <div id="new-features" class="section level2">
- <h2 class="hasAnchor">
- <a href="#new-features" class="anchor"></a>New Features</h2>
- <ul>
- <li>Add a new argument <code>prune</code> in <code><a href="../reference/render_docker.html">render_docker()</a></code> to automatically clean up dangling containers and images in case the image build or compilation was not successful (<a href="https://github.com/road2stat/liftr/issues/27">#27</a>). We thank Nicolas Roelandt for suggesting this feature (<a href="https://github.com/road2stat/liftr/issues/25">#25</a>).</li>
- <li>Added functions <code><a href="../reference/prune_container_auto.html">prune_container_auto()</a></code>, <code><a href="../reference/prune_image_auto.html">prune_image_auto()</a></code>, and <code><a href="../reference/prune_all_auto.html">prune_all_auto()</a></code> for automatic pruning of dangling containers or images without particular names specified.</li>
- <li>Added function <code><a href="../reference/install_docker.html">install_docker()</a></code> for guiding the installation of Docker.</li>
- <li>Added function <code><a href="../reference/check_docker_install.html">check_docker_install()</a></code>for checking if Docker is properly installed and discoverable.</li>
- <li>Added function <code><a href="../reference/check_docker_running.html">check_docker_running()</a></code> for checking if Docker daemon is running.</li>
- </ul>
- </div>
- <div id="improvements" class="section level2">
- <h2 class="hasAnchor">
- <a href="#improvements" class="anchor"></a>Improvements</h2>
- <ul>
- <li>The argument <code>purge_info</code> was renamed to <code>prune_info</code> in <code><a href="../reference/render_docker.html">render_docker()</a></code>.</li>
- <li>Previous functions for cleaning up specific Docker containers and images <code><a href="../reference/prune_container.html">purge_container()</a></code> and <code><a href="../reference/prune_image.html">purge_image()</a></code> are now renamed to <code><a href="../reference/prune_container.html">prune_container()</a></code> and <code><a href="../reference/prune_image.html">prune_image()</a></code>.</li>
- <li>RStudio addin: the old addin for removing Docker images was refactored into two new addins: one for removing dangling containers and images, one for removing the successfully built image that corresponds to the current document.</li>
- <li>Added two new vignettes. Check out <code><a href="../articles/liftr-addins.html">vignette("liftr-addins")</a></code> and <code><a href="../articles/liftr-tidyverse.html">vignette("liftr-tidyverse")</a></code>.</li>
- </ul>
- </div>
- </div>
- <div id="liftr-0-7-2017-09-29" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-7-2017-09-29" class="anchor"></a>liftr 0.7 (2017-09-29)</h1>
- <div id="improvements-1" class="section level2">
- <h2 class="hasAnchor">
- <a href="#improvements-1" class="anchor"></a>Improvements</h2>
- <ul>
- <li>Use system font stack instead of Google Fonts in vignettes to avoid pandoc SSL issue.</li>
- </ul>
- </div>
- </div>
- <div id="liftr-0-6-2017-07-23" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-6-2017-07-23" class="anchor"></a>liftr 0.6 (2017-07-23)</h1>
- <div id="new-features-1" class="section level2">
- <h2 class="hasAnchor">
- <a href="#new-features-1" class="anchor"></a>New Features</h2>
- <ul>
- <li>Supports parsing the liftr metadata from a standalone YAML congfiguration file. This feature makes it possible to run liftr without editing the original R Markdown file [<a href="https://github.com/road2stat/liftr/issues/22">#22</a>].</li>
- </ul>
- </div>
- </div>
- <div id="liftr-0-5-2017-04-11" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-5-2017-04-11" class="anchor"></a>liftr 0.5 (2017-04-11)</h1>
- <div id="new-features-2" class="section level2">
- <h2 class="hasAnchor">
- <a href="#new-features-2" class="anchor"></a>New Features</h2>
- <ul>
- <li>Added RStudio addins as shortcuts to containerize and render R Markdown documents.</li>
- <li>Added new argument <code>cache</code> in <code><a href="../reference/render_docker.html">render_docker()</a></code> to improve rendering speed significantly by caching Docker image layers [<a href="https://github.com/road2stat/liftr/issues/18">#18</a>].</li>
- <li>Added new argument <code>purge_info</code> to <code><a href="../reference/render_docker.html">render_docker()</a></code>. This argument controls whether to output the Docker image and container name into an YAML file for purging purposes later.</li>
- <li>Separate the creation and removal of Docker containers and images: removed the old argument <code>reset</code> in <code><a href="../reference/render_docker.html">render_docker()</a></code>; added <code><a href="../reference/prune_container.html">purge_container()</a></code> and <code><a href="../reference/prune_image.html">purge_image()</a></code> for cleaning up.</li>
- <li>The <code>ghpkg</code> field is now deprecated. The new <code>remotes</code> field supports <a href="https://github.com/hadley/devtools/blob/master/vignettes/dependencies.Rmd">devtools remote package name format</a>. Now packages can be installed from GitHub, Bitbucket, Git/SVN servers, URLs, etc.</li>
- <li>Added new metadata field <code>include</code> for including any custom Dockerfile snippets into the final Dockerfile. This also fixes <a href="https://github.com/road2stat/liftr/issues/21">#21</a>.</li>
- </ul>
- </div>
- <div id="improvements-2" class="section level2">
- <h2 class="hasAnchor">
- <a href="#improvements-2" class="anchor"></a>Improvements</h2>
- <ul>
- <li>Renamed <code><a href="../reference/render_docker.html">drender()</a></code> to <code><a href="../reference/render_docker.html">render_docker()</a></code>. <code><a href="../reference/render_docker.html">drender()</a></code> is now deprecated.</li>
- <li>Better naming scheme for <code>liftr</code> metadata fields.</li>
- <li>Tidy up the output Dockerfile by <code><a href="../reference/lift.html">lift()</a></code>.</li>
- <li>Added two new examples in <code>inst/examples/</code>: explore tidyverse and Bioconductor RNA-Seq workflow.</li>
- <li>New website (<a href="https://liftr.me" class="uri">https://liftr.me</a>) generated by pkgdown, with a full set of function documentation and vignettes available.</li>
- <li>Added Appveyor support for continuous integration under Windows.</li>
- <li>Removed Rabix support temporarily to embrace its new version in the future.</li>
- <li>Added a new demo video.</li>
- </ul>
- </div>
- <div id="bug-fixes" class="section level2">
- <h2 class="hasAnchor">
- <a href="#bug-fixes" class="anchor"></a>Bug Fixes</h2>
- <ul>
- <li>Removed <code>-t</code> and <code>-i</code> from <code>docker run</code> to fix <a href="https://github.com/road2stat/liftr/issues/17">#17</a>.</li>
- </ul>
- </div>
- </div>
- <div id="liftr-0-4-2016-08-05" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-4-2016-08-05" class="anchor"></a>liftr 0.4 (2016-08-05)</h1>
- <div id="improvements-3" class="section level2">
- <h2 class="hasAnchor">
- <a href="#improvements-3" class="anchor"></a>Improvements</h2>
- <ul>
- <li>Maintainer email updates.</li>
- </ul>
- </div>
- </div>
- <div id="liftr-0-3-2015-10-10" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-3-2015-10-10" class="anchor"></a>liftr 0.3 (2015-10-10)</h1>
- <div id="new-features-3" class="section level2">
- <h2 class="hasAnchor">
- <a href="#new-features-3" class="anchor"></a>New Features</h2>
- <ul>
- <li>Support specifying CRAN package version precisely.</li>
- </ul>
- </div>
- <div id="improvements-4" class="section level2">
- <h2 class="hasAnchor">
- <a href="#improvements-4" class="anchor"></a>Improvements</h2>
- <ul>
- <li>Modified examples in documentation to comply with the lastest CRAN Repository Policy.</li>
- <li>Installing packages with https.</li>
- </ul>
- </div>
- </div>
- <div id="liftr-0-2-2015-07-30" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-2-2015-07-30" class="anchor"></a>liftr 0.2 (2015-07-30)</h1>
- <div id="bug-fixes-1" class="section level2">
- <h2 class="hasAnchor">
- <a href="#bug-fixes-1" class="anchor"></a>Bug Fixes</h2>
- <ul>
- <li>
- <a href="https://github.com/rstudio/rmarkdown/issues/470">Correctly rendered</a> the vignette with Pandoc 1.15.0.6.</li>
- </ul>
- </div>
- <div id="new-features-4" class="section level2">
- <h2 class="hasAnchor">
- <a href="#new-features-4" class="anchor"></a>New Features</h2>
- <ul>
- <li>Added new R Markdown header option <code>pandoc</code> to control Pandoc installation. Automatically set this to <code>false</code> for <code>rocker/rstudio</code> and <code>bioconductor/...</code> images. This solves <a href="https://github.com/road2stat/liftr/issues/12">#12</a>.</li>
- </ul>
- </div>
- </div>
- <div id="liftr-0-1-2015-07-10" class="section level1">
- <h1 class="hasAnchor">
- <a href="#liftr-0-1-2015-07-10" class="anchor"></a>liftr 0.1 (2015-07-10)</h1>
- <div id="new-features-5" class="section level2">
- <h2 class="hasAnchor">
- <a href="#new-features-5" class="anchor"></a>New Features</h2>
- <ul>
- <li>Initial version of liftr. This version implemented two functions <code><a href="../reference/lift.html">lift()</a></code> and <code><a href="../reference/render_docker.html">drender()</a></code>. They provide basic support for dockerizing R Markdown documents, with support for running Rabix workflows/tools before rendering R Markdown documents in Docker containers.</li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
- <div id="tocnav">
- <h2>Contents</h2>
- <ul class="nav nav-pills nav-stacked">
- <li><a href="#liftr-0-8-2017-12-12">0.8</a></li>
- <li><a href="#liftr-0-7-2017-09-29">0.7</a></li>
- <li><a href="#liftr-0-6-2017-07-23">0.6</a></li>
- <li><a href="#liftr-0-5-2017-04-11">0.5</a></li>
- <li><a href="#liftr-0-4-2016-08-05">0.4</a></li>
- <li><a href="#liftr-0-3-2015-10-10">0.3</a></li>
- <li><a href="#liftr-0-2-2015-07-30">0.2</a></li>
- <li><a href="#liftr-0-1-2015-07-10">0.1</a></li>
- </ul>
- </div>
- </div>
- </div>
- <footer>
- <div class="copyright">
- <p>Developed by Nan Xiao.</p>
- </div>
- <div class="pkgdown">
- <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
- </div>
- </footer>
- </div>
- </body>
- </html>
|