Forgive this naive question, but I'm not accustomed to using Win ports of Unix tools (actually I'm unfamiliar with Unix tools, period). Anyway, I've successfully compiled the R-1.1.1 sources into the full binary package. Everything seems to work. I'd like to remove all the "made" files and leave only the original source code and the compiled binary code. Is there some other tool that will clean up after the compile and link cycle? What file suffixes can be deleted safely (subject to leaving the original source and the needed binaries)? Thanks, ====================Dr. Marc R. Feldesman Professor and Chairman Anthropology Department Portland State University 1721 SW Broadway Portland, Oregon 97201 email: feldesmanm at pdx.edu phone: 503-725-3081 fax: 503-725-3905 http://odin.cc.pdx.edu/~h1mf ===================== "Anyway, no drug, not even alcohol, causes the fundamental ills of society. If we're looking for the source of our troubles, we shouldn't test people for drugs, we should test them for stupidity, ignorance, greed and love of power." P.J. O'Rourke Powered by Optiplochoerus and Windows 2000 (scary isn't it?) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Wed, Sep 13, 2000 at 10:13:56AM -0700, Marc Feldesman wrote:> Forgive this naive question, but I'm not accustomed to using Win ports of > Unix tools (actually I'm unfamiliar with Unix tools, period). > > Anyway, I've successfully compiled the R-1.1.1 sources into the full binary > package. Everything seems to work. I'd like to remove all the "made" > files and leave only the original source code and the compiled binary > code. Is there some other tool that will clean up after the compile and > link cycle? What file suffixes can be deleted safely (subject to leaving > the original source and the needed binaries)? >Go to path-to/R-1.1.1/src/gnuwin32. Then > make clean remove all the file created during the compilation but executables, dll's, documentation,.... > make distclean remove all was created (executables,...,too). If you want to know which files are actually deleted look to src/gnuwin32/Makefile and find the two blocks of rows starting with "clean:" and "distclean:". guido -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hi! I am running overnight in an R script a batch of nonlinear regressions where I fit groups of nested models to a file of data and I am having some trouble that perhaps you could help me: If for a certain model I don't have some good initial estimates, the nls program outputs an error message and stops execution of the script, leaving me the morning after with most of the work undone. Is there a way to trap that error in R and make the script continue, so the day after I will have all the fits but the ones that yielded errors (and then I can take care of the faulty ones). my best regards, IOsu -- Jesus Maria Frias Celayeta, PhD. Process Engineering Department University College Cork,Cork Ireland phone: 353-21-903096 fax: 353-21-270249 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._