mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
error hunting
This commit is contained in:
parent
9aefd95a05
commit
c378b2570b
4 changed files with 23 additions and 18 deletions
|
@ -0,0 +1,10 @@
|
|||
name: freesearcheR
|
||||
title:
|
||||
username: agdamsbo
|
||||
account: agdamsbo
|
||||
server: shinyapps.io
|
||||
hostUrl: https://api.shinyapps.io/v1
|
||||
appId: 13611073
|
||||
bundleId: 9533439
|
||||
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
||||
version: 1
|
|
@ -11,7 +11,7 @@ library(gt)
|
|||
library(openxlsx2)
|
||||
library(haven)
|
||||
library(readODS)
|
||||
library(shiny)
|
||||
require(shiny)
|
||||
library(bslib)
|
||||
library(assertthat)
|
||||
library(dplyr)
|
||||
|
@ -26,6 +26,8 @@ library(DHARMa)
|
|||
library(datamods)
|
||||
library(toastui)
|
||||
library(IDEAFilter)
|
||||
library(shinyWidgets)
|
||||
library(DT)
|
||||
# if (!requireNamespace("webResearch")) {
|
||||
# devtools::install_github("agdamsbo/webResearch", quiet = TRUE, upgrade = "never")
|
||||
# }
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
library(shiny)
|
||||
library(bslib)
|
||||
library(datamods)
|
||||
library(shinyWidgets)
|
||||
library(DT)
|
||||
requireNamespace("gt")
|
||||
|
||||
# ns <- NS(id)
|
||||
|
||||
ui_elements <- list(
|
||||
|
|
20
renv.lock
20
renv.lock
|
@ -366,7 +366,7 @@
|
|||
},
|
||||
"ape": {
|
||||
"Package": "ape",
|
||||
"Version": "5.8",
|
||||
"Version": "5.8-1",
|
||||
"Source": "Repository",
|
||||
"Repository": "CRAN",
|
||||
"Requirements": [
|
||||
|
@ -381,7 +381,7 @@
|
|||
"stats",
|
||||
"utils"
|
||||
],
|
||||
"Hash": "16b5ff4dff0ead9ea955f62f794b1535"
|
||||
"Hash": "54e5b03e928da23e75dc5bb633648d27"
|
||||
},
|
||||
"askpass": {
|
||||
"Package": "askpass",
|
||||
|
@ -1021,7 +1021,7 @@
|
|||
},
|
||||
"emmeans": {
|
||||
"Package": "emmeans",
|
||||
"Version": "1.10.5",
|
||||
"Version": "1.10.6",
|
||||
"Source": "Repository",
|
||||
"Repository": "CRAN",
|
||||
"Requirements": [
|
||||
|
@ -1034,7 +1034,7 @@
|
|||
"stats",
|
||||
"utils"
|
||||
],
|
||||
"Hash": "5c42da2936ccaa3802b4893a65553dc4"
|
||||
"Hash": "6b0c6fcbdbefe525d2ee713f95880f90"
|
||||
},
|
||||
"estimability": {
|
||||
"Package": "estimability",
|
||||
|
@ -2050,13 +2050,13 @@
|
|||
},
|
||||
"openssl": {
|
||||
"Package": "openssl",
|
||||
"Version": "2.2.2",
|
||||
"Version": "2.3.0",
|
||||
"Source": "Repository",
|
||||
"Repository": "CRAN",
|
||||
"Requirements": [
|
||||
"askpass"
|
||||
],
|
||||
"Hash": "d413e0fef796c9401a4419485f709ca1"
|
||||
"Hash": "5bfe2927efa9f87766ca9605301ea48f"
|
||||
},
|
||||
"openxlsx2": {
|
||||
"Package": "openxlsx2",
|
||||
|
@ -2785,7 +2785,7 @@
|
|||
},
|
||||
"shiny": {
|
||||
"Package": "shiny",
|
||||
"Version": "1.9.1",
|
||||
"Version": "1.10.0",
|
||||
"Source": "Repository",
|
||||
"Repository": "CRAN",
|
||||
"Requirements": [
|
||||
|
@ -2814,7 +2814,7 @@
|
|||
"withr",
|
||||
"xtable"
|
||||
],
|
||||
"Hash": "6a293995a66e12c48d13aa1f957d09c7"
|
||||
"Hash": "4b4477baa9a939c5577e5ddb4bf01f28"
|
||||
},
|
||||
"shinyTime": {
|
||||
"Package": "shinyTime",
|
||||
|
@ -2916,10 +2916,10 @@
|
|||
},
|
||||
"sodium": {
|
||||
"Package": "sodium",
|
||||
"Version": "1.3.2",
|
||||
"Version": "1.4.0",
|
||||
"Source": "Repository",
|
||||
"Repository": "CRAN",
|
||||
"Hash": "869b09ca565ecaa9efc62534ebfa3efd"
|
||||
"Hash": "ae00d33a499e429a04409bc1167c4995"
|
||||
},
|
||||
"sourcetools": {
|
||||
"Package": "sourcetools",
|
||||
|
|
Loading…
Add table
Reference in a new issue