-
#### Brief summary of issue / Description of requested feature:
TMap.cpp says:
// According to Qt Docs we should really only have one of these
// (QNetworkAccessManager) for the whole app…
Kebap updated
3 weeks ago
-
(a follow-up from https://github.com/r-tmap/tmap/issues/593)
Before v4 can be released on CRAN, we need to make sure all the default values for the options and (closely related) all the styles are …
-
For visualisation purposes we would like to calculate the 'boundaries' of the earth from a given crs.
A naive approach that I took earlier was to transform the longlat -180, - 180, -90, - 90 boundi…
-
- https://doi.org/10.18637/jss.v084.i06
- https://cran.r-project.org/package=tmap/vignettes/tmap-getstarted.html
- https://cran.r-project.org/package=tmap/vignettes/tmap-changes.html
- http://stack…
-
I'm trying to compile and install TMAP 3.0.1 in Ubuntu 17.10.
I typed the following commands:
git clone git://github.com/iontorrent/TMAP.git
cd TMAP
git submodule init
git submodule update
git…
-
@mpadge @mdsumner @SymbolixAU
I have a problem with the marker on the choropleth at the end of the choropleth example. The marker shows up fine in the Rstudio viewer, and on the website when viewe…
-
``` r
library(tmap)
library(spData)
library(dplyr)
library(sf)
tmap_mode("plot")
#> tmap mode set to 'plot'
# prep data
regions = aggregate(x = us_states[, "total_pop_15"], by = list(us_states…
-
I have been getting an error when using tm_markers with either tmap 3.99 or 3.99.9001
This simple example causes different errors in each version.
```r
library(tmap)
#> Breaking News: tmap 3…
see24 updated
2 months ago
-
MWE:
```julia
using Transducers
using OhMyThreads
f(xs) = Transducers.tcollect(abs(x) for x in xs)
g(xs) = OhMyThreads.tcollect(abs(x) for x in xs)
f((x for x in rand(100))) # works as exp…
-
See `#TODO` in `macro_impl.jl`. Especially relevant because it's sometimes required:
```julia
julia> @tasks for i in 1:10
@set scheduler=:greedy
@set collect=true
…