You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rJava is a bit painful in that it sometimes takes a ridiculous amount of effort to get working on some systems.
I see that in previous issues there has been talk of moving away from rJava, but the xlsx and OpenNLP dependencies caused problems.
It seems like quite a lot of the package doesn't depend upon Java, so it would be useful to split this functionality out into a separate package without the dependency. See assertive and devtools for examples of how packages have been decomposed into underlying pieces.
The text was updated successfully, but these errors were encountered:
rJava
is a bit painful in that it sometimes takes a ridiculous amount of effort to get working on some systems.I see that in previous issues there has been talk of moving away from
rJava
, but thexlsx
andOpenNLP
dependencies caused problems.It seems like quite a lot of the package doesn't depend upon Java, so it would be useful to split this functionality out into a separate package without the dependency. See assertive and devtools for examples of how packages have been decomposed into underlying pieces.
The text was updated successfully, but these errors were encountered: