When trying to install this package with the following command:
install_github("dselivanov/LSHR")
I get an error because the DESCRIPTION file is malformed:
E checking DESCRIPTION meta-information ...
Malformed Depends or Suggests or Imports or Enhances field.
Offending entries:
Suggests:
roxygen2
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.
Hi,
When trying to install this package with the following command:
I get an error because the
DESCRIPTION
file is malformed:This PR fixes the
DESCRIPTION
file.