Skip to content

Commit

Permalink
fix URLs, CRAN re-submission
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Sep 2, 2020
1 parent d053ac0 commit 8b8125c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/getTiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @param forceDownload if TRUE, cached tiles are downloaded again.
#' @details
#' Zoom levels are described on the OpenStreetMap wiki:
#' \url{http://wiki.openstreetmap.org/wiki/Zoom_levels}. \cr\cr
#' \url{https://wiki.openstreetmap.org/wiki/Zoom_levels}. \cr\cr
#' Full list of providers:
#' \tabular{lll}{
#' 'OpenStreetMap' (or 'osm') \tab 'Stamen' (or 'stamenbw') \tab 'Esri' \cr
Expand Down
2 changes: 1 addition & 1 deletion R/palettes.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' "turquoise.pal", "sand.pal", "taupe.pal", "kaki.pal" or "harmo.pal". \cr\cr
#' Qualitative palettes: "pastel.pal" or "multi.pal".
#' @references Qualitative palettes were generated with "i want hue"
#' (\url{http://tools.medialab.sciences-po.fr/iwanthue/}) by Mathieu Jacomy at
#' (\url{https://medialab.github.io/iwanthue/}) by Mathieu Jacomy at
#' the Sciences-Po Medialab.
#' @return \code{carto.pal} returns a vector of colors.
#' @examples
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
[![](https://cranlogs.r-pkg.org/badges/cartography?color=brightgreen)](https://cran.r-project.org/package=cartography)
[![R-CMD-check](https://github.com/riatelab/cartography/workflows/R-CMD-check/badge.svg)](https://github.com/riatelab/cartography/actions)
[![codecov](https://codecov.io/gh/riatelab/cartography/branch/master/graph/badge.svg)](https://codecov.io/gh/riatelab/cartography)
[![status](https://tinyverse.netlify.com/badge/cartography)](https://tinyverse.netlify.com/)
[![status](http://joss.theoj.org/papers/0c2d51fc23efb8e1f87d764da8414923/status.svg)](http://joss.theoj.org/papers/0c2d51fc23efb8e1f87d764da8414923)
[![status](https://tinyverse.netlify.com/badge/cartography)](https://tinyverse.netlify.app/)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.00054/status.svg)](https://doi.org/10.21105/joss.00054)
[![minimal R version](https://img.shields.io/badge/R-%E2%89%A5%203.3.0-brightgreen)](https://cran.r-project.org/)
![CRAN/METACRAN](https://img.shields.io/cran/l/cartography?color=brightgreen)



## Create and integrate maps in your R workflow!
This package helps to design **cartographic representations** such as proportional symbols, choropleth, typology, flows or discontinuities maps. It also offers several features that improve the graphic presentation of maps, for instance, map palettes, layout elements (scale, north arrow, title...), labels or legends.

Expand Down
2 changes: 1 addition & 1 deletion man/carto.pal.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/getTiles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b8125c

Please sign in to comment.