From a4268ddd51988f73eaf26ae760caca07650ced6e Mon Sep 17 00:00:00 2001 From: nikosbosse Date: Thu, 25 Nov 2021 12:26:45 +0100 Subject: [PATCH 1/2] add print method to pkgdown yaml --- _pkgdown.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index c7350d0d7..a7655411a 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -51,6 +51,9 @@ reference: - score_heatmap - show_avail_forecasts - wis_components + - title: S3-methods for printing output + contents: + - print.scoringutils_check - title: Internal functions contents: - has_keyword("internal") From 962048567a9d44ad8a5ffed73170ffa8cd7e729c Mon Sep 17 00:00:00 2001 From: nikosbosse Date: Thu, 25 Nov 2021 15:02:57 +0100 Subject: [PATCH 2/2] update pkgdown yaml --- _pkgdown.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index a7655411a..88cc0e1ee 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -5,6 +5,7 @@ reference: - title: Check input functions contents: - check_forecasts + - print.scoringutils_check - title: Evaluation functions contents: - compare_two_models @@ -51,9 +52,6 @@ reference: - score_heatmap - show_avail_forecasts - wis_components - - title: S3-methods for printing output - contents: - - print.scoringutils_check - title: Internal functions contents: - has_keyword("internal")