diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 11:40:02 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 11:40:02 +0100 |
commit | 3652dd9b49d8f86ff99790a977697489e6033bab (patch) | |
tree | f76b6bc9a37065bbb8db73831af484e840dab2bc /R | |
parent | 45c9eb16dd317421bf594b7d2aebb11386a9de33 (diff) |
Remove README.html to simplify maintenance
It was only used on cgit.jrwb.de anyways.
Diffstat (limited to 'R')
-rw-r--r-- | R/endpoint.R | 2 |
1 files changed, 1 insertions, 1 deletions
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])) { |