textplot icon indicating copy to clipboard operation
textplot copied to clipboard

Installation woes (ERROR: installing package DESCRIPTION failed for package ‘textplot’)

Open arupakaa opened this issue 8 years ago • 0 comments

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?

arupakaa avatar Jun 08 '17 17:06 arupakaa