[R-pkg-devel] revdeprun: Rust CLI for automating revdep checks on cloud instances
Nan Xiao
me @end|ng |rom n@nx@me
Tue Oct 28 04:07:59 CET 2025
Dear all,
I wanted to share a tool revdeprun that I built over the weekend. It might be useful if you maintain R packages with many reverse dependencies.
If you ever needed to run revdepcheck on a disposable cloud instance, you will know that the setup can be tedious. Install R, set environment variables, and handle other details before you can even start the actual checking. revdeprun automates all that. Once installed, you can run a full reverse dependency check with a single command:
revdeprun https://github.com/username/repo.git
It is written as a Rust CLI tool rather than an R package or a shell script, which makes it a bit easier to compile and run without setting up language runtime.
Blog post: https://nanx.me/blog/post/revdeprun/
GitHub: https://github.com/nanxstats/revdeprun
Cheers,
-Nan
More information about the R-package-devel
mailing list