Skip to content

Useful scripts to quickly configure sits environments with RStudio.

License

Notifications You must be signed in to change notification settings

e-sensing/sitsenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.