I have a package that was developed by one of my colleague and she left the organization. The package was developed on R version 3.3.0 and it works fine with R 3.x.x. However when I try to install it in R 4.1.0, I get below error.
Error: package or namespace load failed for "xxxx": package "xxxx" was installed before R 4.0.0: please reinstall it
I tried multiple ways that was suggested by stack overflow members, but I couldn't install.
My Needs:
I have the zip file for the package and I need to view the entire script for the package and edit it. How do I do that?
What edits should I do to enable this package to work on R 4.1.0?
Any help would be appreciated. Thank you in advance