From bb01260f223a32fab0ca3c41e5001486a2fbd1cf Mon Sep 17 00:00:00 2001
From: Johann Pfitzinger <jpfitzinger@xmlh.de>
Date: Mon, 26 Feb 2024 16:59:23 +0100
Subject: [PATCH] updated cran_comments

---
 cran-comments.md | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/cran-comments.md b/cran-comments.md
index 62ea7ec..ba986ff 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,15 +1,13 @@
 ## Summary of changes
 
-This version adds a new regression method:
-
-- Quantile Random Forest regression ('quantile_rf')
-
-In addition, there a few additional features & fixes:
-
-- Add a new arugment '.return_grid' (default \code{FALSE}) to \code{regress} and \code{classify} methods to permit returning entire hyperparameter grid instead of only optimal setting
-- Handling of syntactically invalid names is now down generically and not by the individual methods
-- Add observation weights in 'genetic'
-- Bugfixes in 'glmm' classification
+This version adds several new features and methods:
+
+- More generic handling of non-syntactic names
+- New methods:
+  - 'anova' for analysis of variance on glm objects
+  - 'nnet' for single-layer neural networks
+- An explain() generic which provides a convenience wrapper for methods from several variable importance packages
+- Several bugfixes and improved error handling
 
 ## R CMD check results