dselivanov / LSHR

Locality Sensitive Hashing In R
Other
41 stars 13 forks source link

Remove double Suggests block in DESCRIPTION #14

Closed rosbo closed 5 years ago

rosbo commented 5 years ago

Hi,

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.

This PR fixes the DESCRIPTION file.

dselivanov commented 5 years ago

Thanks!