I believe the license is wrong (or maybe just confusing) in the DESCRIPTION file. You have ``` License: MIT + file LICENSE ``` However, you have both LICENSE and LICENSE.md. So I think it should be ``` License: MIT + file LICENSE.md ``` and delete LICENSE?