new badge

This commit is contained in:
AG Damsbo 2022-09-23 19:20:15 +02:00
parent ed64cd5f31
commit 2fa54b65bf
6 changed files with 16 additions and 5 deletions

View File

@ -1,8 +1,13 @@
<!-- badges: start -->
[![R-CMD-check](https://github.com/agdamsbo/stRoke/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/agdamsbo/stRoke/actions/workflows/R-CMD-check.yaml)
[![pages-build-deployment](https://github.com/agdamsbo/stRoke/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/agdamsbo/stRoke/actions/workflows/pages/pages-build-deployment)
<!-- badges: end -->
# stRoke package <img src="man/figures/hexlogo.png" align="right" />
This package contains tools used for my (Andreas) research work and for the ENIGMA project.
Please use the package or grab bits of the functions. Mind the licensing.
Please use the package or grab bits of the functions. Mind the licensing.
# GitHub
This package is [shared on GitHub](https://github.com/agdamsbo/stRoke), and you are very wellcome to contribute by opening an issue or a pull request.

View File

@ -60,6 +60,11 @@
</h1></div>
<p>This package contains tools used for my (Andreas) research work and for the ENIGMA project.<br>
Please use the package or grab bits of the functions. Mind the licensing.</p>
</div>
<div class="section level1">
<h1 id="github">GitHub<a class="anchor" aria-label="anchor" href="#github"></a>
</h1>
<p>This package is <a href="https://github.com/agdamsbo/stRoke" class="external-link">shared on GitHub</a>, and you are very wellcome to contribute by opening an issue or a pull request.</p>
</div>
</main><aside class="col-md-3"><div class="license">
@ -88,6 +93,7 @@ Please use the package or grab bits of the functions. Mind the licensing.</p>
<h2 data-toc-skip>Dev status</h2>
<ul class="list-unstyled">
<li><a href="https://github.com/agdamsbo/stRoke/actions/workflows/R-CMD-check.yaml" class="external-link"><img src="https://github.com/agdamsbo/stRoke/actions/workflows/R-CMD-check.yaml/badge.svg" alt="R-CMD-check"></a></li>
<li><a href="https://github.com/agdamsbo/stRoke/actions/workflows/pages/pages-build-deployment" class="external-link"><img src="https://github.com/agdamsbo/stRoke/actions/workflows/pages/pages-build-deployment/badge.svg" alt="pages-build-deployment"></a></li>
</ul>
</div>

View File

@ -2,5 +2,5 @@ pandoc: 2.19.2
pkgdown: 2.0.6
pkgdown_sha: ~
articles: {}
last_built: 2022-09-23T10:04Z
last_built: 2022-09-23T17:08Z

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -101,8 +101,8 @@
<span class="r-in"><span><span class="va">x</span> <span class="op">&lt;-</span> <span class="fl">1</span><span class="op">:</span><span class="fl">450</span></span></span>
<span class="r-in"><span><span class="va">y</span> <span class="op">&lt;-</span> <span class="fl">6</span><span class="op">:</span><span class="fl">750</span></span></span>
<span class="r-in"><span><span class="fu"><a href="https://rdrr.io/r/base/summary.html" class="external-link">summary</a></span><span class="op">(</span><span class="fu">quantile_cut</span><span class="op">(</span><span class="va">aa</span>,groups<span class="op">=</span><span class="fl">4</span>,detail.list<span class="op">=</span><span class="cn">FALSE</span><span class="op">)</span><span class="op">)</span> <span class="co">## Cuts quartiles</span></span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> [1,238] (238,496] (496,745] (745,1e+03] </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> 500 500 501 499 </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> [1,249] (249,496] (496,747] (747,1e+03] </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> 500 502 500 498 </span>
</code></pre></div>
</div>
</main><aside class="col-md-3"><nav id="toc"><h2>On this page</h2>

File diff suppressed because one or more lines are too long