diff --git a/.Rbuildignore b/.Rbuildignore index 52559a0..48b31b0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -6,3 +6,4 @@ shiny-demo javascript ^codecov\.yml$ ^cran-comments\.md$ +^CRAN-RELEASE$ diff --git a/README.md b/README.md index f1b5962..62006fe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/leaflet.minicharts)](https://cran.r-project.org/package=leaflet.minicharts) -[![CRAN Downloads Badge](https://cranlogs.r-pkg.org/badges/leaflet.minicharts)](http://cran.r-project.org/package=leaflet.minicharts) +[![CRAN Downloads Badge](https://cranlogs.r-pkg.org/badges/leaflet.minicharts)](https://cran.r-project.org/package=leaflet.minicharts) [![Travis-CI Build Status](https://travis-ci.org/rte-antares-rpackage/leaflet.minicharts.svg?branch=master)](https://travis-ci.org/rte-antares-rpackage/leaflet.minicharts) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rte-antares-rpackage/leaflet.minicharts?branch=master&svg=true)](https://ci.appveyor.com/project/rte-antares-rpackage/leaflet-minicharts) [![Coverage Status](https://img.shields.io/codecov/c/github/rte-antares-rpackage/leaflet.minicharts/master.svg)](https://codecov.io/github/rte-antares-rpackage/leaflet.minicharts?branch=master) @@ -31,7 +31,7 @@ You can install the package from CRAN: install.packages("leaflet.minicharts") ``` -To see how simple it is to use this package, have a look at the [package vignette](https://cran.r-project.org/web/packages/leaflet.minicharts/vignettes/introduction.html). +To see how simple it is to use this package, have a look at the [package vignette](http://cran.r-project.org/package=leaflet.minicharts/vignettes/introduction.html). ## Contributing: diff --git a/cran-comments.md b/cran-comments.md index 3191c77..80c4c52 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -7,5 +7,5 @@ 0 errors | 0 warnings | 1 note -* There's a new maintainer to the package. Thank you! +* Fixing CRAN URL not in canonical form in README. Thank you!