Skip to content

Commit 927b594

Browse files
committed
pkgdown update
- add Wiley Lab Logo - add theme - right align header - modify readme - version bump - change license ownership
1 parent d5a1975 commit 927b594

26 files changed

+145
-111
lines changed

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Package: shinyREDCap
22
Title: shinyREDCap: Access REDCap Instruments through R Shiny
3-
Version: 0.0.2.9001
4-
Authors@R: person('David', 'Mayer', email = 'david.mayer@cuanschutz.edu', role = c('cre', 'aut'))
3+
Version: 0.0.2.9002
4+
Authors@R: c(
5+
person('David', 'Mayer', email = 'david.mayer@cuanschutz.edu', role = c('cre', 'aut')),
6+
person(given = "The Wiley Lab", role = c("cph", "fnd"))
7+
)
58
Description: A shiny module to connect you to a REDCap project and perform a chart review from within an R Shiny Application.
69
License: MIT + file LICENSE
710
Imports:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
YEAR: 2020
2-
COPYRIGHT HOLDER: David Mayer
2+
COPYRIGHT HOLDER: The Wiley Lab

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2020 David Mayer
3+
Copyright (c) 2020 The Wiley Lab
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ knitr::opts_chunk$set(
1818
<!-- badges: start -->
1919
<!-- badges: end -->
2020

21+
## Overview
22+
2123
The goal of shinyREDCap is to allow you to interact with your REDCap Projects from within a Shiny application. REDCap instruments are translated into native Shiny controls/widgets and allow for the capture of abstracted information from within the R Shiny environment. Additionally, error prone fields such as MRN and reviewer information are populated automatically, based on user configured information, thus reducing the potential for error in abstracted information.
2224

2325

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
<!-- badges: end -->
99

10+
## Overview
11+
1012
The goal of shinyREDCap is to allow you to interact with your REDCap
1113
Projects from within a Shiny application. REDCap instruments are
1214
translated into native Shiny controls/widgets and allow for the capture

_pkgdown.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
url: shinyredcap.thewileylab.org
2-
destination: docs
2+
template:
3+
params:
4+
bootswatch: flatly
5+
home:
6+
strip_header: true
7+
links:
8+
- text: Additional WileyLab tools
9+
href: https://www.thewileylab.org/software
10+
authors:
11+
The Wiley Lab:
12+
href: https://www.thewileylab.org/
13+
html: <img src="https://raw.githubusercontent.com/thewileylab/shinyREDCap/master/man/figures/WileyLab.svg" height="24" />
14+
navbar:
15+
structure:
16+
right: [reference, github]
317
reference:
418
- title: "Package Information"
519
contents:

docs/404.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)