Compare commits

...

2 Commits

Author SHA1 Message Date
734bbaa267 new downloads gadge 2023-06-07 14:17:07 +02:00
0665cad6ed Now on cran and zenodo, badge added 2023-06-07 14:03:31 +02:00
7 changed files with 120 additions and 111 deletions

View File

@ -1,3 +1,3 @@
Version: 23.6.1 Version: 23.6.1
Date: 2023-06-02 12:31:16 UTC Date: 2023-06-05 06:44:45 UTC
SHA: 32bab4ea0ba141061f613a880aa8239c559fba43 SHA: f2d5b8f6007b7f953c525e58e8b47ec8d702d9be

View File

@ -1,7 +1,11 @@
<!-- badges: start --> <!-- badges: start -->
[![GitHub R package version](https://img.shields.io/github/r-package/v/agdamsbo/REDCapCAST)](https://github.com/agdamsbo/REDCapCAST)
[![CRAN/METACRAN](https://img.shields.io/cran/v/REDCapCAST)](https://CRAN.R-project.org/package=REDCapCAST)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8013985.svg)](https://doi.org/10.5281/zenodo.8013985)
[![R-CMD-check](https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml) [![R-CMD-check](https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml)
[![Page deployed](https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment) [![Page deployed](https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment)
[![Codecov test coverage](https://codecov.io/gh/agdamsbo/REDCapCAST/branch/master/graph/badge.svg)](https://app.codecov.io/gh/agdamsbo/REDCapCAST?branch=master) [![Codecov test coverage](https://codecov.io/gh/agdamsbo/REDCapCAST/branch/master/graph/badge.svg)](https://app.codecov.io/gh/agdamsbo/REDCapCAST?branch=master)
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/REDCapCAST)](https://cran.r-project.org/package=REDCapCAST)
[![Lifecycle: [![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
<!-- badges: end --> <!-- badges: end -->

View File

@ -98,23 +98,23 @@ demonstration of the functions.</p>
</h2> </h2>
<div class="sourceCode" id="cb2"><pre class="downlit sourceCode r"> <div class="sourceCode" id="cb2"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="va">redcapcast_data</span> <span class="op">|&gt;</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> <code class="sourceCode R"><span><span class="va">redcapcast_data</span> <span class="op">|&gt;</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="ixntfrihfd" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;"> <div id="qxcqloitki" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
<style>#ixntfrihfd table { <style>#qxcqloitki table {
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; 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; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
#ixntfrihfd thead, #ixntfrihfd tbody, #ixntfrihfd tfoot, #ixntfrihfd tr, #ixntfrihfd td, #ixntfrihfd th { #qxcqloitki thead, #qxcqloitki tbody, #qxcqloitki tfoot, #qxcqloitki tr, #qxcqloitki td, #qxcqloitki th {
border-style: none; border-style: none;
} }
#ixntfrihfd p { #qxcqloitki p {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#ixntfrihfd .gt_table { #qxcqloitki .gt_table {
display: table; display: table;
border-collapse: collapse; border-collapse: collapse;
line-height: normal; line-height: normal;
@ -140,12 +140,12 @@ demonstration of the functions.</p>
border-left-color: #D3D3D3; border-left-color: #D3D3D3;
} }
#ixntfrihfd .gt_caption { #qxcqloitki .gt_caption {
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
} }
#ixntfrihfd .gt_title { #qxcqloitki .gt_title {
color: #333333; color: #333333;
font-size: 125%; font-size: 125%;
font-weight: initial; font-weight: initial;
@ -157,7 +157,7 @@ demonstration of the functions.</p>
border-bottom-width: 0; border-bottom-width: 0;
} }
#ixntfrihfd .gt_subtitle { #qxcqloitki .gt_subtitle {
color: #333333; color: #333333;
font-size: 85%; font-size: 85%;
font-weight: initial; font-weight: initial;
@ -169,7 +169,7 @@ demonstration of the functions.</p>
border-top-width: 0; border-top-width: 0;
} }
#ixntfrihfd .gt_heading { #qxcqloitki .gt_heading {
background-color: #FFFFFF; background-color: #FFFFFF;
text-align: center; text-align: center;
border-bottom-color: #FFFFFF; border-bottom-color: #FFFFFF;
@ -181,13 +181,13 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#ixntfrihfd .gt_bottom_border { #qxcqloitki .gt_bottom_border {
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 2px; border-bottom-width: 2px;
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#ixntfrihfd .gt_col_headings { #qxcqloitki .gt_col_headings {
border-top-style: solid; border-top-style: solid;
border-top-width: 2px; border-top-width: 2px;
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
@ -202,7 +202,7 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#ixntfrihfd .gt_col_heading { #qxcqloitki .gt_col_heading {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -222,7 +222,7 @@ demonstration of the functions.</p>
overflow-x: hidden; overflow-x: hidden;
} }
#ixntfrihfd .gt_column_spanner_outer { #qxcqloitki .gt_column_spanner_outer {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -234,15 +234,15 @@ demonstration of the functions.</p>
padding-right: 4px; padding-right: 4px;
} }
#ixntfrihfd .gt_column_spanner_outer:first-child { #qxcqloitki .gt_column_spanner_outer:first-child {
padding-left: 0; padding-left: 0;
} }
#ixntfrihfd .gt_column_spanner_outer:last-child { #qxcqloitki .gt_column_spanner_outer:last-child {
padding-right: 0; padding-right: 0;
} }
#ixntfrihfd .gt_column_spanner { #qxcqloitki .gt_column_spanner {
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 2px; border-bottom-width: 2px;
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
@ -254,11 +254,11 @@ demonstration of the functions.</p>
width: 100%; width: 100%;
} }
#ixntfrihfd .gt_spanner_row { #qxcqloitki .gt_spanner_row {
border-bottom-style: hidden; border-bottom-style: hidden;
} }
#ixntfrihfd .gt_group_heading { #qxcqloitki .gt_group_heading {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -284,7 +284,7 @@ demonstration of the functions.</p>
text-align: left; text-align: left;
} }
#ixntfrihfd .gt_empty_group_heading { #qxcqloitki .gt_empty_group_heading {
padding: 0.5px; padding: 0.5px;
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
@ -299,15 +299,15 @@ demonstration of the functions.</p>
vertical-align: middle; vertical-align: middle;
} }
#ixntfrihfd .gt_from_md > :first-child { #qxcqloitki .gt_from_md > :first-child {
margin-top: 0; margin-top: 0;
} }
#ixntfrihfd .gt_from_md > :last-child { #qxcqloitki .gt_from_md > :last-child {
margin-bottom: 0; margin-bottom: 0;
} }
#ixntfrihfd .gt_row { #qxcqloitki .gt_row {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -326,7 +326,7 @@ demonstration of the functions.</p>
overflow-x: hidden; overflow-x: hidden;
} }
#ixntfrihfd .gt_stub { #qxcqloitki .gt_stub {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -339,7 +339,7 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#ixntfrihfd .gt_stub_row_group { #qxcqloitki .gt_stub_row_group {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -353,15 +353,15 @@ demonstration of the functions.</p>
vertical-align: top; vertical-align: top;
} }
#ixntfrihfd .gt_row_group_first td { #qxcqloitki .gt_row_group_first td {
border-top-width: 2px; border-top-width: 2px;
} }
#ixntfrihfd .gt_row_group_first th { #qxcqloitki .gt_row_group_first th {
border-top-width: 2px; border-top-width: 2px;
} }
#ixntfrihfd .gt_summary_row { #qxcqloitki .gt_summary_row {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
text-transform: inherit; text-transform: inherit;
@ -371,16 +371,16 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#ixntfrihfd .gt_first_summary_row { #qxcqloitki .gt_first_summary_row {
border-top-style: solid; border-top-style: solid;
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
} }
#ixntfrihfd .gt_first_summary_row.thick { #qxcqloitki .gt_first_summary_row.thick {
border-top-width: 2px; border-top-width: 2px;
} }
#ixntfrihfd .gt_last_summary_row { #qxcqloitki .gt_last_summary_row {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -390,7 +390,7 @@ demonstration of the functions.</p>
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#ixntfrihfd .gt_grand_summary_row { #qxcqloitki .gt_grand_summary_row {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
text-transform: inherit; text-transform: inherit;
@ -400,7 +400,7 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#ixntfrihfd .gt_first_grand_summary_row { #qxcqloitki .gt_first_grand_summary_row {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -410,7 +410,7 @@ demonstration of the functions.</p>
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
} }
#ixntfrihfd .gt_last_grand_summary_row_top { #qxcqloitki .gt_last_grand_summary_row_top {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -420,11 +420,11 @@ demonstration of the functions.</p>
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#ixntfrihfd .gt_striped { #qxcqloitki .gt_striped {
background-color: rgba(128, 128, 128, 0.05); background-color: rgba(128, 128, 128, 0.05);
} }
#ixntfrihfd .gt_table_body { #qxcqloitki .gt_table_body {
border-top-style: solid; border-top-style: solid;
border-top-width: 2px; border-top-width: 2px;
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
@ -433,7 +433,7 @@ demonstration of the functions.</p>
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#ixntfrihfd .gt_footnotes { #qxcqloitki .gt_footnotes {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
border-bottom-style: none; border-bottom-style: none;
@ -447,7 +447,7 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#ixntfrihfd .gt_footnote { #qxcqloitki .gt_footnote {
margin: 0px; margin: 0px;
font-size: 90%; font-size: 90%;
padding-top: 4px; padding-top: 4px;
@ -456,7 +456,7 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#ixntfrihfd .gt_sourcenotes { #qxcqloitki .gt_sourcenotes {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
border-bottom-style: none; border-bottom-style: none;
@ -470,7 +470,7 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#ixntfrihfd .gt_sourcenote { #qxcqloitki .gt_sourcenote {
font-size: 90%; font-size: 90%;
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
@ -478,63 +478,63 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#ixntfrihfd .gt_left { #qxcqloitki .gt_left {
text-align: left; text-align: left;
} }
#ixntfrihfd .gt_center { #qxcqloitki .gt_center {
text-align: center; text-align: center;
} }
#ixntfrihfd .gt_right { #qxcqloitki .gt_right {
text-align: right; text-align: right;
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
} }
#ixntfrihfd .gt_font_normal { #qxcqloitki .gt_font_normal {
font-weight: normal; font-weight: normal;
} }
#ixntfrihfd .gt_font_bold { #qxcqloitki .gt_font_bold {
font-weight: bold; font-weight: bold;
} }
#ixntfrihfd .gt_font_italic { #qxcqloitki .gt_font_italic {
font-style: italic; font-style: italic;
} }
#ixntfrihfd .gt_super { #qxcqloitki .gt_super {
font-size: 65%; font-size: 65%;
} }
#ixntfrihfd .gt_footnote_marks { #qxcqloitki .gt_footnote_marks {
font-size: 75%; font-size: 75%;
vertical-align: 0.4em; vertical-align: 0.4em;
position: initial; position: initial;
} }
#ixntfrihfd .gt_asterisk { #qxcqloitki .gt_asterisk {
font-size: 100%; font-size: 100%;
vertical-align: 0; vertical-align: 0;
} }
#ixntfrihfd .gt_indent_1 { #qxcqloitki .gt_indent_1 {
text-indent: 5px; text-indent: 5px;
} }
#ixntfrihfd .gt_indent_2 { #qxcqloitki .gt_indent_2 {
text-indent: 10px; text-indent: 10px;
} }
#ixntfrihfd .gt_indent_3 { #qxcqloitki .gt_indent_3 {
text-indent: 15px; text-indent: 15px;
} }
#ixntfrihfd .gt_indent_4 { #qxcqloitki .gt_indent_4 {
text-indent: 20px; text-indent: 20px;
} }
#ixntfrihfd .gt_indent_5 { #qxcqloitki .gt_indent_5 {
text-indent: 25px; text-indent: 25px;
} }
</style> </style>
@ -1001,23 +1001,23 @@ demonstration of the functions.</p>
</div> </div>
<div class="sourceCode" id="cb3"><pre class="downlit sourceCode r"> <div class="sourceCode" id="cb3"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="va">redcapcast_meta</span> <span class="op">|&gt;</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> <code class="sourceCode R"><span><span class="va">redcapcast_meta</span> <span class="op">|&gt;</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="gzbgzhlwxt" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;"> <div id="pypocyddvh" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
<style>#gzbgzhlwxt table { <style>#pypocyddvh table {
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; 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; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
#gzbgzhlwxt thead, #gzbgzhlwxt tbody, #gzbgzhlwxt tfoot, #gzbgzhlwxt tr, #gzbgzhlwxt td, #gzbgzhlwxt th { #pypocyddvh thead, #pypocyddvh tbody, #pypocyddvh tfoot, #pypocyddvh tr, #pypocyddvh td, #pypocyddvh th {
border-style: none; border-style: none;
} }
#gzbgzhlwxt p { #pypocyddvh p {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#gzbgzhlwxt .gt_table { #pypocyddvh .gt_table {
display: table; display: table;
border-collapse: collapse; border-collapse: collapse;
line-height: normal; line-height: normal;
@ -1043,12 +1043,12 @@ demonstration of the functions.</p>
border-left-color: #D3D3D3; border-left-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_caption { #pypocyddvh .gt_caption {
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
} }
#gzbgzhlwxt .gt_title { #pypocyddvh .gt_title {
color: #333333; color: #333333;
font-size: 125%; font-size: 125%;
font-weight: initial; font-weight: initial;
@ -1060,7 +1060,7 @@ demonstration of the functions.</p>
border-bottom-width: 0; border-bottom-width: 0;
} }
#gzbgzhlwxt .gt_subtitle { #pypocyddvh .gt_subtitle {
color: #333333; color: #333333;
font-size: 85%; font-size: 85%;
font-weight: initial; font-weight: initial;
@ -1072,7 +1072,7 @@ demonstration of the functions.</p>
border-top-width: 0; border-top-width: 0;
} }
#gzbgzhlwxt .gt_heading { #pypocyddvh .gt_heading {
background-color: #FFFFFF; background-color: #FFFFFF;
text-align: center; text-align: center;
border-bottom-color: #FFFFFF; border-bottom-color: #FFFFFF;
@ -1084,13 +1084,13 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_bottom_border { #pypocyddvh .gt_bottom_border {
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 2px; border-bottom-width: 2px;
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_col_headings { #pypocyddvh .gt_col_headings {
border-top-style: solid; border-top-style: solid;
border-top-width: 2px; border-top-width: 2px;
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
@ -1105,7 +1105,7 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_col_heading { #pypocyddvh .gt_col_heading {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -1125,7 +1125,7 @@ demonstration of the functions.</p>
overflow-x: hidden; overflow-x: hidden;
} }
#gzbgzhlwxt .gt_column_spanner_outer { #pypocyddvh .gt_column_spanner_outer {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -1137,15 +1137,15 @@ demonstration of the functions.</p>
padding-right: 4px; padding-right: 4px;
} }
#gzbgzhlwxt .gt_column_spanner_outer:first-child { #pypocyddvh .gt_column_spanner_outer:first-child {
padding-left: 0; padding-left: 0;
} }
#gzbgzhlwxt .gt_column_spanner_outer:last-child { #pypocyddvh .gt_column_spanner_outer:last-child {
padding-right: 0; padding-right: 0;
} }
#gzbgzhlwxt .gt_column_spanner { #pypocyddvh .gt_column_spanner {
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 2px; border-bottom-width: 2px;
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
@ -1157,11 +1157,11 @@ demonstration of the functions.</p>
width: 100%; width: 100%;
} }
#gzbgzhlwxt .gt_spanner_row { #pypocyddvh .gt_spanner_row {
border-bottom-style: hidden; border-bottom-style: hidden;
} }
#gzbgzhlwxt .gt_group_heading { #pypocyddvh .gt_group_heading {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -1187,7 +1187,7 @@ demonstration of the functions.</p>
text-align: left; text-align: left;
} }
#gzbgzhlwxt .gt_empty_group_heading { #pypocyddvh .gt_empty_group_heading {
padding: 0.5px; padding: 0.5px;
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
@ -1202,15 +1202,15 @@ demonstration of the functions.</p>
vertical-align: middle; vertical-align: middle;
} }
#gzbgzhlwxt .gt_from_md > :first-child { #pypocyddvh .gt_from_md > :first-child {
margin-top: 0; margin-top: 0;
} }
#gzbgzhlwxt .gt_from_md > :last-child { #pypocyddvh .gt_from_md > :last-child {
margin-bottom: 0; margin-bottom: 0;
} }
#gzbgzhlwxt .gt_row { #pypocyddvh .gt_row {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -1229,7 +1229,7 @@ demonstration of the functions.</p>
overflow-x: hidden; overflow-x: hidden;
} }
#gzbgzhlwxt .gt_stub { #pypocyddvh .gt_stub {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -1242,7 +1242,7 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#gzbgzhlwxt .gt_stub_row_group { #pypocyddvh .gt_stub_row_group {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
font-size: 100%; font-size: 100%;
@ -1256,15 +1256,15 @@ demonstration of the functions.</p>
vertical-align: top; vertical-align: top;
} }
#gzbgzhlwxt .gt_row_group_first td { #pypocyddvh .gt_row_group_first td {
border-top-width: 2px; border-top-width: 2px;
} }
#gzbgzhlwxt .gt_row_group_first th { #pypocyddvh .gt_row_group_first th {
border-top-width: 2px; border-top-width: 2px;
} }
#gzbgzhlwxt .gt_summary_row { #pypocyddvh .gt_summary_row {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
text-transform: inherit; text-transform: inherit;
@ -1274,16 +1274,16 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#gzbgzhlwxt .gt_first_summary_row { #pypocyddvh .gt_first_summary_row {
border-top-style: solid; border-top-style: solid;
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_first_summary_row.thick { #pypocyddvh .gt_first_summary_row.thick {
border-top-width: 2px; border-top-width: 2px;
} }
#gzbgzhlwxt .gt_last_summary_row { #pypocyddvh .gt_last_summary_row {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -1293,7 +1293,7 @@ demonstration of the functions.</p>
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_grand_summary_row { #pypocyddvh .gt_grand_summary_row {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
text-transform: inherit; text-transform: inherit;
@ -1303,7 +1303,7 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#gzbgzhlwxt .gt_first_grand_summary_row { #pypocyddvh .gt_first_grand_summary_row {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -1313,7 +1313,7 @@ demonstration of the functions.</p>
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_last_grand_summary_row_top { #pypocyddvh .gt_last_grand_summary_row_top {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
padding-left: 5px; padding-left: 5px;
@ -1323,11 +1323,11 @@ demonstration of the functions.</p>
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_striped { #pypocyddvh .gt_striped {
background-color: rgba(128, 128, 128, 0.05); background-color: rgba(128, 128, 128, 0.05);
} }
#gzbgzhlwxt .gt_table_body { #pypocyddvh .gt_table_body {
border-top-style: solid; border-top-style: solid;
border-top-width: 2px; border-top-width: 2px;
border-top-color: #D3D3D3; border-top-color: #D3D3D3;
@ -1336,7 +1336,7 @@ demonstration of the functions.</p>
border-bottom-color: #D3D3D3; border-bottom-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_footnotes { #pypocyddvh .gt_footnotes {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
border-bottom-style: none; border-bottom-style: none;
@ -1350,7 +1350,7 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_footnote { #pypocyddvh .gt_footnote {
margin: 0px; margin: 0px;
font-size: 90%; font-size: 90%;
padding-top: 4px; padding-top: 4px;
@ -1359,7 +1359,7 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#gzbgzhlwxt .gt_sourcenotes { #pypocyddvh .gt_sourcenotes {
color: #333333; color: #333333;
background-color: #FFFFFF; background-color: #FFFFFF;
border-bottom-style: none; border-bottom-style: none;
@ -1373,7 +1373,7 @@ demonstration of the functions.</p>
border-right-color: #D3D3D3; border-right-color: #D3D3D3;
} }
#gzbgzhlwxt .gt_sourcenote { #pypocyddvh .gt_sourcenote {
font-size: 90%; font-size: 90%;
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
@ -1381,63 +1381,63 @@ demonstration of the functions.</p>
padding-right: 5px; padding-right: 5px;
} }
#gzbgzhlwxt .gt_left { #pypocyddvh .gt_left {
text-align: left; text-align: left;
} }
#gzbgzhlwxt .gt_center { #pypocyddvh .gt_center {
text-align: center; text-align: center;
} }
#gzbgzhlwxt .gt_right { #pypocyddvh .gt_right {
text-align: right; text-align: right;
font-variant-numeric: tabular-nums; font-variant-numeric: tabular-nums;
} }
#gzbgzhlwxt .gt_font_normal { #pypocyddvh .gt_font_normal {
font-weight: normal; font-weight: normal;
} }
#gzbgzhlwxt .gt_font_bold { #pypocyddvh .gt_font_bold {
font-weight: bold; font-weight: bold;
} }
#gzbgzhlwxt .gt_font_italic { #pypocyddvh .gt_font_italic {
font-style: italic; font-style: italic;
} }
#gzbgzhlwxt .gt_super { #pypocyddvh .gt_super {
font-size: 65%; font-size: 65%;
} }
#gzbgzhlwxt .gt_footnote_marks { #pypocyddvh .gt_footnote_marks {
font-size: 75%; font-size: 75%;
vertical-align: 0.4em; vertical-align: 0.4em;
position: initial; position: initial;
} }
#gzbgzhlwxt .gt_asterisk { #pypocyddvh .gt_asterisk {
font-size: 100%; font-size: 100%;
vertical-align: 0; vertical-align: 0;
} }
#gzbgzhlwxt .gt_indent_1 { #pypocyddvh .gt_indent_1 {
text-indent: 5px; text-indent: 5px;
} }
#gzbgzhlwxt .gt_indent_2 { #pypocyddvh .gt_indent_2 {
text-indent: 10px; text-indent: 10px;
} }
#gzbgzhlwxt .gt_indent_3 { #pypocyddvh .gt_indent_3 {
text-indent: 15px; text-indent: 15px;
} }
#gzbgzhlwxt .gt_indent_4 { #pypocyddvh .gt_indent_4 {
text-indent: 20px; text-indent: 20px;
} }
#gzbgzhlwxt .gt_indent_5 { #pypocyddvh .gt_indent_5 {
text-indent: 25px; text-indent: 25px;
} }
</style> </style>

