Skip to contents

devkit is a professional, zero-dependency R development toolkit designed to streamline package management, environment setup, session auditing, and batch processing. It provides a suite of utilities to help developers maintain CRAN compliance and optimize their development workflow.

๐Ÿš€ Installation

Install the released version of devkit from CRAN with:

Or install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("zankrut20/devkit")

๐Ÿ› ๏ธ Usage

Once installed, simply load the library to access all utilities:

library(devkit)

# Example: Audit your package dependencies
audit_dependencies()

# Example: Clean up memory hogs
hunt_zombies()

๐Ÿ“ฆ Toolkit Overview

๐Ÿ“ฆ Package Management

๐Ÿงน Memory Management

๐Ÿ”ง Development Environment

๐Ÿ“Š Session Management

โš™๏ธ Batch Processing

๐Ÿ—๏ธ Code Generation

๐Ÿ” Privacy

๐Ÿ› ๏ธ Utilities

๐Ÿ“ License

This package is licensed under the MIT License.

๐Ÿค Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.