down numbering to trying to solve issue for now

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-25 10:04:00 +01:00
parent eab88d562a
commit c6cbb4abc8
No known key found for this signature in database
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Package: REDCapCAST Package: REDCapCAST
Title: REDCap Metadata Casting and Castellated Data Handling Title: REDCap Metadata Casting and Castellated Data Handling
Version: 24.11.3 Version: 24.11.2
Authors@R: c( Authors@R: c(
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk",
role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")), role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")),

View File

@ -0,0 +1,10 @@
name: redcapcast
title:
username: agdamsbo
account: agdamsbo
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11351429
bundleId: 9412311
url: https://agdamsbo.shinyapps.io/redcapcast/
version: 1

View File

@ -8,7 +8,6 @@ library(dplyr)
library(devtools) library(devtools)
if (!requireNamespace("REDCapCAST")) { if (!requireNamespace("REDCapCAST")) {
devtools::install_github("agdamsbo/REDCapCAST", quiet = TRUE, upgrade = "never") devtools::install_github("agdamsbo/REDCapCAST", quiet = TRUE, upgrade = "never")
# install.packages("REDCapCAST")
} }
library(REDCapCAST) library(REDCapCAST)