View File

@ -135,6 +135,7 @@
</main><aside class="col-md-3"><div class="links"> </main><aside class="col-md-3"><div class="links">
<h2 data-toc-skip>Links</h2> <h2 data-toc-skip>Links</h2>
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><a href="https://cloud.r-project.org/package=REDCapCAST" class="external-link">View on CRAN</a></li>
<li><a href="https://github.com/agdamsbo/REDCapCAST/" class="external-link">Browse source code</a></li> <li><a href="https://github.com/agdamsbo/REDCapCAST/" class="external-link">Browse source code</a></li>
<li><a href="https://github.com/agdamsbo/REDCapCAST/issues" class="external-link">Report a bug</a></li> <li><a href="https://github.com/agdamsbo/REDCapCAST/issues" class="external-link">Report a bug</a></li>
</ul> </ul>
@ -167,9 +168,13 @@
<div class="dev-status"> <div class="dev-status">
<h2 data-toc-skip>Dev status</h2> <h2 data-toc-skip>Dev status</h2>
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><a href="https://github.com/agdamsbo/REDCapCAST" class="external-link"><img src="https://img.shields.io/github/r-package/v/agdamsbo/REDCapCAST" alt="GitHub R package version"></a></li>
<li><a href="https://CRAN.R-project.org/package=REDCapCAST" class="external-link"><img src="https://img.shields.io/cran/v/REDCapCAST" alt="CRAN/METACRAN"></a></li>
<li><a href="https://doi.org/10.5281/zenodo.8013985" class="external-link"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.8013985.svg" alt="DOI"></a></li>
<li><a href="https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml" class="external-link"><img src="https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml/badge.svg" alt="R-CMD-check"></a></li> <li><a href="https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml" class="external-link"><img src="https://github.com/agdamsbo/REDCapCAST/actions/workflows/R-CMD-check.yaml/badge.svg" alt="R-CMD-check"></a></li>
<li><a href="https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment" class="external-link"><img src="https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment/badge.svg" alt="Page deployed"></a></li> <li><a href="https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment" class="external-link"><img src="https://github.com/agdamsbo/REDCapCAST/actions/workflows/pages/pages-build-deployment/badge.svg" alt="Page deployed"></a></li>
<li><a href="https://app.codecov.io/gh/agdamsbo/REDCapCAST?branch=master" class="external-link"><img src="https://codecov.io/gh/agdamsbo/REDCapCAST/branch/master/graph/badge.svg" alt="Codecov test coverage"></a></li> <li><a href="https://app.codecov.io/gh/agdamsbo/REDCapCAST?branch=master" class="external-link"><img src="https://codecov.io/gh/agdamsbo/REDCapCAST/branch/master/graph/badge.svg" alt="Codecov test coverage"></a></li>
<li><a href="https://cran.r-project.org/package=REDCapCAST" class="external-link"><img src="https://cranlogs.r-pkg.org/badges/grand-total/REDCapCAST" alt="CRAN downloads"></a></li>
<li><a href="https://lifecycle.r-lib.org/articles/stages.html" class="external-link"><img src="https://img.shields.io/badge/lifecycle-experimental-orange.svg" alt="Lifecycle: experimental"></a></li> <li><a href="https://lifecycle.r-lib.org/articles/stages.html" class="external-link"><img src="https://img.shields.io/badge/lifecycle-experimental-orange.svg" alt="Lifecycle: experimental"></a></li>
</ul> </ul>
</div> </div>

