Skip to content

Commit

Permalink
first pkgdown site working
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Jul 6, 2024
1 parent a5e57a3 commit ff05b4e
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ make_ts_name <- function(type, id) {
desc <- utils::packageDescription(pkgname, libname)
packageStartupMessage(
"Version: ", desc$Version, "\n",
"Author: ", "John Paul Helveston (George Washington University)", "\n\n",
"Author: ", "John Paul Helveston, Pingfan Hu, Bogdan Bunea (George Washington University)", "\n\n",
"Consider submitting praise at\n",
"https://github.com/jhelvy/surveydown/issues/41.\n\n",
"Please cite our package in your publications, see:\ncitation(\"surveydown\")"
Expand Down
Binary file removed images/01_mc_question.jpg
Binary file not shown.
Binary file removed images/02_mc_question_other.jpg
Binary file not shown.
31 changes: 16 additions & 15 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,26 @@ navbar:
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Basic Usage"
href: articles/template.html
- text: "Articles"
menu:
- text: "Template"
href: articles/template.html
- text: "Overview"
href: articles/1_overview.html
- text: "Question types"
href: articles/2_question_types.html
- text: "Formatting options"
href: articles/3_formatting_options.html
- text: "Database setup"
href: articles/4_database_setup.html
- text: "Changelog"
href: news/index.html

reference:
- title: "Viewing Results"
desc: "Functions for viewing the results of estimated models."
- title: "Package Functions"
desc: "All the functions exported by the surveydown package."
contents:
- summary.surveydown
- coef.surveydown
- se.surveydown
- se
- logLik.surveydown
- vcov.surveydown
- fitted.surveydown
- residuals.surveydown
- statusCodes
- sd_setup
- sd_question
- sd_next
- sd_config
- sd_database
- sd_server
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit ff05b4e

Please sign in to comment.