mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 08:22:04 +02:00
(v1.2.0.9026) move to github
This commit is contained in:
@ -49,7 +49,7 @@
|
||||
<script src="../extra.js"></script>
|
||||
|
||||
<meta property="og:title" content="Changelog" />
|
||||
<meta property="og:image" content="https://msberends.gitlab.io/AMR/logo.svg" />
|
||||
<meta property="og:image" content="https://msberends.github.io/AMR/logo.svg" />
|
||||
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">AMR (for R)</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.2.0.9025</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.2.0.9026</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -199,8 +199,8 @@
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a href="https://gitlab.com/msberends/AMR">
|
||||
<span class="fab fa fab fa-gitlab"></span>
|
||||
<a href="https://github.com/msberends/AMR">
|
||||
<span class="fab fa fab fa-github"></span>
|
||||
|
||||
Source Code
|
||||
</a>
|
||||
@ -226,16 +226,16 @@
|
||||
<div class="col-md-9 contents">
|
||||
<div class="page-header">
|
||||
<h1 data-toc-skip>Changelog <small></small></h1>
|
||||
<small>Source: <a href='https://gitlab.com/msberends/AMR/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
|
||||
<small>Source: <a href='https://github.com/msberends/AMR/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
|
||||
</div>
|
||||
|
||||
<div id="amr-1209025" class="section level1">
|
||||
<h1 class="page-header" data-toc-text="1.2.0.9025">
|
||||
<a href="#amr-1209025" class="anchor"></a>AMR 1.2.0.9025<small> Unreleased </small>
|
||||
<div id="amr-1209026" class="section level1">
|
||||
<h1 class="page-header" data-toc-text="1.2.0.9026">
|
||||
<a href="#amr-1209026" class="anchor"></a>AMR 1.2.0.9026<small> Unreleased </small>
|
||||
</h1>
|
||||
<div id="last-updated-03-jul-2020" class="section level2">
|
||||
<div id="last-updated-08-jul-2020" class="section level2">
|
||||
<h2 class="hasAnchor">
|
||||
<a href="#last-updated-03-jul-2020" class="anchor"></a><small>Last updated: 03-Jul-2020</small>
|
||||
<a href="#last-updated-08-jul-2020" class="anchor"></a><small>Last updated: 08-Jul-2020</small>
|
||||
</h2>
|
||||
<div id="new" class="section level3">
|
||||
<h3 class="hasAnchor">
|
||||
@ -266,7 +266,7 @@
|
||||
<ul>
|
||||
<li>95% speed improvement (!) by using other base R functions for calculation</li>
|
||||
<li>Using unexisting columns wil now return an error instead of dropping them silently</li>
|
||||
<li>Using variables for column names (as well as <code><a href="https://dplyr.tidyverse.org/reference/reexports.html">dplyr::all_of()</a></code>) now works again</li>
|
||||
<li>Using variables for column names (as well as selectors like <code><a href="https://dplyr.tidyverse.org/reference/reexports.html">dplyr::all_of()</a></code>) now works again</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Improvements for <code><a href="../reference/as.ab.html">as.ab()</a></code>:
|
||||
|
Reference in New Issue
Block a user