From acd24b2dbae6ca5895d67f13e9b85141b439d91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20G=C3=A4rber?= <florian.gaerber@uni-hamburg.de> Date: Thu, 20 Jul 2023 11:53:46 +0200 Subject: [PATCH] Tidy DESCRIPTION with `usethis::use_tidy_description()` --- DESCRIPTION | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b74297a..6974e25 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 -- GitLab