Skip to content

ChemRICH R package #18

Description

@JG1ANDONLY

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions