mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue