You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that returns a list of the different versions of the jar file. The next line has
as.numeric(gsub("(.*)/.*", "\\1", selJAR))
Which assumes the list returned earlier was completely numeric. But the latest version has the string "beta" in it, so the conversion to numeric throws a warning.