Installing package into '/home/runner/work/_temp/Library'
(as 'lib' is unspecified)
library(rsgeo)# Install github version if no DESCRIPTION file:if (!file.exists("DESCRIPTION")) { remotes::install_github("nptscot/networkmerge")} else {# Install from DESCRIPTION file: remotes::install_deps(dependencies =TRUE)}
rsgeo (0.1.8 -> 5c033a789...) [GitHub]
Downloading GitHub repo JosiahParry/rsgeo@HEAD
── R CMD build ─────────────────────────────────────────────────────────────────
* checking for file ‘/tmp/RtmpP7TeID/remotes1a814eddf22c/JosiahParry-rsgeo-5c033a7/DESCRIPTION’ ... OK
* preparing ‘rsgeo’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘rsgeo_0.1.8.tar.gz’
Installing package into '/home/runner/work/_temp/Library'
(as 'lib' is unspecified)
requirements_txt =readLines("requirements.txt")# Check if Python is installed:if (!requireNamespace("reticulate")) {install.packages("reticulate")}
Loading required namespace: reticulate
# See reticulate documentation to use a specific Python version:# ?reticulate::install_python()reticulate::install_python("3.12.4")
Installing pyenv ...
Done! pyenv has been installed to '/home/runner/.local/share/r-reticulate/pyenv/bin/pyenv'.
This website hosts the networkmerge paper which presents methods for simplifying route networks for transport planning. The methods were developed for the Network Planning Tool for Scotland which is publicly available at https://npt.scot.
It was produced with Quarto, which was also used to support the academic paper shown below. See https://quarto.org/docs/websites for further information.
The paper is re-built automatically when the source code is updated: