Skip to content

IDEMSInternational/instatExtras

Repository files navigation

IDEMSinstatExtras

Lifecycle: experimental

This is an R package containing assorted functions which are created for R-Instat, a GUI-free front-end being developed for R. These functions are designed to provide standalone capabilities for various tasks within the R programming environment.

Installation

You can install the development version of instatExtras from GitHub with:

# Install devtools package if not already installed
if (!requireNamespace("devtools", quietly = TRUE)) {
  install.packages("devtools")
}

# Install instatExtras
devtools::install_github("IDEMSInternational/instatExtras")

Usage

Once installed, you can load the package and start using its functions.

# Load the instatExtras package
library(instatExtras)

For detailed documentation on individual functions and their usage, please refer to the function documentation within R.

Contribution

Contributions to instatExtras are welcome! If you find any issues or have suggestions for improvements, please open an issue on the GitHub repository.

Acknowledgments

This package was developed as part of the R-Instat project. We acknowledge the contributions of all developers and contributors to the project.

About

Functions from the stand_alone_functions.R file in R-Instat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages