Deploying to gh-pages from @ agdamsbo/FreesearchR@a655dd3b87 🚀

This commit is contained in:
agdamsbo 2025-05-10 09:48:41 +00:00
commit 2683cbc51d
117 changed files with 676 additions and 542 deletions

View file

@ -22,7 +22,7 @@
<meta name="description" content="Easily evaluate and analysis clinical health data in your browser on a server or on your own device. Import data from multiple sources, summarise, modify and visualise data and export key metrics and regression analysis results in a publication ready format.">
<meta property="og:description" content="Easily evaluate and analysis clinical health data in your browser on a server or on your own device. Import data from multiple sources, summarise, modify and visualise data and export key metrics and regression analysis results in a publication ready format.">
<meta property="og:image" content="https://agdamsbo.github.io/FreesearchR/logo.png">
<script defer src="https://analytics.gdamsbo.dk/script.js" data-website-id="1f3baf18-29aa-4612-931b-58ea35922ae4"></script>
<script defer src="https://stats.freesearchr.org/script.js" data-website-id="85bfd1e8-2cbe-4a4a-aa34-1dfb2960905b"></script>
</head>
<body>
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
@ -32,7 +32,7 @@
<a class="navbar-brand me-2" href="index.html">FreesearchR</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.5.2</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.5.3</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@ -75,8 +75,8 @@
</div>
<!-- badges: start -->
<p>The <a href="https://agdamsbo.shinyapps.io/FreesearchR/" class="external-link"><strong><em>FreesearchR</em></strong></a> is a simple, clinical health data exploration and analysis tool to democratise clinical research by assisting any researcher to easily evaluate and analyse data and export publication ready results.</p>
<p><a href="https://agdamsbo.shinyapps.io/FreesearchR/" class="external-link"><strong><em>FreesearchR</em></strong></a> is free and open-source, and is directly accessible here: <a href="https://agdamsbo.shinyapps.io/FreesearchR/" class="external-link">link to the app freely hosted on shinyapps.io</a>. The app can also run locally, please see below.</p>
<p>The <a href="https://app.freesearchr.org" class="external-link"><strong><em>FreesearchR</em></strong></a> is a simple, clinical health data exploration and analysis tool to democratise clinical research by assisting any researcher to easily evaluate and analyse data and export publication ready results.</p>
<p><a href="https://app.freesearchr.org" class="external-link"><strong><em>FreesearchR</em></strong></a> is free and open-source, and is <a href="https://app.freesearchr.org" class="external-link">accessible in your web browser through this link</a>. The app can also run locally, please see below.</p>
<p>All feedback is welcome and can be shared as a GitHub issue. Any suggestions on collaboration is much welcomed. Please reach out!</p>
<div class="float">
<img src="./reference/figures/demo.gif" alt="FreesearchR demo"><div class="figcaption">FreesearchR demo</div>
@ -92,7 +92,7 @@
</ol>
</div>
<div class="section level2">
<h2 id="run-locally-on-your-own-machine">Run locally on your own machine<a class="anchor" aria-label="anchor" href="#run-locally-on-your-own-machine"></a>
<h2 id="sec-run-locally">Run locally on your own machine<a class="anchor" aria-label="anchor" href="#sec-run-locally"></a>
</h2>
<p>The <strong><em>FreesearchR</em></strong> app can also run on your own machine with no data transmitted anywhere. Any data.frame available in the global environment will be accessible from the interface. Just follow the below steps:</p>
<ol style="list-style-type: decimal">