diff --git a/.Rbuildignore b/.Rbuildignore index 6f9cfe1..1de0d6a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^html$ ^\.RData ^appveyor\.yml$ +^codecov\.yml$ diff --git a/DESCRIPTION b/DESCRIPTION index a65da46..fc75a58 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,19 +12,20 @@ License: MIT + file LICENSE BugReports: https://github.com/valentinitnelav/plotbiomes/issues Depends: R (>= 3.1) -Imports: +Imports: data.table (>= 1.10.4-3), ggplot2 (>= 2.2.1), mapview (>= 2.3.0), sp (>= 1.2-7) -Suggests: +Suggests: grImport, sf, knitr, raster, roxygen2, plotly, - covr + covr, + testthat Encoding: UTF-8 LazyData: true RoxygenNote: 6.0.1 diff --git a/README.md b/README.md index e59b096..45eb2b3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/jag1bo7jaao5jid3/branch/develop?svg=true)](https://ci.appveyor.com/project/valentinitnelav/plotbiomes/branch/develop) [![Travis Build Status](https://travis-ci.org/valentinitnelav/plotbiomes.svg?branch=develop)](https://travis-ci.org/valentinitnelav/plotbiomes) +[![Coverage Status](https://img.shields.io/codecov/c/github/valentinitnelav/plotbiomes/master.svg)](https://codecov.io/github/valentinitnelav/plotbiomes?branch=master) +