Deploying to gh-pages from @ agdamsbo/REDCapCAST@c5ef79b97e 🚀

This commit is contained in:
agdamsbo 2024-06-07 12:20:26 +00:00
parent f7a9803cea
commit 2e24a1f4e7
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@
</ul></div>
<div class="section level4">
<h4 id="documentation-and-more-24-6-1">Documentation and more<a class="anchor" aria-label="anchor" href="#documentation-and-more-24-6-1"></a></h4>
<ul><li>Dependencies: In order to deploy <code><a href="../reference/shiny_cast.html">shiny_cast()</a></code> with <code>shinylive</code>, I need to remove <code>curl</code> as a dependency. To accomplish this, the <code>shiny_deploy()</code> helper functions has been moved to the package <a href="https://github.com/agdamsbo/package.aid" class="external-link"><code>pacakge.aid</code></a>. This was before realising that <code>REDCapR</code> has <code>curl</code> as dependency, which is the culprit. <code>REDCapCAST</code> is not going to be a <code>shinylive</code> web-app without removing <code>REDCapR</code> dependency or any other REDCap database interaction, which would defy the purpose. Ill stick to hosted Shiny app instead.</li>
<ul><li>Dependencies: In order to deploy <code><a href="../reference/shiny_cast.html">shiny_cast()</a></code> with <code>shinylive</code>, I need to remove <code>curl</code> as a dependency. To accomplish this, the <code>shiny_deploy()</code> helper functions has been moved to the package <a href="https://github.com/agdamsbo/project.aid" class="external-link"><code>project.aid</code></a>. This was before realising that <code>REDCapR</code> has <code>curl</code> as dependency, which is the culprit. <code>REDCapCAST</code> is not going to be a <code>shinylive</code> web-app without removing <code>REDCapR</code> dependency or any other REDCap database interaction, which would defy the purpose. Ill stick to hosted Shiny app instead.</li>
</ul></div>
</div>
<div class="section level2">

View File

@ -5,7 +5,7 @@ articles:
Database-creation: Database-creation.html
Introduction: Introduction.html
Shiny-app: Shiny-app.html
last_built: 2024-06-07T10:02Z
last_built: 2024-06-07T12:20Z
urls:
reference: https://agdamsbo.github.io/REDCapCAST/reference
article: https://agdamsbo.github.io/REDCapCAST/articles

File diff suppressed because one or more lines are too long