This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 8110ef9  [MINOR] Add impute TS to R dependencies for testing
8110ef9 is described below

commit 8110ef9d19b989407fe73abedd596334918c77d4
Author: baunsgaard <[email protected]>
AuthorDate: Fri Aug 28 13:57:10 2020 +0200

    [MINOR] Add impute TS to R dependencies for testing
---
 src/test/scripts/installDependencies.R | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/scripts/installDependencies.R 
b/src/test/scripts/installDependencies.R
index 2198b6e..b8b2e66 100644
--- a/src/test/scripts/installDependencies.R
+++ b/src/test/scripts/installDependencies.R
@@ -57,6 +57,7 @@ custom_install("DescTools");
 custom_install("mice");
 custom_install("mclust");
 custom_install("dbscan");
+custom_install("imputeTS");
 
 print("Installation Done")
 

Reply via email to