I am currently downloading the R function files from your GitHub repository and running them manually and individually on my local machine. I was wondering if you have developed these functions into a more integrated R package. Such a package would greatly streamline the installation and usage process.
For instance, if there's a package available, it could potentially be installed using a code structure like this:
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_github("barupal/chemrich")
This method would be more efficient for users, as it allows for direct installation and easier management of the package within the R environment. Please let me know if a package is available or if there are plans to release one in the future.
Thank you for your work on this project and for any information you can provide.
I am currently downloading the R function files from your GitHub repository and running them manually and individually on my local machine. I was wondering if you have developed these functions into a more integrated R package. Such a package would greatly streamline the installation and usage process.
For instance, if there's a package available, it could potentially be installed using a code structure like this:
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_github("barupal/chemrich")
This method would be more efficient for users, as it allows for direct installation and easier management of the package within the R environment. Please let me know if a package is available or if there are plans to release one in the future.
Thank you for your work on this project and for any information you can provide.