Changelog
Source:NEWS.md
MuscleTernary 0.26
- Moved
ggtern,readxl,tidyverse, andanimationfromDependstoImportsinDESCRIPTION. - Added
URLandBugReportsfields toDESCRIPTION. - Added
@returndocumentation tomake_mel()andxfiber_to_maya(). - Added examples to all exported functions.
- Code quality improvements: replaced
sapply()withvapply(), replaced1:nrow()/1:length()patterns withseq_len()/seq_along(), addedfixed = TRUEto plain-string pattern matching calls.