Useful scripts to quickly configure sits environments with RStudio.
Scripts created to be used in Ubuntu 22.04 environments
Ensure your system is up to date and has make
installed:
sudo apt update -y
sudo apt install make -y
Run the following command to install and configure the sits
environment:
sudo make install
Once the installation is complete, you can start using the sits
package in the RStudio environment. The provided makefile takes care of all the necessary configurations.
The sitsenv
version is updated following the releases of the sits R package.
If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.