Test duplicate R package locally -
i'm looking @ trying make updates package have installed. i'd extend existing package in few ways including:
- adding new r source file
- updating namespace file
- modifying few other existing r source files
i presume these changes require complete install test (i.e. use of namespace correct, etc).
how go installing package locally while making changes considering original package installed?
the thing can think of change name of package , install - there better method allows testing changes existing package?
Comments
Post a Comment