jespermaag / gganatogram

Create anatograms using ggplot2
379 stars 52 forks source link

Should pass R CMD check #1

Closed muschellij2 closed 5 years ago

muschellij2 commented 5 years ago

This should pass R CMD check. Got some weird errors about geom_polypath when it wasn't loaded, so I had to make ggpolypath a hard depends. I also have added a license, which you may want to change. The description in DESCRIPTION is light so I think you can add to that. Also I've added travis and Appveyor to your build so it should be checked continuously. You need to enable these, please see: http://johnmuschelli.com/neuroc/getting_ready_for_submission/index.html#5_using_continuous_integration

Currently, it is building on https://travis-ci.com/muschellij2/gganatogram/builds on Linux and https://ci.appveyor.com/project/muschellij2/gganatogram/history on Windows.