View File

@ -51,7 +51,7 @@
</div> </div>
<div class="section level2"> <div class="section level2">
<h2 class="pkg-version" data-toc-text="23.6.1" id="redcapcast-2361">REDCapCAST 23.6.1<a class="anchor" aria-label="anchor" href="#redcapcast-2361"></a></h2> <h2 class="pkg-version" data-toc-text="23.6.1" id="redcapcast-2361">REDCapCAST 23.6.1<a class="anchor" aria-label="anchor" href="#redcapcast-2361"></a></h2><p class="text-muted">CRAN release: 2023-06-06</p>
<div class="section level4"> <div class="section level4">
<h4 id="documentation-23-6-1">Documentation:<a class="anchor" aria-label="anchor" href="#documentation-23-6-1"></a></h4> <h4 id="documentation-23-6-1">Documentation:<a class="anchor" aria-label="anchor" href="#documentation-23-6-1"></a></h4>
<ul><li>Updated description.</li> <ul><li>Updated description.</li>

View File

@ -3,5 +3,5 @@ pkgdown: 2.0.7
pkgdown_sha: ~ pkgdown_sha: ~
articles: articles:
Introduction: Introduction.html Introduction: Introduction.html
last_built: 2023-06-05T06:39Z last_built: 2023-06-07T12:06Z

File diff suppressed because one or more lines are too long