From adc69bd4e1543a229fbee543940f8b92fd499682 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 22 Oct 2025 10:35:37 +0200 Subject: Adapt to new SMILES names at PubChem This may break some code using the old smiles names "PubChem_Canonical" and "PubChem_Isomeric" instead of the new smiles names "PubChem" (including isotopic and stereochemical information) and "PubChem_Connectivity" (only containing connectivity, but still canonical). Further changes in this commit: - A fix to the test target in the makefile - Use markdown syntax for link to objects from other packages in the documentation - Adapt the tests - Increase test coverage a bit --- man/plot.chent.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/plot.chent.Rd') diff --git a/man/plot.chent.Rd b/man/plot.chent.Rd index f2850fa..ecaa01b 100644 --- a/man/plot.chent.Rd +++ b/man/plot.chent.Rd @@ -9,7 +9,7 @@ \arguments{ \item{x}{The chent object to be plotted} -\item{...}{Further arguments passed to \code{\link{grid.picture}}} +\item{...}{Further arguments passed to \link[grImport:grid.picture]{grImport::grid.picture}} } \description{ Plot method for chent objects -- cgit v1.2.3