Skip to content

Commit

Permalink
Updated with jdtdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtrat committed Aug 11, 2021
1 parent f075448 commit 40fc84d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to shinysurveys

Howdy :wave:! Thanks for your interest in making {shinysurveys} better! The guidelines below outline how to propose a change to shinysurveys. They are based on (i.e. the same as) the `tidyverse` contribution guidelines. If you have any additional questions, please [open an issue](https://github.com/jdtrat/shinysurveys/issues) or send me a [message on Twitter](https://twitter.com/jdtrat).
Howdy :wave:! Thanks for your interest in making shinysurveys better! The guidelines below outline how to propose a change to shinysurveys. They are based on (i.e. the same as) the `tidyverse` contribution guidelines. If you have any additional questions, please [open an issue](https://github.com/jdtrat/shinysurveys/issues) or send me a [message on Twitter](https://twitter.com/jdtrat).

## Fixing typos

Expand Down
20 changes: 8 additions & 12 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ development:

home:
strip_header: true

links:
- text: Learn more
href: ""

# structure of website themed with jdtdown
# based on structure of jdtdown
Expand All @@ -40,12 +42,16 @@ navbar:
right: [reference, news, github]
components:
home:
articles:
text: Articles
menu:
- text: "No Article"
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/jdtrat/ghee
href: https://github.com/jdtrat/shinysurveys
news:
text: News
menu:
Expand All @@ -56,15 +62,6 @@ navbar:
- text: "shinysurveys 0.2.0"
href: https://www.jdtrat.com/blog/shinysurveys-0-2-0/

articles:
- title: Vignettes
navbar: ~
contents:
- surveying-shinysurveys
- custom-input-extensions
- get-survey-data


reference:
- title: "Creating a Basic Shiny Survey"
desc: >
Expand Down Expand Up @@ -95,4 +92,3 @@ reference:
- demo_survey
- demo_survey_multipage
- teaching_r_questions

5 changes: 3 additions & 2 deletions vignettes/shinysurveys.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "shinysurveys"
title: "Learn shinysurveys"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{shinysurveys}
%\VignetteIndexEntry{Learn shinysurveys}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand All @@ -14,6 +14,7 @@ knitr::opts_chunk$set(
)
```


# Introduction

{shinysurveys} provides easy-to-use, minimalistic code for creating and deploying surveys in R. It extends the {shiny} package and converts a table of questions into an interactive web-based application. Administering surveys with this package allows users to combine the computational tools of R with the interactivity of web applications. This helps bridge the gap between data collection and data analysis.
Expand Down

0 comments on commit 40fc84d

Please sign in to comment.