Malformed Depends or Suggests or Imports or Enhances field.
Offending entries:
wordcloud
textshape
Entries must be names of packages optionally followed by '<=' or '>=',
white space, and a valid version number in parentheses.
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
manual.
ERROR: installing package DESCRIPTION failed for package ‘textplot’_
And manually installing the dependences did not resolve the issue.
Hi,
I tried the following 3 commands to install and all failed:
pacman::p_load_gh("trinker/textplot") pacman::p_load_current_gh("trinker/textplot") devtools::install_github("trinker/textplot")
Here's the output:
_Error : Invalid DESCRIPTION file
Malformed Depends or Suggests or Imports or Enhances field. Offending entries: wordcloud textshape Entries must be names of packages optionally followed by '<=' or '>=', white space, and a valid version number in parentheses.
See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual.
ERROR: installing package DESCRIPTION failed for package ‘textplot’_
And manually installing the dependences did not resolve the issue.
I'm running v3.4 (MRO).
Any suggestions?