-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace the function names in R/plotme.R #50
Comments
#notetoself @the-mayer, we need to figure out what these |
Not sure if this is helpful @jananiravi but all these functions (except all_non_n_cols_to_char) appear to be user-facing. They all appear in the NAMESPACE file. create_all_col_params - appears to be designed to generate a set of parameters based on the columns in a data frame (count_data) |
Just a note, eventually we will be reducing the number of exports for MolEvolvR. At current, the NAMESPACE file is not the definitive source of truth for what will be exported in the release version of MolEvolvR . |
Refactored function names in R/plotme.R - fixes #50
Originally posted by @the-mayer in #7 (comment)
All updates should follow this format:
NOTE: Before beginning to work on a particular file, please check to see that @jananiravi has given the 👍 on the comment.
Please follow the contributing guidelines and create a new branch containing your changes. Commit your work, and submit a PR when ready for review.
Additionally, use the search in all files functionality in VS code, Rstudio, or any other text editor, and list all files the function is being called or used to be updated later.
The text was updated successfully, but these errors were encountered: