diff --git a/DESCRIPTION b/DESCRIPTION
index b74297a091a35f0b95e7cdf9fb52d8d70f1be502..6974e251b24e473e17640f52b9e5cf342cc7a478 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,19 +1,24 @@
-Package: RFSurrogates
 Type: Package
-Title: Surrogate minimal depth variable importance 
+Package: RFSurrogates
+Title: Surrogate minimal depth variable importance
 Version: 0.3.1
 Author: Stephan Seifert, Sven Gundlach, Silke Szymczak
 Maintainer: Stephan Seifert <seifert@medinfo.uni-kiel.de>
-Description: This package provides functions to obtain surrogate splits applying ranger for random forests generation and using modified functions from the package rpart. Surrogate variables and corresponding adjusted agreement values are used for surrogate minimal depth variable importance and to investigate variable relations.  
+Description: This package provides functions to obtain surrogate splits
+    applying ranger for random forests generation and using modified
+    functions from the package rpart. Surrogate variables and
+    corresponding adjusted agreement values are used for surrogate minimal
+    depth variable importance and to investigate variable relations.
 License: use_mit_license()
-Encoding: UTF-8
-LazyData: true
 Imports:
-	ranger (>= 0.12.1),
-	Rcpp,
-	randomForestSRC,
-	linkcomm,
+    linkcomm,
     parallel,
+    randomForestSRC,
+    ranger (>= 0.12.1),
+    Rcpp,
     rlist
+LinkingTo: 
+    Rcpp
+Encoding: UTF-8
+LazyData: true
 RoxygenNote: 7.2.3
-LinkingTo: Rcpp