From 5f7babbe6aace60fd9b94d54bc2caf735f3dc0a2 Mon Sep 17 00:00:00 2001
From: be-marc <marcbecker@posteo.de>
Date: Mon, 9 Sep 2024 12:41:20 +0200
Subject: [PATCH] docs: fix link to rese

---
 R/MeasureRegrRSQ.R           | 2 +-
 man/mlr_measures_regr.rsq.Rd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/R/MeasureRegrRSQ.R b/R/MeasureRegrRSQ.R
index 5fbd1e2e4..b7c58f249 100644
--- a/R/MeasureRegrRSQ.R
+++ b/R/MeasureRegrRSQ.R
@@ -15,7 +15,7 @@
 #' where \eqn{\bar{t} = \sum_{i=1}^n t_i}.
 #'
 #' Also known as coefficient of determination or explained variation.
-#' Subtracts the [rse()] from 1, hence it compares the squared error of the predictions relative to a naive model predicting the mean.
+#' Subtracts the [mlr3measures::rse()] from 1, hence it compares the squared error of the predictions relative to a naive model predicting the mean.
 #'
 #' This measure is undefined for constant \eqn{t}.
 #'
diff --git a/man/mlr_measures_regr.rsq.Rd b/man/mlr_measures_regr.rsq.Rd
index 5cfb3295a..0a7569e0d 100644
--- a/man/mlr_measures_regr.rsq.Rd
+++ b/man/mlr_measures_regr.rsq.Rd
@@ -16,7 +16,7 @@ R Squared is defined as \deqn{
 where \eqn{\bar{t} = \sum_{i=1}^n t_i}.
 
 Also known as coefficient of determination or explained variation.
-Subtracts the \code{\link[=rse]{rse()}} from 1, hence it compares the squared error of the predictions relative to a naive model predicting the mean.
+Subtracts the \code{\link[mlr3measures:rse]{mlr3measures::rse()}} from 1, hence it compares the squared error of the predictions relative to a naive model predicting the mean.
 
 This measure is undefined for constant \eqn{t}.
 }