Per Nyfelt
Per Nyfelt
Going to http://javadoc.renjin.org/ gives ```xml AccessDenied Access denied. ```
[netlib-java](https://github.com/fommil/netlib-java) has been set to read only and archived so there is neither new development nor maintenance on it. We should consider switching to [jblas]/http://jblas.org/), https://github.com/jblas-project/jblas which has a similar...
remove leading front slash on windows in Files.friendlyFileName() Resolves #549
getwd() starts with / on windows but in GNU R it does not. ``` Renjin 3.5-beta76 Copyright (C) 2019 The R Foundation for Statistical Computing Copyright (C) 2019 BeDataDriven Using...
Add some links to resources
in generic renjin REPL start script - make it possible to symlink to renjin start script - change legacy backticks to $()
reference to #507 The least intrusive way I could think of to make it possible to add additional group id's to the list of default groupids.
This works: ```r print(getNamespaceVersion("base")) ``` ``` version "3.5.3" ``` However getNamespaceVersion on Renjin extensions returns NULL e.g. ```r > library("assertthat") Loaded org.renjin.cran.assertthat version 0.2.1-b10. > print(getNamespaceVersion("assertthat")) NULL ``` I have...
Some of our dependencies have know security issues in the version we are using. I upgraded everything I could that does not require any changes to code. The remaining 3...
Premier support of Java 8 [ends in March 2022](https://www.oracle.com/java/technologies/java-se-support-roadmap.html) Non-LTS Java 9 and Java 10 aren't supported since 2018 and the next LTS release is 11 which has Premier support...