trinker / textplot

Plotting for text data
18 stars 1 forks source link

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

Open arupakaa opened 7 years ago

arupakaa commented 7 years ago

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?