This repository contains the computational notebooks used in the workshop “Tracing Sustainable Urban River Space Transformations” on 9 April at Lorentz Center @lambda.
GitHub repository: CityRiverSpaces/lorentz-workshop
A rendered version of the CRiSp demo notebook is available at the URL: https://cityriverspaces.github.io/lorentz-workshop/demo.html
In order to run the notebook live:
Create Project > Version Control > GitRepository URL: https://github.com/CityRiverSpaces/lorentz-workshop.git and select the path where you want to create the project directory (you can leave the field Project directory name empy).Create Project # install.packages("renv")
renv::init()
renv::install()
When prompted for input, type 1 (i.e. Use only the DESCRIPTION file).
demo.qmd. You can run cells individually with the play button or render the full notebook with the Render button (blue arrow symbol on top of the demo.qmd panel).To develop and contribute a CRiSp use case notebook, follow these steps:
Create fork;Repository URL: git@github.com:GITHUB_USER/lorentz-workshop.git (replace GITHUB_USER with your actual username);usecase-TYPE-CASE.qmd by replacing TYPE with single or multiple, and CASE with CITY_NAME-RIVER_NAME and CITY_RIVER_SET_NAME, respectively;Render button to generate the rendered notebook as a .html file..qmd and .html files, as well as the corresponding XXX_files folder. If you are working in RStudio, you can do this from the Git tab:
Staged for the files or folder that you want to commit;Commit button;Commit;Push to push the newly added content to your forked repository.