Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.01 KB

sits environment

Useful scripts to quickly configure sits environments with RStudio.

Scripts created to be used in Ubuntu 22.04 environments

Prerequisites

Ensure your system is up to date and has make installed:

sudo apt update -y
sudo apt install make -y

Installation

Run the following command to install and configure the sits environment:

sudo make install

Usage

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.

Versions

The sitsenv version is updated following the releases of the sits R package.

Contributing

If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.