Skip to content

Commit

Permalink
Remove broken link to vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Sep 18, 2023
1 parent bcdc5af commit 2dcb3e7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions R/pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Thematic maps are geographical maps in which spatial data distributions are visualized. This package offers a flexible, layer-based, and easy to use approach to create thematic maps, such as choropleths and bubble maps. It is based on the grammar of graphics, and resembles the syntax of ggplot2.
#'
#' This page provides a brief overview of all package functions. See [`vignette("tmap-getstarted")`](../doc/tmap-getstarted.html) for a short introduction with examples.
#' This page provides a brief overview of all package functions. See `vignette("tmap_sneek_peek")` for a short introduction with examples.
#'
#' @section Quick plotting method:
#' \tabular{ll}{
Expand Down Expand Up @@ -113,6 +113,6 @@
#' @concept statistical maps
#' @concept choropleth
#' @concept bubble map
#' @seealso [`vignette("tmap-getstarted")`](../doc/tmap-getstarted.html)
#' @seealso `vignette("tmap_sneek_peek")`
#' @references Tennekes, M., 2018, {tmap}: Thematic Maps in {R}, Journal of Statistical Software, 84(6), 1-39, \doi{10.18637/jss.v084.i06}
"_PACKAGE"
2 changes: 1 addition & 1 deletion R/qtm.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' @param ... arguments passed on to the `tm_*` functions. The prefix of these arguments should be with the layer function name without `"tm_"` and a period. For instance, the palette for polygon fill color is called `fill.palette`. The following prefixes are supported: `shape.`, `fill.`, `borders.`, `polygons.`, `symbols.`, `dots.`, `lines.`, `raster.`, `text.`, `layout.`, `grid.`, `facets.`, and `view.`. Arguments that have a unique name, i.e. that does not exist in any other layer function, e.g. `convert2density`, can also be called without prefix.
#' @return [tmap-element()]
#' @example ./examples/qtm.R
#' @seealso [`vignette("tmap-getstarted")`](../doc/tmap-getstarted.html)
#' @seealso `vignette("tmap_sneek_peek")`
#' @references Tennekes, M., 2018, {tmap}: Thematic Maps in {R}, Journal of Statistical Software, 84(6), 1-39, \doi{10.18637/jss.v084.i06}
#' @export
qtm <- function(shp,
Expand Down
2 changes: 1 addition & 1 deletion R/tmap_mode.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' }}
#' @return The mode before changing
#' @example ./examples/tmap_mode.R
#' @seealso [`vignette("tmap-getstarted")`](../doc/tmap-getstarted.html), [tmap_last()] to show the last map, [tm_view()] for viewing options, and [tmap_leaflet()] for obtaining a leaflet widget, and [tmap_options()] for tmap options.
#' @seealso `vignette("tmap_sneek_peek")`, [tmap_last()] to show the last map, [tm_view()] for viewing options, and [tmap_leaflet()] for obtaining a leaflet widget, and [tmap_options()] for tmap options.
#' @references Tennekes, M., 2018, {tmap}: Thematic Maps in {R}, Journal of Statistical Software, 84(6), 1-39, \doi{10.18637/jss.v084.i06}
#' @export
tmap_mode = function(mode=NULL) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This paper has been written for `tmap` 1.11-2. See the [reproducible code](https
Vignettes
-----

[tmap: get started!](https://cran.r-project.org/package=tmap/vignettes/tmap-getstarted.html)
[tmap v3: get started!](https://cran.r-project.org/package=tmap/vignettes/tmap-getstarted.html)

[tmap: what is changed in recent versions?](https://cran.r-project.org/package=tmap/vignettes/tmap-changes.html)

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

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

4 changes: 2 additions & 2 deletions man/tmap-package.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/tmap_mode.Rd

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

2 changes: 1 addition & 1 deletion vignettes/tmap_vv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data(World, metro, rivers, land)

## Introduction

**tmap** is an R package for spatial data visualization. This vignette describes the alpha version of the major update (version 4), which will be on CRAN in the course of 2022.
**tmap** is an R package for spatial data visualization. This vignette describes the alpha version of the major update (version 4), which will be on CRAN in the course of 2023.

#### tmap 4 - tmap 3.x

Expand Down

0 comments on commit 2dcb3e7

Please sign in to comment.