└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ### diffify 2 | 3 | Diffify enables quick and easy comparison between different versions of R packages stored on [CRAN](https://cran.r-project.org/) and Python packages stored on [PyPI](https://pypi.org/). In particular, diffify provides information from the NEWS file, as well as changes in the dependencies, namespace and functions of a package. 4 | 5 | Explore the tool at [diffify.com](https://diffify.com/). 6 | 7 | If you see anything that isn't working as it should, please raise a new issue [here](https://github.com/jumpingrivers/diffify/issues). 8 | --------------------------------------------------------------------------------