diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-12 22:22:30 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-12 22:22:30 +0100 |
commit | e92727f871c2c8217251e34e52438f18c5f013bb (patch) | |
tree | b6fd0c200d41cf5339e8e36a06d6b4d0c72daa3a /NAMESPACE | |
parent | 9828b97fb946104f15e537fc6a53653f1bceb27d (diff) |
Import URLencode from utils, rebuild docs
This was caught by pkgdown apparently not loading the utils package by
default.
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |