From 4e092707e70adac492b74197e6ceef5cdd09cc8d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 5 Mar 2026 11:09:31 +0100 Subject: Bump version for improved pai printing method Also, improve the example demonstrating pais not found at BCPC --- R/chent.R | 3 +++ 1 file changed, 3 insertions(+) (limited to 'R/chent.R') diff --git a/R/chent.R b/R/chent.R index a159ece..05066b8 100644 --- a/R/chent.R +++ b/R/chent.R @@ -656,6 +656,9 @@ plot.chent = function(x, ...) { #' if (!is.null(atr$Picture)) { #' plot(atr) #' } +#' # We can also define pais that are not found on the BCPC site +#' decanol <- pai$new("1-Decanol") +#' print(decanol) pai <- R6Class("pai", inherit = chent, public = list( -- cgit v1.2.3