--- title: "GWR and MGWR with Space-Time Kernels" author: "Ghislain Geniaux" date: "`r Sys.Date()`" output: rmarkdown::html_vignette: keep_md: false vignette: > %\VignetteIndexEntry{GWR and MGWR with Space-Time Kernels} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r setup, include=FALSE} target_url <- "https://ggeniaux.github.io/mgwrsar_vignettes/GWR-with-Space-Time-Kernels.html" ``` This vignette is hosted online due to size and computational constraints. **Online version:** ```{r redirect, echo=FALSE, results='asis'} cat(sprintf( '

Online version: %s

', target_url, target_url )) # Meta refresh (works without JS); short delay to keep the page readable cat(sprintf('', target_url)) # JS redirect as a fallback cat(sprintf("", target_url)) ```