JRaviLab / MolEvolvR

An R Package for characterizing proteins using molecular evolution and phylogeny
https://jravilab.github.io/MolEvolvR/
Other
6 stars 16 forks source link

Refactor Example Data: R-CMD check error #118 #120

Open Joiejoie1 opened 1 week ago

Joiejoie1 commented 1 week ago

Pull Request Description:

Summary

This pull request addresses an error encountered in R-CMD check due to improperly formatted example data within the reverseOperonSeq function. The primary motivation for this change was to ensure that the function operates without errors and meets R-CMD check requirements.

Motivation

The R-CMD check error was raised when running the function due to issues in the example data, which did not meet required standards. This PR aims to resolve that issue by refactoring the example data and adjusting the function to handle potential edge cases within genomic contexts.

Adjustments Made

Related Issues

This pull request resolves issue #118 and provides additional unit tests to prevent similar issues in the future. Also, if you haven't already, please use pre-commit run --all-files to help check your files using this project's pre-commit configuration. Pre-commit checks will automatically run as part of opening this pull request and we seek to ensure all checks pass before merging changes. -->

What kind of change(s) are included?

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.