diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 23:19:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 23:19:31 +0100 |
commit | bfa20a8c262580e38d30cfa95e75d1b01b568d07 (patch) | |
tree | d316e76f437662eb193736af2b12bbf223db6e72 /NAMESPACE | |
parent | a7e2c2008699b590325ccd848562881251676faf (diff) |
Use rsvg instead of grConvert
as grConvert is not on CRAN
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ importFrom(R6,R6Class) importFrom(grImport,PostScriptTrace) importFrom(grImport,grid.picture) importFrom(grImport,readPicture) +importFrom(rsvg,rsvg_ps) importFrom(utils,head) importFrom(webchem,cid_compinfo) importFrom(webchem,get_cid) |