The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

devkit

R-CMD-check pkgdown Lifecycle: experimental License: MIT codecov

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:

install.packages("devkit")

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.