JRaviLab / MolEvolvR

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

Tree.R : R-CMD check #113

Open Klangina opened 2 weeks ago

Klangina commented 2 weeks ago
  • [ ] generate_fa2tre: no visible binding for global variable ‘tre_path’
  • [ ] generate_fa2tre: no visible binding for global variable ‘prot’
  • [ ] generate_fa2tre: no visible global function definition for ‘midpoint’

Note, in addition to undefined global variables, this function will need to declare an import for midpoint After the changes in PR-#108, the following errors are of significance.

Originally posted by @the-mayer in https://github.com/JRaviLab/MolEvolvR/issues/4#issuecomment-2395224614

Klangina commented 2 weeks ago

@the-mayer : Kindly review the above PR.