From 8e60657ad77b73274a78685c50b10201055f3dbe Mon Sep 17 00:00:00 2001 From: Christoph Zust Date: Tue, 8 Jul 2025 09:43:33 +0000 Subject: [PATCH 1/2] rename package to Nachbr --- DESCRIPTION | 4 ++-- README.md | 6 +++--- tests/testthat.R | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 72eda32..b1f7bd5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ -Package: SpiessR -Title: SpiessR +Package: Nachbr +Title: Nachbr Version: 0.1.0 Authors@R: person("Christoph", "Zust", , "datashop@statistik.zh.ch", role = c("aut", "cre"), diff --git a/README.md b/README.md index f28d179..c2e3c71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# SpiessR Toolkit +# Nachbr Toolkit -The "SpiessR" package is built to work with official building permit ("Baupublikationen") data from the canton of Zurich. These data reflect all construction projects for which a building application has been submitted — an obligatory step for any building activity in the canton. Since 2019, such applications have been published exclusively in digital form via the Amtsblatt portal. +The "Nachbr" package is built to work with official building permit ("Baupublikationen") data from the canton of Zurich. These data reflect all construction projects for which a building application has been submitted — an obligatory step for any building activity in the canton. Since 2019, such applications have been published exclusively in digital form via the Amtsblatt portal. The source data is maintained by individual municipalities, which record and submit building applications directly to the [Amtsblattportal](https://amtsblattportal.ch/#!/home). There, the applications are made publicly accessible, typically for up to one year. This toolkit systematically **retrieves**, **processes**, and **structures** these publications so they can be used for **spatial analysis**, **monitoring**, and **visualization**. @@ -14,7 +14,7 @@ A building application represents a legal notice — it does not guarantee that ## 🔧 Installation ``` -remotes::install_github("openZH/SpiessR", +remotes::install_github("openZH/Nachbr", ref = "main") ``` diff --git a/tests/testthat.R b/tests/testthat.R index 7129d1a..ce72ca0 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -7,6 +7,6 @@ # * https://testthat.r-lib.org/articles/special-files.html library(testthat) -library(SpiessR) +library(Nachbr) -test_check("SpiessR") +test_check("Nachbr") From 9c10559891905e1f131a76677dcb0d500e77ed57 Mon Sep 17 00:00:00 2001 From: Christoph Zust Date: Tue, 8 Jul 2025 09:44:26 +0000 Subject: [PATCH 2/2] update project-file --- SpiessR.Rproj => Nachbr.Rproj | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SpiessR.Rproj => Nachbr.Rproj (100%) diff --git a/SpiessR.Rproj b/Nachbr.Rproj similarity index 100% rename from SpiessR.Rproj rename to Nachbr.Rproj