Displaying 1 result from an estimated 1 matches for "clean_dst".
Did you mean:
clean_data
2010 Feb 18
2
Where does install.R go when R gets compiled? Or, how to experiment with changes to install.R?
Hello, everybody.
I apologize if this is obvious. I've not tried to make changes in R
code within the R source itself before.
I'm pursuing an experiment to make RPM files for R packages
on-the-fly. Any time I install an R package successfully, I want to
wrap up those files in an RPM. Basically, the idea is to "hack" an
option similar to --build for R CMD INSTALL.
I observe