r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
101 stars 32 forks source link

typo #364

Closed musvaage closed 9 months ago

musvaage commented 1 year ago

the below if fixed would preferrably accompany a regeneration of the .Rd file

checking

$ grep -nr cheking revdepcheck
revdepcheck/R/db.R:57:#' @param package The name of the package under revdep cheking.
revdepcheck/man/db_setup.Rd:10:\item{package}{The name of the package under revdep cheking.}
$ 

fix (GNU sed)

sed -i "s/cheking/checking/g" R/db.R

fix (BSD sed)

sed -ie "s/cheking/checking/g" R/db.R

plus

regeneration of the relevant .Rd file

musvaage commented 9 months ago

Closed due to age.

bbolker commented 9 months ago

Why close this? As far as I can tell the typo is still there ?

musvaage commented 9 months ago

https://github.com/r-lib/revdepcheck/issues/364

https://github.com/r-lib/rcmdcheck/issues/204

these ticket's related pulls had numerous test fails

both closed after a length of time as no explanation had been forthcoming regarding the test fails