ngreifer / cobalt

Covariate Balance Tables and Plots - An R package for assessing covariate balance
https://ngreifer.github.io/cobalt/
72 stars 11 forks source link

Fix DESCRIPTION file #2

Closed ganesh-krishnan closed 6 years ago

ganesh-krishnan commented 6 years ago

Currently loading the package gives the following warning:

Loading cobalt
Invalid DESCRIPTION:
Malformed Depends or Suggests or Imports or Enhances field.
Offending entries:
  WeightIt
ebal
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 that.

ngreifer commented 6 years ago

I have fixed this issue.