From 0662c9dfc3f97e5cb561dda889a177630042298d Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Tue, 23 Jul 2019 11:18:40 -0700 Subject: [PATCH] Fix bug where if you run tests without first installing the package, tests fail. --- R/zzz.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/zzz.R b/R/zzz.R index dee42b0..8f625bd 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -4,7 +4,7 @@ # it's in the inst folder which won't be present if the package was actually # loaded from the R library). Thus with morePaths we make sure it loads up the # jar in this situation. - .jpackage(pkgname, lib.loc=libname, morePaths="inst/java/largeRCRF-1.0-SNAPSHOT.jar") + .jpackage(pkgname, lib.loc=libname, morePaths="inst/java/largeRCRF-library-1.0-SNAPSHOT.jar") }