r-tmap/tmap

tm_animate does not return anything for rendered documents (e.g., rmd, qmd, reprex)

オープン

#1,150 opened on 2025/06/25

 (11 件のコメント) (0 件のリアクション) (0 人の担当者)R (120 件のフォーク)batch import
Help wanted

Repository metrics

Stars
 (852 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

It would be great if it would render the animation directly in the qmd/rmd output.

library(tmap)
library(spData)

tm_shape(nz) +
  tm_polygons() +
  tm_animate("Name")

コントリビューターガイド