mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@2249ba06db 🚀
This commit is contained in:
parent
3a53dd4dfa
commit
e2e2aa66ee
110 changed files with 567 additions and 7 deletions
16
index.html
16
index.html
|
|
@ -36,6 +36,12 @@
|
|||
<ul class="navbar-nav me-auto">
|
||||
<li class="nav-item"><a class="nav-link" href="articles/FreesearchR.html">Get started</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="reference/index.html">Reference</a></li>
|
||||
<li class="nav-item dropdown">
|
||||
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdown-articles">
|
||||
<li><a class="dropdown-item" href="articles/data-types.html">Data types</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item"><a class="nav-link" href="ROADMAP.html">Roadmap</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="QA.html">Q&A</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="news/index.html">Changelog</a></li>
|
||||
|
|
@ -86,6 +92,16 @@
|
|||
</h2>
|
||||
<p>Please note that the <strong><em>FreesearchR</em></strong> project is released with a <a href="https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html" class="external-link">Contributor Code of Conduct</a>. By contributing to this project, you agree to abide by its terms.</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 id="acknowledgements">Acknowledgements<a class="anchor" aria-label="anchor" href="#acknowledgements"></a>
|
||||
</h2>
|
||||
<p>Like any other project, this project was never possible without the great work of others. These are some of the sources and packages I have used:</p>
|
||||
<ul>
|
||||
<li><p>The <strong><em>FreesearchR</em></strong> app is build with <a href="https://shiny.posit.co/" class="external-link">Shiny</a> and based on (<em>R</em>)[<a href="https://www.r-project.org/" class="external-link uri">https://www.r-project.org/</a>].</p></li>
|
||||
<li><p><a href="https://www.danieldsjoberg.com/gtsummary/" class="external-link">gtsummary</a>: superb and flexible way to create publication-ready analytical and summary tables.</p></li>
|
||||
<li><p><a href="https://github.com/dreamRs" class="external-link">dreamRs</a>: maintainers of a broad selection of great extensions and tools for <a href="https://shiny.posit.co/" class="external-link">Shiny</a>.</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</main><aside class="col-md-3"><div class="links">
|
||||
<h2 data-toc-skip>Links</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue