Changelog for
R-globals-0.13.1-lp155.1.5.x86_64.rpm :
* Tue Oct 27 2020 Pierre Bonamy
- Update to version 0.13.1 , see changlog at: https://cran.r-project.org/web/packages/globals/news/news.html
* Tue Jan 07 2020 Pierre Bonamy - Update to 0.12.5:
* findGlobals(function() { a; a <- a + 1 }) would fail to identify \'a\' as a global variable whereas it was properly identified with { a <- a + 1; a }.
* globalsOf() could produce \"Error in vapply(where, FUN = envname, FUN.VALUE = NA_character_, USE.NAMES = FALSE) : values must be length 1, but FUN(X[[...]]) result is length ...\". This was because the internal envname(env) did not always handle when class(env) != \"environment\".
* Mon Sep 03 2018 flyosAATTmailoo.org- Initial build