Skip to content

How to see any R package code?

1 message · sayan dasgupta

#
You have to use R CMD REMOVE "Package NAME" to uninstall the package(from
Command line) .
Then R CMD build brainwaver.tar.gz 
the R CMD INSTALL brainwaver.tar.gz  to re install then the changes you made
you be effective
Zhijiang Wang wrote: