mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@20ae86a346 🚀
This commit is contained in:
parent
4c3ab5e68b
commit
01afb0db2e
114 changed files with 472 additions and 563 deletions
10
index.html
10
index.html
|
|
@ -16,6 +16,7 @@
|
|||
<meta property="og:title" content="Browser Based Data Analysis">
|
||||
<meta name="description" content="Free and open source browser based data exploration and analysis with publication ready output.">
|
||||
<meta property="og:description" content="Free and open source browser based data exploration and analysis with publication ready output.">
|
||||
<meta property="og:image" content="https://agdamsbo.github.io/FreesearchR/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
|
||||
|
|
@ -61,8 +62,11 @@
|
|||
</nav><div class="container template-home">
|
||||
<div class="row">
|
||||
<main id="main" class="col-md-9"><div class="section level1">
|
||||
<div class="page-header"><h1 id="freesearchr-">FreesearchR <img style="float: right;" src="logo-text-white-250.png"><a class="anchor" aria-label="anchor" href="#freesearchr-"></a>
|
||||
</h1></div>
|
||||
<div class="page-header">
|
||||
<img src="logo.png" class="logo" alt=""><h1 id="freesearchr-">FreesearchR
|
||||
<a class="anchor" aria-label="anchor" href="#freesearchr-"></a>
|
||||
</h1>
|
||||
</div>
|
||||
<!-- badges: start -->
|
||||
|
||||
<p>This package is the backbone of the <strong><em>FreesearchR</em></strong>, a free and open-source browser based data exploration and analysis tool intended to democratise clinical research by assisting any researcher to easily evaluate and analyse data and export publication ready results.</p>
|
||||
|
|
@ -99,7 +103,7 @@
|
|||
</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>The <strong><em>FreesearchR</em></strong> app is build with <a href="https://shiny.posit.co/" class="external-link">Shiny</a> and based on <a href="https://www.r-project.org/" class="external-link"><em>R</em></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>
|
||||
<li><p><a href="https://easystats.github.io/easystats/" class="external-link">easystats</a>: the <a href="https://easystats.github.io/performance/articles/check_model.html" class="external-link"><code>performance::check_model()</code></a> function was central in sparking the idea to create a data analysis tool.</p></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue