Closed ablaette closed 3 years ago
The file zzz.R now includes this line:
options(java.parameters = "-Xmx4g")
It is a shortcut to pass R CMD check, to assure that the JVM is sufficiently sized. Yet this solution / hack is certainly a violation of good policy.
This setting has been removed. One implication is that examples need to be limited to using a minimal annotation pipeline.
The file zzz.R now includes this line:
It is a shortcut to pass R CMD check, to assure that the JVM is sufficiently sized. Yet this solution / hack is certainly a violation of good policy.