Skip to contents

Overview

rutils is an R package that I (Daniel Vartanian) use to store and organize my utility functions until they are ready to be moved to their own package.

This package is primarily intended for personal use, but you are welcome to use it if you find it helpful. Please note that not all functions are exported or documented. Access the source code to see them all.

If you find this project useful, please consider giving it a star!   GitHub repo stars

Installation

You can install rutils using the remotes package:

remotes::install_github("danielvartan/rutils")

License

Copyright (C) 2025 Daniel Vartanian

rutils is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.