After successfully dealing with issue #1, a bunch of error are thrown:
Warning in structure(x, class = unique(c("AsIs", oldClass(x)))) :
Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes.
Consider 'structure(list(), *)' instead.
Warning: Error in [[: attempt to select less than one element in get1index
Stack trace (innermost first):
79: renderUI [/home/fabusard/git/KaphiShiny/app.R#352]
78: func
77: origRenderFunc
76: output$Constant CoalescentPriorNe.tauDistributionParameters
1: runApp
Warning in if (!is.na(attribValue)) { :
the condition has length > 1 and only the first element will be used
Warning in charToRaw(enc2utf8(text)) :
argument should be a character vector of length 1
all but the first element will be ignored
Warning in if (!is.na(attribValue)) { :
the condition has length > 1 and only the first element will be used
Warning in charToRaw(enc2utf8(text)) :
argument should be a character vector of length 1
all but the first element will be ignored
I am posting this right after fixing issue #1 so I will clean up the code and see where that gets me.