Fix bug where if you run tests without first installing the package, tests fail.
This commit is contained in:
parent
c36a3d8d37
commit
0662c9dfc3
1 changed files with 1 additions and 1 deletions
2
R/zzz.R
2
R/zzz.R
|
@ -4,7 +4,7 @@
|
||||||
# it's in the inst folder which won't be present if the package was actually
|
# 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
|
# loaded from the R library). Thus with morePaths we make sure it loads up the
|
||||||
# jar in this situation.
|
# 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")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue