1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 00:23:03 +02:00

try to support older R versions

This commit is contained in:
2018-04-18 14:50:16 +02:00
parent 2509e2413d
commit a814d82b4b
7 changed files with 15 additions and 3 deletions

View File

@ -57,6 +57,7 @@ exportMethods(print.tbl)
exportMethods(print.tbl_df)
exportMethods(summary.mic)
exportMethods(summary.rsi)
importFrom(data.table,data.table)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_vars)
importFrom(dplyr,any_vars)