Hello, I'm using a function from an existing but retired package, thus I don't expect the author of the package to update it. Currently what I do is:
- fork the package from the author's GitHub to my Github;
- modify the source code in my GitHub;
- (need to restart the R session)?
- re-install the package from my GitHub;
- use the modified function.
I was wondering, is there a convenient way to complete the whole process?
Many thanks for your guidance.