1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-13 00:32:34 +02:00

Try to support older R versions

This commit is contained in:
2018-04-19 14:10:57 +02:00
parent e7396b8f39
commit 82fec5cc51
10 changed files with 50 additions and 73 deletions

3
R/zzz.R Normal file
View File

@ -0,0 +1,3 @@
.onLoad <- function(libname, pkgname) {
backports::import(pkgname)
}