Skip to content

Error in glmmadmb: could not find function "paste0"

4 messages · Gabrielle Davidson, Ben Bolker, Kevin Wright

#
Gabrielle Davidson <gd339 at ...> writes:
[snip]
You have an older version of R.  I should update the glmmADMB
package to explicitly require newer versions ... but you can work
around this by defining

paste0 <- function(...) paste(...,sep="")