From 3652dd9b49d8f86ff99790a977697489e6033bab Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 28 Nov 2024 11:40:02 +0100 Subject: Remove README.html to simplify maintenance It was only used on cgit.jrwb.de anyways. --- R/endpoint.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/endpoint.R') diff --git a/R/endpoint.R b/R/endpoint.R index 08856f9..5415d84 100644 --- a/R/endpoint.R +++ b/R/endpoint.R @@ -41,7 +41,7 @@ endpoint <- function(chent, signif = 3) { if (!is(chent, "chent")) { - stop("Please supply a chent object as created using the package 'chents' available from jrwb.de") + stop("Please supply a chent object as created using the package 'chents' available from github") } ep_list <- chent$chyaml[[medium]][[type]] if (!is.na(lab_field[1])) { -- cgit v1.2.1