Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Fix name to change rxode2random
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jan 26, 2024
1 parent 9f1fdc5 commit 1f6003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzzz.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.rxode2parseVersion <- utils::packageVersion("rxode2parse")
.onLoad <- function(libname, pkgname) {
if (!identical(.rxode2parseVersion, utils::packageVersion("rxode2parse"))) {
stop("rxode2 compiled with rxode2parse '", as.character(.rxode2parseVersion),
stop("rxode2random compiled with rxode2parse '", as.character(.rxode2parseVersion),
"' but rxode2parse '", as.character(utils::packageVersion("rxode2parse")),
"' is loaded\nRecompile rxode2 with the this version of rxode2parse",
call. = FALSE
Expand Down

0 comments on commit 1f6003f

Please sign in to comment.