Assume I want to compare the dependencies of e.g. devtools 2.4.2
with devtools 2.4.5
. Is there some prebuilt function "somewhere" that will return a readable output informing me on what has changed in the dependency structure (including minimum required versions) of the package?
Currently, the only option I see is manually comparing the DESCRIPTION
files and taking notes. I'm aware - of course - that I can probably write something myself but the question is more or less whether someone has already done this and where I can find that.
You can use the tool diffify
: https://diffify.com/R