Sharing repository

The workshop repository is configured to be used together with QGIS Resource Sharing to install R Scripts for QGIS. This will be used as a repository to share the tools developed by the other participants. The configuration of this repository is explained in the entry on QGIS Resource Sharing.

We invite you to share your tools through a PR to the main branch of the repository on GitHub. Please take into consideration the following instructions:

  1. Create a repository fork gavg712/taller-r-scripts-for-qgis from your GitHub account:

    GitHub Fork button view

    GitHub Fork button view

  2. From the console or from Rstudio, clone the repository from your GitHub account, to have a local version on your computer.

    1cd <working directory>
    2git clone https://github.com/<user>/taller-r-scripts-for-qgis.git
    3# Change <user> with your GitHub account
    
    bash
  3. Add/Copy the files you want to share (*.rsx, *rsx.help) to the collections/user2022-rscripts/rscripts directory and commit git index.

    1cd taller-r-scripts-for-qgis
    2git add --all
    3git commit -m "<script name>"
    4git push
    
    bash
  4. Create a Pull Request from your fork to the repository of the workshop.

    View of Contribute and Open a Pull Request buttons on GitHub

    View of Contribute and Open a Pull Request buttons on GitHub

✨ Important!

The PRs we receive will be accepted during the tutorial so that they can be available for the final part of the tutorial.

Translations: