I read the documentation of RH2 on CRAN but when I'm trying to connect to my H2 database I get this error:
> library(RH2)
Loading required package: chron
Loading required package: RJDBC
Loading required package: DBI
Loading required package: rJava
> con <- dbConnect(H2(), "jdbc:h2:mem:test")
Error in .local(drv, ...) : could not find function ".verify.JDBC.result"
WHere I'm wrong?