Skip to content

Commit

Permalink
adding shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumble1 committed Oct 25, 2024
1 parent 3d5b394 commit b3dfc25
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 6 deletions.
1 change: 1 addition & 0 deletions Examples of summarising multiple responses from ODK.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ output: html_document
knitr::opts_chunk$set(echo = TRUE)
library(tidyverse)
library(openxlsx)
library(shiny)
```

## Overview
Expand Down
116 changes: 110 additions & 6 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"MASS": {
"Package": "MASS",
"Version": "7.3-61",
"Version": "7.3-60.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -33,11 +33,11 @@
"stats",
"utils"
],
"Hash": "0cafd6f0500e5deba33be22c46bf6055"
"Hash": "2f342c46163b0b54d7b64d1f798e2c78"
},
"Matrix": {
"Package": "Matrix",
"Version": "1.7-1",
"Version": "1.7-0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -50,7 +50,7 @@
"stats",
"utils"
],
"Hash": "5122bb14d8736372411f955e1b16bc8a"
"Hash": "1920b2f11133b12350024297d8a4ff4a"
},
"R6": {
"Package": "R6",
Expand Down Expand Up @@ -262,6 +262,13 @@
],
"Hash": "d954cb1c57e8d8b756165d7ba18aa55a"
},
"commonmark": {
"Package": "commonmark",
"Version": "1.9.2",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "14eb0596f987c71535d07c3aff814742"
},
"conflicted": {
"Package": "conflicted",
"Version": "1.2.0",
Expand Down Expand Up @@ -674,6 +681,21 @@
],
"Hash": "81d371a9cc60640e74e4ab6ac46dcedc"
},
"httpuv": {
"Package": "httpuv",
"Version": "1.6.15",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R6",
"Rcpp",
"later",
"promises",
"utils"
],
"Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0"
},
"httr": {
"Package": "httr",
"Version": "1.4.7",
Expand Down Expand Up @@ -758,6 +780,17 @@
],
"Hash": "b64ec208ac5bc1852b285f665d6368b3"
},
"later": {
"Package": "later",
"Version": "1.3.2",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"Rcpp",
"rlang"
],
"Hash": "a3e051d405326b8b0012377434c62b37"
},
"lattice": {
"Package": "lattice",
"Version": "0.22-6",
Expand Down Expand Up @@ -878,7 +911,7 @@
},
"nlme": {
"Package": "nlme",
"Version": "3.1-166",
"Version": "3.1-164",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -888,7 +921,7 @@
"stats",
"utils"
],
"Hash": "ccbb8846be320b627e6aa2b4616a2ded"
"Hash": "a623a2239e642806158bc4dc3f51565d"
},
"openssl": {
"Package": "openssl",
Expand Down Expand Up @@ -981,6 +1014,22 @@
],
"Hash": "f4625e061cb2865f111b47ff163a5ca6"
},
"promises": {
"Package": "promises",
"Version": "1.3.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R6",
"Rcpp",
"fastmap",
"later",
"magrittr",
"rlang",
"stats"
],
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
},
"ps": {
"Package": "ps",
"Version": "1.8.0",
Expand Down Expand Up @@ -1222,6 +1271,49 @@
],
"Hash": "3838071b66e0c566d55cc26bd6e27bf4"
},
"shiny": {
"Package": "shiny",
"Version": "1.9.1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"R6",
"bslib",
"cachem",
"commonmark",
"crayon",
"fastmap",
"fontawesome",
"glue",
"grDevices",
"htmltools",
"httpuv",
"jsonlite",
"later",
"lifecycle",
"methods",
"mime",
"promises",
"rlang",
"sourcetools",
"tools",
"utils",
"withr",
"xtable"
],
"Hash": "6a293995a66e12c48d13aa1f957d09c7"
},
"sourcetools": {
"Package": "sourcetools",
"Version": "0.1.7-1",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R"
],
"Hash": "5f5a7629f956619d519205ec475fe647"
},
"stringi": {
"Package": "stringi",
"Version": "1.8.4",
Expand Down Expand Up @@ -1522,6 +1614,18 @@
],
"Hash": "1d0336142f4cd25d8d23cd3ba7a8fb61"
},
"xtable": {
"Package": "xtable",
"Version": "1.8-4",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"R",
"stats",
"utils"
],
"Hash": "b8acdf8af494d9ec19ccb2481a9b11c2"
},
"yaml": {
"Package": "yaml",
"Version": "2.3.10",
Expand Down

0 comments on commit b3dfc25

Please sign in to comment.