-
Hi,
Could we please add support for {tmap} package for shinyapps.io deployment?
github::r-tmap/tmaptools,
github::r-tmap/tmap
When I add tmap to DESCRIPTION file, I get the following error, …
-
I built TMAP as a standalone executable from the the latest version of TS (4a916c7) (v3.19.0-26-generic Ubuntu). When I ran alignment on a gzipped FASTQ file I got the follow error:
_src/io/tmap_fil…
-
Just a small thought: is there a reason for all the "Special Maps" to not extend from TMap?
Think it would be handy to have `fields:TMap = new TSpecialMap`.
GWRon updated
6 years ago
-
Hi there
I am using the [tmap](https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html) package within a Distill blog-site. Basically I am trying to render two interactive HTML …
-
Hello!
I am facing an error when running the `r5r::isochrone()` function for state-wide datasets. I have population weighted centroid locations for each census tract within the state of Maine, OSM …
-
Here are two patches I used to be able to create a conda package for tmap using a modern compiler C++11.
```diff
diff --git a/tmap/tmap/analyse.cc b/tmap/tmap/analyse.cc
index b282b74..1d6e686 …
hadim updated
4 years ago
-
../../node_modules/.pnpm/@map-component+vue-tmap@1.0.1/node_modules/@map-component/vue-tmap/dist/components/dom-overlay.d.ts:1:23 - error TS2688: Cannot find type definition file for '@map-component/t…
-
```
What steps will reproduce the problem?
1. Start Brackets
2. Quit immediately after file is rendered
What is the expected output? What do you see instead?
No Crash
What version of the product ar…
-
Would anyone like to lead a session on tmap/leaflet???
Thanks!
-
The function below works but is limited.
```python
import pandas as pd
from id_translation.offline import TranslationMap
def translate_as_categories(df: pd.DataFrame, tmap: TranslationMap) -> …