Closed musvaage closed 10 months ago
@gaborcsardi
Are you OK with implementing these instead of letting running tests update the tests/testthat/_snaps/*.md
files?
sed -i "s/accesible/accessible/g" rcmdcheck/tests/testthat/test-parse.R
sed -i "s/accesible/accessible/g" rcmdcheck/tests/testthat/dataonderivatives-test/00check.log
sed -i "s/accesible/accessible/g" rcmdcheck/tests/testthat/dataonderivatives-test/tests/testthat.Rout.fail
sed -i "s/accesible/accessible/g" rcmdcheck/tests/testthat/_snaps/parse.md
sed -i "s/programatically/programmatically/g" rcmdcheck/tests/testthat/fixtures/checks/comparing.txt
sed -i "s/programatically/programmatically/g" rcmdcheck/tests/testthat/_snaps/callback.md
portability note
sed -i <pattern>
fails on macosx and bsd where you should use sed -ie <pattern>
configuration warnings
there would remain these R/*.R file typos which if fixed would oblige regenerating the relevant man/*.Rd files
the DESCRIPTION file was modified upstream subsequent to submitting this ticket's related pull
the change to the DESCRIPTION file was reverted where it was considered that a rebase could be pursued
however after that second commit to my fork other unnamed files were then showing up as conflicting
accessible configuration programmatically warnings
unclear how to proceed with replacing the string
accesible
appearing as it does in multiple filestests/testthat/_snaps/parse.md
this file contains ANSI escape sequences for colourising output
the appearance of colourised output of course doesn't appear when the .md file from the repo is viewed in a browser
R/*.R
if those files are edited the corresponding man/*.Rd files should be regenerated