0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)R1,120 stars (1,120 stars)125 forks (125 forks)batch import
help wanted
- Tech stack
- None
- Issue type
- test
- Research direction
- Review the existing test structure in the linked tests directory (https://github.com/yihui/tinytex/tree/master/tests) and codecov report (https://codecov.io/github/yihui/tinytex?branch=master) to identify gaps in coverage. Focus on adding unit tests for core functions like tinytex::install tinytex() and related utilities. Consider using testthat package for R tests. Check the blog post (https://yihui.name/en/2018/07/add more tests/) for guidance on testing philosophy.