diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 17:13:55 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 17:13:55 +0100 |
commit | e21ec96873bf60072414369bc96e4c076a450235 (patch) | |
tree | 9ca013ffe130223947e5d4fa186d7bfcf4170959 | |
parent | 4e99ae029638a3720eba97b28bd7de3129a727ce (diff) |
Add grImport to Suggests:
Because chent which in turn suggests grImport is loaded from github
which obviously does not pull grImport
-rw-r--r-- | .Rbuildignore | 1 | ||||
-rw-r--r-- | DESCRIPTION | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index b6fc8e9..10e9266 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,4 +8,5 @@ ^inst/extdata/Tabelle\ der\ Abdrifteckwerte.xls$ ^inst/extdata/FOCUS_Step_12_scenarios.txt$ ^_pkgdown.yml$ +^\.travis\.yml$ ^docs$ diff --git a/DESCRIPTION b/DESCRIPTION index 03ef648..4fbb9c5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,6 +19,7 @@ Imports: Suggests: testthat, chents, + grImport, magrittr, PELMO.installeR, rPELMO |