Update to v0.4.9000 bis
This commit is contained in:
parent
cbee42a39e
commit
d2534f6fa1
3 changed files with 6 additions and 3 deletions
3
NEWS.md
3
NEWS.md
|
|
@ -5,12 +5,15 @@
|
||||||
* `bar_reach` is now `bar()` and theming is passed through argument `theme` for which default is `theme_reach()`.
|
* `bar_reach` is now `bar()` and theming is passed through argument `theme` for which default is `theme_reach()`.
|
||||||
* `point_reach` is now `point()` and theming is passed through argument `theme` for which default is `theme_reach()`.
|
* `point_reach` is now `point()` and theming is passed through argument `theme` for which default is `theme_reach()`.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# visualizeR 0.3.9000
|
# visualizeR 0.3.9000
|
||||||
|
|
||||||
* Breaking changes: update to `ggblanket` v1.6.1.
|
* Breaking changes: update to `ggblanket` v1.6.1.
|
||||||
* Add plotting functions for indicator maps.
|
* Add plotting functions for indicator maps.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# visualizeR 0.2.9000
|
# visualizeR 0.2.9000
|
||||||
|
|
||||||
* Breaking changes: almost all functions got refinements, and there are new functions, typically `hbar()` becomes `bar_reach()` and `point_reach()` is added.
|
* Breaking changes: almost all functions got refinements, and there are new functions, typically `hbar()` becomes `bar_reach()` and `point_reach()` is added.
|
||||||
|
|
|
||||||
|
|
@ -52,12 +52,12 @@
|
||||||
<code>bar_reach</code> is now <code><a href="../reference/bar.html">bar()</a></code> and theming is passed through argument <code>theme</code> for which default is <code><a href="../reference/theme_reach.html">theme_reach()</a></code>.</li>
|
<code>bar_reach</code> is now <code><a href="../reference/bar.html">bar()</a></code> and theming is passed through argument <code>theme</code> for which default is <code><a href="../reference/theme_reach.html">theme_reach()</a></code>.</li>
|
||||||
<li>
|
<li>
|
||||||
<code>point_reach</code> is now <code><a href="../reference/point.html">point()</a></code> and theming is passed through argument <code>theme</code> for which default is <code><a href="../reference/theme_reach.html">theme_reach()</a></code>.</li>
|
<code>point_reach</code> is now <code><a href="../reference/point.html">point()</a></code> and theming is passed through argument <code>theme</code> for which default is <code><a href="../reference/theme_reach.html">theme_reach()</a></code>.</li>
|
||||||
</ul></div>
|
</ul><hr></div>
|
||||||
<div class="section level2">
|
<div class="section level2">
|
||||||
<h2 class="pkg-version" data-toc-text="0.3.9000" id="visualizer-039000">visualizeR 0.3.9000<a class="anchor" aria-label="anchor" href="#visualizer-039000"></a></h2>
|
<h2 class="pkg-version" data-toc-text="0.3.9000" id="visualizer-039000">visualizeR 0.3.9000<a class="anchor" aria-label="anchor" href="#visualizer-039000"></a></h2>
|
||||||
<ul><li>Breaking changes: update to <code>ggblanket</code> v1.6.1.</li>
|
<ul><li>Breaking changes: update to <code>ggblanket</code> v1.6.1.</li>
|
||||||
<li>Add plotting functions for indicator maps.</li>
|
<li>Add plotting functions for indicator maps.</li>
|
||||||
</ul></div>
|
</ul><hr></div>
|
||||||
<div class="section level2">
|
<div class="section level2">
|
||||||
<h2 class="pkg-version" data-toc-text="0.2.9000" id="visualizer-029000">visualizeR 0.2.9000<a class="anchor" aria-label="anchor" href="#visualizer-029000"></a></h2>
|
<h2 class="pkg-version" data-toc-text="0.2.9000" id="visualizer-029000">visualizeR 0.2.9000<a class="anchor" aria-label="anchor" href="#visualizer-029000"></a></h2>
|
||||||
<ul><li>Breaking changes: almost all functions got refinements, and there are new functions, typically <code>hbar()</code> becomes <code>bar_reach()</code> and <code>point_reach()</code> is added.</li>
|
<ul><li>Breaking changes: almost all functions got refinements, and there are new functions, typically <code>hbar()</code> becomes <code>bar_reach()</code> and <code>point_reach()</code> is added.</li>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ pandoc: 2.19.2
|
||||||
pkgdown: 2.0.7
|
pkgdown: 2.0.7
|
||||||
pkgdown_sha: ~
|
pkgdown_sha: ~
|
||||||
articles: {}
|
articles: {}
|
||||||
last_built: 2022-12-21T15:45Z
|
last_built: 2022-12-21T15:48Z
|
||||||
urls:
|
urls:
|
||||||
reference: https://gnoblet.github.io/visualizeR/reference
|
reference: https://gnoblet.github.io/visualizeR/reference
|
||||||
article: https://gnoblet.github.io/visualizeR/articles
|
article: https://gnoblet.github.io/visualizeR/articles
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue