From e92727f871c2c8217251e34e52438f18c5f013bb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 22:22:30 +0100 Subject: Import URLencode from utils, rebuild docs This was caught by pkgdown apparently not loading the utils package by default. --- NAMESPACE | 1 + 1 file changed, 1 insertion(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index e56a6c6..4529781 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -12,6 +12,7 @@ importFrom(grImport,PostScriptTrace) importFrom(grImport,grid.picture) importFrom(grImport,readPicture) importFrom(rsvg,rsvg_ps) +importFrom(utils,URLencode) importFrom(utils,head) importFrom(webchem,cid_compinfo) importFrom(webchem,get_cid) -- cgit v1.2.1