Skip to content
Snippets Groups Projects
Commit e1f53e8f authored by stepan's avatar stepan
Browse files

.jinit may have parameters (but they are ignored)

parent 330f1253
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ J <- function (class, method, ...)
#
#' @export
.jinit <- function ()
.jinit <- function (...)
{
# do nothing
}
......@@ -186,4 +186,4 @@ J <- function (class, method, ...)
"*** ", path, "\n",
"*** are set on LD_LIBRARY_PATH or java.library.path\n",
"********************************************************\n"))
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment