No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
ff84a37
... +0 ...
874d0af
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
40 | 40 | attribution = attr, |
|
41 | 41 | options = tileOptions(minZoom = 1, maxZoom = 18)) |
|
42 | 42 | ||
43 | - | fl = 'http://cdn.makeagif.com/media/8-11-2015/n2JwUG.gif' |
|
43 | + | fl = 'https://cdn.makeagif.com/media/8-11-2015/n2JwUG.gif' |
|
44 | 44 | ||
45 | 45 | cit = unclass(utils::citation("mapview", auto = NULL))[[1]] |
|
46 | 46 | cit = attr(cit, "textVersion") |
65 | 65 | "<b>", "mapview", "</b>", "is for quick visualisation of spatial data", |
|
66 | 66 | "<br>", "<br>", |
|
67 | 67 | paste('<img src =', fl, 'width="95%">'), |
|
68 | - | '<a target="_blank" href="http://makeagif.com/n2JwUG">Source: MakeAGIF.com</a>', |
|
68 | + | '<a target="_blank" href="https://makeagif.com/n2JwUG">Source: MakeAGIF.com</a>', |
|
69 | 69 | "</center>") |
|
70 | 70 | m = leaflet::addCircleMarkers(data = envinMR, map = m, |
|
71 | 71 | fillColor = "cyan", |
18 | 18 | #' @param maxpixels integer > 0. Maximum number of cells to use for the plot. |
|
19 | 19 | #' If maxpixels < \code{ncell(x)}, sampleRegular is used before plotting. |
|
20 | 20 | #' @param map.types character spcifications for the base maps. |
|
21 | - | #' see \url{http://leaflet-extras.github.io/leaflet-providers/preview/} |
|
21 | + | #' see \url{https://leaflet-extras.github.io/leaflet-providers/preview/} |
|
22 | 22 | #' for available options. |
|
23 | 23 | #' @param na.color the color to be used for NA pixels |
|
24 | 24 | #' @param layer.name the name of the layer to be shown on the map |
53 | 53 | #' @param na.color color for missing values |
|
54 | 54 | #' @param use.layer.names should layer names of the Raster* object be used? |
|
55 | 55 | #' @param map.types character spcifications for the base maps. |
|
56 | - | #' see \url{http://leaflet-extras.github.io/leaflet-providers/preview/} |
|
56 | + | #' see \url{https://leaflet-extras.github.io/leaflet-providers/preview/} |
|
57 | 57 | #' for available options. |
|
58 | 58 | #' @param burst whether to show all (TRUE) or only one (FALSE) layer(s). |
|
59 | 59 | #' See also Details. |
12 | 12 | #' @param platform character. The rendering platform to be used. |
|
13 | 13 | #' Current options are "leaflet" and "mapdeck". |
|
14 | 14 | #' @param basemaps character. The basemaps to be used for rendering data. See |
|
15 | - | #' \url{http://leaflet-extras.github.io/leaflet-providers/preview/} for possible |
|
15 | + | #' \url{https://leaflet-extras.github.io/leaflet-providers/preview/} for possible |
|
16 | 16 | #' values |
|
17 | 17 | #' @param raster.palette a color palette function for raster visualisation. |
|
18 | 18 | #' Should be a function that takes an integer as input and returns a vector of colors. |
Files | Coverage |
---|---|
R | 41.92% |
Project Totals (26 files) | 41.92% |
874d0af
ff84a37