mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-21 21:10:22 +01:00
Deploying to gh-pages from @ agdamsbo/REDCapCAST@52f35bfcad 🚀
This commit is contained in:
parent
054c91bc0a
commit
1021f30bec
38
LICENSE.html
38
LICENSE.html
@ -222,27 +222,27 @@
|
||||
<h2 id="how-to-apply-these-terms-to-your-new-programs">How to Apply These Terms to Your New Programs<a class="anchor" aria-label="anchor" href="#how-to-apply-these-terms-to-your-new-programs"></a></h2>
|
||||
<p>If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.</p>
|
||||
<p>To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.</p>
|
||||
<div class="sourceCode" id="cb1"><pre class="sourceCode R"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="sc"><</span>one line to give the program<span class="st">'s name and a brief idea of what it does.></span></span>
|
||||
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="st">Copyright (C) <year> <name of author></span></span>
|
||||
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a></span>
|
||||
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="st">This program is free software: you can redistribute it and/or modify</span></span>
|
||||
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="st">it under the terms of the GNU General Public License as published by</span></span>
|
||||
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a><span class="st">the Free Software Foundation, either version 3 of the License, or</span></span>
|
||||
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="st">(at your option) any later version.</span></span>
|
||||
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a></span>
|
||||
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="st">This program is distributed in the hope that it will be useful,</span></span>
|
||||
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a><span class="st">but WITHOUT ANY WARRANTY; without even the implied warranty of</span></span>
|
||||
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a><span class="st">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></span>
|
||||
<span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a><span class="st">GNU General Public License for more details.</span></span>
|
||||
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a></span>
|
||||
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true" tabindex="-1"></a><span class="st">You should have received a copy of the GNU General Public License</span></span>
|
||||
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true" tabindex="-1"></a><span class="st">along with this program. If not, see <http://www.gnu.org/licenses/>.</span></span></code></pre></div>
|
||||
<div class="sourceCode" id="cb1"><pre class="sourceCode R"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" tabindex="-1"></a><span class="sc"><</span>one line to give the program<span class="st">'s name and a brief idea of what it does.></span></span>
|
||||
<span id="cb1-2"><a href="#cb1-2" tabindex="-1"></a><span class="st">Copyright (C) <year> <name of author></span></span>
|
||||
<span id="cb1-3"><a href="#cb1-3" tabindex="-1"></a></span>
|
||||
<span id="cb1-4"><a href="#cb1-4" tabindex="-1"></a><span class="st">This program is free software: you can redistribute it and/or modify</span></span>
|
||||
<span id="cb1-5"><a href="#cb1-5" tabindex="-1"></a><span class="st">it under the terms of the GNU General Public License as published by</span></span>
|
||||
<span id="cb1-6"><a href="#cb1-6" tabindex="-1"></a><span class="st">the Free Software Foundation, either version 3 of the License, or</span></span>
|
||||
<span id="cb1-7"><a href="#cb1-7" tabindex="-1"></a><span class="st">(at your option) any later version.</span></span>
|
||||
<span id="cb1-8"><a href="#cb1-8" tabindex="-1"></a></span>
|
||||
<span id="cb1-9"><a href="#cb1-9" tabindex="-1"></a><span class="st">This program is distributed in the hope that it will be useful,</span></span>
|
||||
<span id="cb1-10"><a href="#cb1-10" tabindex="-1"></a><span class="st">but WITHOUT ANY WARRANTY; without even the implied warranty of</span></span>
|
||||
<span id="cb1-11"><a href="#cb1-11" tabindex="-1"></a><span class="st">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></span>
|
||||
<span id="cb1-12"><a href="#cb1-12" tabindex="-1"></a><span class="st">GNU General Public License for more details.</span></span>
|
||||
<span id="cb1-13"><a href="#cb1-13" tabindex="-1"></a></span>
|
||||
<span id="cb1-14"><a href="#cb1-14" tabindex="-1"></a><span class="st">You should have received a copy of the GNU General Public License</span></span>
|
||||
<span id="cb1-15"><a href="#cb1-15" tabindex="-1"></a><span class="st">along with this program. If not, see <http://www.gnu.org/licenses/>.</span></span></code></pre></div>
|
||||
<p>Also add information on how to contact you by electronic and paper mail.</p>
|
||||
<p>If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:</p>
|
||||
<div class="sourceCode" id="cb2"><pre class="sourceCode R"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="sc"><</span>program<span class="sc">></span> <span class="fu">Copyright</span> (C) <span class="sc"><</span>year<span class="sc">></span> <span class="er"><</span>name of author<span class="sc">></span></span>
|
||||
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>This program comes with ABSOLUTELY NO WARRANTY; <span class="cf">for</span> details type <span class="st">'show w'</span>.</span>
|
||||
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>This is free software, and you are welcome to redistribute it</span>
|
||||
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a>under certain conditions; type <span class="st">'show c'</span> <span class="cf">for</span> details.</span></code></pre></div>
|
||||
<div class="sourceCode" id="cb2"><pre class="sourceCode R"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" tabindex="-1"></a><span class="sc"><</span>program<span class="sc">></span> <span class="fu">Copyright</span> (C) <span class="sc"><</span>year<span class="sc">></span> <span class="er"><</span>name of author<span class="sc">></span></span>
|
||||
<span id="cb2-2"><a href="#cb2-2" tabindex="-1"></a>This program comes with ABSOLUTELY NO WARRANTY; <span class="cf">for</span> details type <span class="st">'show w'</span>.</span>
|
||||
<span id="cb2-3"><a href="#cb2-3" tabindex="-1"></a>This is free software, and you are welcome to redistribute it</span>
|
||||
<span id="cb2-4"><a href="#cb2-4" tabindex="-1"></a>under certain conditions; type <span class="st">'show c'</span> <span class="cf">for</span> details.</span></code></pre></div>
|
||||
<p>The hypothetical commands <code>show w</code> and <code>show c</code> should show the appropriate parts of the General Public License. Of course, your program’s commands might be different; for a GUI interface, you would use an “about box”.</p>
|
||||
<p>You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <<a href="http://www.gnu.org/licenses/" class="external-link uri">http://www.gnu.org/licenses/</a>>.</p>
|
||||
<p>The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <<a href="http://www.gnu.org/philosophy/why-not-lgpl.html" class="external-link uri">http://www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p>
|
||||
|
@ -144,7 +144,7 @@ projects with “Development” status).</p>
|
||||
<span><span class="op">)</span></span></code></pre></div>
|
||||
<p>In the <a href="https://agdamsbo.github.io/redcap-r-handbook/" class="external-link">“REDCap R
|
||||
Handbook”</a> more is written on interfacing with REDCap in R using the
|
||||
<code><a href="https://keyring.r-lib.org/" class="external-link">library(keyring)</a></code>to store credentials in <a href="https://agdamsbo.github.io/redcap-r-handbook/access.html#sec-getting-access" class="external-link">chapter
|
||||
<code><a href="https://keyring.r-lib.org/" class="external-link">library(keyring)</a></code>to store credentials in <a href="https://agdamsbo.github.io/redcap-r-handbook/doc/access.html#sec-getting-access" class="external-link">chapter
|
||||
1.1</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -100,23 +100,23 @@ demonstration of the functions.</p>
|
||||
</h2>
|
||||
<div class="sourceCode" id="cb2"><pre class="downlit sourceCode r">
|
||||
<code class="sourceCode R"><span><span class="va">redcapcast_data</span> <span class="op">|></span> <span class="fu">gt</span><span class="fu">::</span><span class="fu"><a href="https://gt.rstudio.com/reference/gt.html" class="external-link">gt</a></span><span class="op">(</span><span class="op">)</span></span></code></pre></div>
|
||||
<div id="yldgzhryei" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
|
||||
<style>#yldgzhryei table {
|
||||
<div id="hgjgyzdguj" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
|
||||
<style>#hgjgyzdguj table {
|
||||
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
#yldgzhryei thead, #yldgzhryei tbody, #yldgzhryei tfoot, #yldgzhryei tr, #yldgzhryei td, #yldgzhryei th {
|
||||
#hgjgyzdguj thead, #hgjgyzdguj tbody, #hgjgyzdguj tfoot, #hgjgyzdguj tr, #hgjgyzdguj td, #hgjgyzdguj th {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
#yldgzhryei p {
|
||||
#hgjgyzdguj p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_table {
|
||||
#hgjgyzdguj .gt_table {
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
line-height: normal;
|
||||
@ -142,12 +142,12 @@ demonstration of the functions.</p>
|
||||
border-left-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_caption {
|
||||
#hgjgyzdguj .gt_caption {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_title {
|
||||
#hgjgyzdguj .gt_title {
|
||||
color: #333333;
|
||||
font-size: 125%;
|
||||
font-weight: initial;
|
||||
@ -159,7 +159,7 @@ demonstration of the functions.</p>
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_subtitle {
|
||||
#hgjgyzdguj .gt_subtitle {
|
||||
color: #333333;
|
||||
font-size: 85%;
|
||||
font-weight: initial;
|
||||
@ -171,7 +171,7 @@ demonstration of the functions.</p>
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_heading {
|
||||
#hgjgyzdguj .gt_heading {
|
||||
background-color: #FFFFFF;
|
||||
text-align: center;
|
||||
border-bottom-color: #FFFFFF;
|
||||
@ -183,13 +183,13 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_bottom_border {
|
||||
#hgjgyzdguj .gt_bottom_border {
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_col_headings {
|
||||
#hgjgyzdguj .gt_col_headings {
|
||||
border-top-style: solid;
|
||||
border-top-width: 2px;
|
||||
border-top-color: #D3D3D3;
|
||||
@ -204,7 +204,7 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_col_heading {
|
||||
#hgjgyzdguj .gt_col_heading {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -224,7 +224,7 @@ demonstration of the functions.</p>
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_column_spanner_outer {
|
||||
#hgjgyzdguj .gt_column_spanner_outer {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -236,15 +236,15 @@ demonstration of the functions.</p>
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_column_spanner_outer:first-child {
|
||||
#hgjgyzdguj .gt_column_spanner_outer:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_column_spanner_outer:last-child {
|
||||
#hgjgyzdguj .gt_column_spanner_outer:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_column_spanner {
|
||||
#hgjgyzdguj .gt_column_spanner {
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #D3D3D3;
|
||||
@ -256,11 +256,11 @@ demonstration of the functions.</p>
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_spanner_row {
|
||||
#hgjgyzdguj .gt_spanner_row {
|
||||
border-bottom-style: hidden;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_group_heading {
|
||||
#hgjgyzdguj .gt_group_heading {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -286,7 +286,7 @@ demonstration of the functions.</p>
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_empty_group_heading {
|
||||
#hgjgyzdguj .gt_empty_group_heading {
|
||||
padding: 0.5px;
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
@ -301,15 +301,15 @@ demonstration of the functions.</p>
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_from_md > :first-child {
|
||||
#hgjgyzdguj .gt_from_md > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_from_md > :last-child {
|
||||
#hgjgyzdguj .gt_from_md > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_row {
|
||||
#hgjgyzdguj .gt_row {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -328,7 +328,7 @@ demonstration of the functions.</p>
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_stub {
|
||||
#hgjgyzdguj .gt_stub {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -341,7 +341,7 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_stub_row_group {
|
||||
#hgjgyzdguj .gt_stub_row_group {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -355,15 +355,15 @@ demonstration of the functions.</p>
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_row_group_first td {
|
||||
#hgjgyzdguj .gt_row_group_first td {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_row_group_first th {
|
||||
#hgjgyzdguj .gt_row_group_first th {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_summary_row {
|
||||
#hgjgyzdguj .gt_summary_row {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
text-transform: inherit;
|
||||
@ -373,16 +373,16 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_first_summary_row {
|
||||
#hgjgyzdguj .gt_first_summary_row {
|
||||
border-top-style: solid;
|
||||
border-top-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_first_summary_row.thick {
|
||||
#hgjgyzdguj .gt_first_summary_row.thick {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_last_summary_row {
|
||||
#hgjgyzdguj .gt_last_summary_row {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -392,7 +392,7 @@ demonstration of the functions.</p>
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_grand_summary_row {
|
||||
#hgjgyzdguj .gt_grand_summary_row {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
text-transform: inherit;
|
||||
@ -402,7 +402,7 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_first_grand_summary_row {
|
||||
#hgjgyzdguj .gt_first_grand_summary_row {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -412,7 +412,7 @@ demonstration of the functions.</p>
|
||||
border-top-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_last_grand_summary_row_top {
|
||||
#hgjgyzdguj .gt_last_grand_summary_row_top {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -422,11 +422,11 @@ demonstration of the functions.</p>
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_striped {
|
||||
#hgjgyzdguj .gt_striped {
|
||||
background-color: rgba(128, 128, 128, 0.05);
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_table_body {
|
||||
#hgjgyzdguj .gt_table_body {
|
||||
border-top-style: solid;
|
||||
border-top-width: 2px;
|
||||
border-top-color: #D3D3D3;
|
||||
@ -435,7 +435,7 @@ demonstration of the functions.</p>
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_footnotes {
|
||||
#hgjgyzdguj .gt_footnotes {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
border-bottom-style: none;
|
||||
@ -449,7 +449,7 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_footnote {
|
||||
#hgjgyzdguj .gt_footnote {
|
||||
margin: 0px;
|
||||
font-size: 90%;
|
||||
padding-top: 4px;
|
||||
@ -458,7 +458,7 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_sourcenotes {
|
||||
#hgjgyzdguj .gt_sourcenotes {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
border-bottom-style: none;
|
||||
@ -472,7 +472,7 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_sourcenote {
|
||||
#hgjgyzdguj .gt_sourcenote {
|
||||
font-size: 90%;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
@ -480,63 +480,63 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_left {
|
||||
#hgjgyzdguj .gt_left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_center {
|
||||
#hgjgyzdguj .gt_center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_right {
|
||||
#hgjgyzdguj .gt_right {
|
||||
text-align: right;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_font_normal {
|
||||
#hgjgyzdguj .gt_font_normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_font_bold {
|
||||
#hgjgyzdguj .gt_font_bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_font_italic {
|
||||
#hgjgyzdguj .gt_font_italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_super {
|
||||
#hgjgyzdguj .gt_super {
|
||||
font-size: 65%;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_footnote_marks {
|
||||
#hgjgyzdguj .gt_footnote_marks {
|
||||
font-size: 75%;
|
||||
vertical-align: 0.4em;
|
||||
position: initial;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_asterisk {
|
||||
#hgjgyzdguj .gt_asterisk {
|
||||
font-size: 100%;
|
||||
vertical-align: 0;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_indent_1 {
|
||||
#hgjgyzdguj .gt_indent_1 {
|
||||
text-indent: 5px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_indent_2 {
|
||||
#hgjgyzdguj .gt_indent_2 {
|
||||
text-indent: 10px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_indent_3 {
|
||||
#hgjgyzdguj .gt_indent_3 {
|
||||
text-indent: 15px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_indent_4 {
|
||||
#hgjgyzdguj .gt_indent_4 {
|
||||
text-indent: 20px;
|
||||
}
|
||||
|
||||
#yldgzhryei .gt_indent_5 {
|
||||
#hgjgyzdguj .gt_indent_5 {
|
||||
text-indent: 25px;
|
||||
}
|
||||
</style>
|
||||
@ -1067,23 +1067,23 @@ demonstration of the functions.</p>
|
||||
</div>
|
||||
<div class="sourceCode" id="cb3"><pre class="downlit sourceCode r">
|
||||
<code class="sourceCode R"><span><span class="va">redcapcast_meta</span> <span class="op">|></span> <span class="fu">gt</span><span class="fu">::</span><span class="fu"><a href="https://gt.rstudio.com/reference/gt.html" class="external-link">gt</a></span><span class="op">(</span><span class="op">)</span></span></code></pre></div>
|
||||
<div id="tbmufhmkja" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
|
||||
<style>#tbmufhmkja table {
|
||||
<div id="xayrregjoo" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
|
||||
<style>#xayrregjoo table {
|
||||
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
#tbmufhmkja thead, #tbmufhmkja tbody, #tbmufhmkja tfoot, #tbmufhmkja tr, #tbmufhmkja td, #tbmufhmkja th {
|
||||
#xayrregjoo thead, #xayrregjoo tbody, #xayrregjoo tfoot, #xayrregjoo tr, #xayrregjoo td, #xayrregjoo th {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
#tbmufhmkja p {
|
||||
#xayrregjoo p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_table {
|
||||
#xayrregjoo .gt_table {
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
line-height: normal;
|
||||
@ -1109,12 +1109,12 @@ demonstration of the functions.</p>
|
||||
border-left-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_caption {
|
||||
#xayrregjoo .gt_caption {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_title {
|
||||
#xayrregjoo .gt_title {
|
||||
color: #333333;
|
||||
font-size: 125%;
|
||||
font-weight: initial;
|
||||
@ -1126,7 +1126,7 @@ demonstration of the functions.</p>
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_subtitle {
|
||||
#xayrregjoo .gt_subtitle {
|
||||
color: #333333;
|
||||
font-size: 85%;
|
||||
font-weight: initial;
|
||||
@ -1138,7 +1138,7 @@ demonstration of the functions.</p>
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_heading {
|
||||
#xayrregjoo .gt_heading {
|
||||
background-color: #FFFFFF;
|
||||
text-align: center;
|
||||
border-bottom-color: #FFFFFF;
|
||||
@ -1150,13 +1150,13 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_bottom_border {
|
||||
#xayrregjoo .gt_bottom_border {
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_col_headings {
|
||||
#xayrregjoo .gt_col_headings {
|
||||
border-top-style: solid;
|
||||
border-top-width: 2px;
|
||||
border-top-color: #D3D3D3;
|
||||
@ -1171,7 +1171,7 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_col_heading {
|
||||
#xayrregjoo .gt_col_heading {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -1191,7 +1191,7 @@ demonstration of the functions.</p>
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_column_spanner_outer {
|
||||
#xayrregjoo .gt_column_spanner_outer {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -1203,15 +1203,15 @@ demonstration of the functions.</p>
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_column_spanner_outer:first-child {
|
||||
#xayrregjoo .gt_column_spanner_outer:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_column_spanner_outer:last-child {
|
||||
#xayrregjoo .gt_column_spanner_outer:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_column_spanner {
|
||||
#xayrregjoo .gt_column_spanner {
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #D3D3D3;
|
||||
@ -1223,11 +1223,11 @@ demonstration of the functions.</p>
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_spanner_row {
|
||||
#xayrregjoo .gt_spanner_row {
|
||||
border-bottom-style: hidden;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_group_heading {
|
||||
#xayrregjoo .gt_group_heading {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -1253,7 +1253,7 @@ demonstration of the functions.</p>
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_empty_group_heading {
|
||||
#xayrregjoo .gt_empty_group_heading {
|
||||
padding: 0.5px;
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
@ -1268,15 +1268,15 @@ demonstration of the functions.</p>
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_from_md > :first-child {
|
||||
#xayrregjoo .gt_from_md > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_from_md > :last-child {
|
||||
#xayrregjoo .gt_from_md > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_row {
|
||||
#xayrregjoo .gt_row {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -1295,7 +1295,7 @@ demonstration of the functions.</p>
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_stub {
|
||||
#xayrregjoo .gt_stub {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -1308,7 +1308,7 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_stub_row_group {
|
||||
#xayrregjoo .gt_stub_row_group {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 100%;
|
||||
@ -1322,15 +1322,15 @@ demonstration of the functions.</p>
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_row_group_first td {
|
||||
#xayrregjoo .gt_row_group_first td {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_row_group_first th {
|
||||
#xayrregjoo .gt_row_group_first th {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_summary_row {
|
||||
#xayrregjoo .gt_summary_row {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
text-transform: inherit;
|
||||
@ -1340,16 +1340,16 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_first_summary_row {
|
||||
#xayrregjoo .gt_first_summary_row {
|
||||
border-top-style: solid;
|
||||
border-top-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_first_summary_row.thick {
|
||||
#xayrregjoo .gt_first_summary_row.thick {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_last_summary_row {
|
||||
#xayrregjoo .gt_last_summary_row {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -1359,7 +1359,7 @@ demonstration of the functions.</p>
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_grand_summary_row {
|
||||
#xayrregjoo .gt_grand_summary_row {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
text-transform: inherit;
|
||||
@ -1369,7 +1369,7 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_first_grand_summary_row {
|
||||
#xayrregjoo .gt_first_grand_summary_row {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -1379,7 +1379,7 @@ demonstration of the functions.</p>
|
||||
border-top-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_last_grand_summary_row_top {
|
||||
#xayrregjoo .gt_last_grand_summary_row_top {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
@ -1389,11 +1389,11 @@ demonstration of the functions.</p>
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_striped {
|
||||
#xayrregjoo .gt_striped {
|
||||
background-color: rgba(128, 128, 128, 0.05);
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_table_body {
|
||||
#xayrregjoo .gt_table_body {
|
||||
border-top-style: solid;
|
||||
border-top-width: 2px;
|
||||
border-top-color: #D3D3D3;
|
||||
@ -1402,7 +1402,7 @@ demonstration of the functions.</p>
|
||||
border-bottom-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_footnotes {
|
||||
#xayrregjoo .gt_footnotes {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
border-bottom-style: none;
|
||||
@ -1416,7 +1416,7 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_footnote {
|
||||
#xayrregjoo .gt_footnote {
|
||||
margin: 0px;
|
||||
font-size: 90%;
|
||||
padding-top: 4px;
|
||||
@ -1425,7 +1425,7 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_sourcenotes {
|
||||
#xayrregjoo .gt_sourcenotes {
|
||||
color: #333333;
|
||||
background-color: #FFFFFF;
|
||||
border-bottom-style: none;
|
||||
@ -1439,7 +1439,7 @@ demonstration of the functions.</p>
|
||||
border-right-color: #D3D3D3;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_sourcenote {
|
||||
#xayrregjoo .gt_sourcenote {
|
||||
font-size: 90%;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
@ -1447,63 +1447,63 @@ demonstration of the functions.</p>
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_left {
|
||||
#xayrregjoo .gt_left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_center {
|
||||
#xayrregjoo .gt_center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_right {
|
||||
#xayrregjoo .gt_right {
|
||||
text-align: right;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_font_normal {
|
||||
#xayrregjoo .gt_font_normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_font_bold {
|
||||
#xayrregjoo .gt_font_bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_font_italic {
|
||||
#xayrregjoo .gt_font_italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_super {
|
||||
#xayrregjoo .gt_super {
|
||||
font-size: 65%;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_footnote_marks {
|
||||
#xayrregjoo .gt_footnote_marks {
|
||||
font-size: 75%;
|
||||
vertical-align: 0.4em;
|
||||
position: initial;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_asterisk {
|
||||
#xayrregjoo .gt_asterisk {
|
||||
font-size: 100%;
|
||||
vertical-align: 0;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_indent_1 {
|
||||
#xayrregjoo .gt_indent_1 {
|
||||
text-indent: 5px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_indent_2 {
|
||||
#xayrregjoo .gt_indent_2 {
|
||||
text-indent: 10px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_indent_3 {
|
||||
#xayrregjoo .gt_indent_3 {
|
||||
text-indent: 15px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_indent_4 {
|
||||
#xayrregjoo .gt_indent_4 {
|
||||
text-indent: 20px;
|
||||
}
|
||||
|
||||
#tbmufhmkja .gt_indent_5 {
|
||||
#xayrregjoo .gt_indent_5 {
|
||||
text-indent: 25px;
|
||||
}
|
||||
</style>
|
||||
|
@ -66,14 +66,9 @@
|
||||
</ul></div>
|
||||
<div class="section level4">
|
||||
<h4 id="other-24-2-1">Other<a class="anchor" aria-label="anchor" href="#other-24-2-1"></a></h4>
|
||||
<p>I believe <code>renv</code> has now been added and runs correctly. After clone, do <code><a href="https://rstudio.github.io/renv/reference/restore.html" class="external-link">renv::restore()</a></code> to install all necessary package to modify the package.</p>
|
||||
<p>I believe <code>renv</code> has now been added and runs correctly. After clone, do <code><a href="https://rstudio.github.io/renv/reference/restore.html" class="external-link">renv::restore()</a></code> to install all necessary package to modify the package. This seems to always be back and forth. <code>renv</code> may be on its way out again.</p>
|
||||
<p>Added a Code of Conduct.</p>
|
||||
</div>
|
||||
<div class="section level4">
|
||||
<h4 id="whishes-before-cran-release-24-2-1">Whishes before CRAN release<a class="anchor" aria-label="anchor" href="#whishes-before-cran-release-24-2-1"></a></h4>
|
||||
<ul><li><p>Vignette for <code><a href="../reference/ds2dd_detailed.html">ds2dd_detailed()</a></code></p></li>
|
||||
<li><p>Tests for <code><a href="../reference/ds2dd_detailed.html">ds2dd_detailed()</a></code></p></li>
|
||||
<li><p>Tests for new functions.</p></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 class="pkg-version" data-toc-text="24.1.1" id="redcapcast-2411">REDCapCAST 24.1.1<a class="anchor" aria-label="anchor" href="#redcapcast-2411"></a></h2><p class="text-muted">CRAN release: 2024-01-09</p>
|
||||
|
@ -1,11 +1,11 @@
|
||||
pandoc: 2.19.2
|
||||
pandoc: 3.1.11
|
||||
pkgdown: 2.0.7
|
||||
pkgdown_sha: ~
|
||||
articles:
|
||||
Database-creation: Database-creation.html
|
||||
Introduction: Introduction.html
|
||||
Shiny-app: Shiny-app.html
|
||||
last_built: 2024-02-27T13:31Z
|
||||
last_built: 2024-02-28T06:53Z
|
||||
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
Loading…
Reference in New Issue
Block a user