Re: [Rd] Is it a good idea or even possible to redefine attach?

2014-08-10 Thread Grant Rettke
Thank you for that pleasant and concise explanation! I will keep at it. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been

Re: [Rd] Is it a good idea or even possible to redefine attach?

2014-08-10 Thread Grant Rettke
`unsafe.attach` if you must.) unsafe.attach(...) } base::attach(gcr, name=gcr, warn.conflicts = FALSE) } Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become

[Rd] How to redefine `require' to generate a warning and delegate work to the original require?

2014-08-10 Thread Grant Rettke
grDevices utils datasets methods base │ │ loaded via a namespace (and not attached): │ [1] compiler_3.1.1 tools_3.1.1 ╰ Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ

[Rd] Fastest way to merge 300+ .5MB dataframes?

2014-08-10 Thread Grant Rettke
usually do something else because it is /faster/ (by some definition)? Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since

Re: [Rd] Fastest way to merge 300+ .5MB dataframes?

2014-08-10 Thread Grant Rettke
My sincere apologies. Having read http://www.r-project.org/posting-guide.html , I had wanted to post this one to R-help. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life

[Rd] Minor documentation change for assign

2014-08-05 Thread Grant Rettke
| | attached base packages: | [1] stats graphics grDevices utils datasets methods base | | loaded via a namespace (and not attached): | [1] compiler_3.1.1 tools_3.1.1 ` Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com

[Rd] Is it a good idea or even possible to redefine attach?

2014-08-05 Thread Grant Rettke
for 'attach' ` If I unlock `attach' I assume that I could stomp on it... however is that even a good idea? What will I break? My goal was never to allow `attach' in my system, but it was just an idea. Kind regards, Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http

Re: [Rd] Is it a good idea or even possible to redefine attach?

2014-08-05 Thread Grant Rettke
time • Always use Emacs and ESS to run R and add a hook so that the code will be run after ESS loads • Something I am missing [this] http://stat.ethz.ch/R-manual/R-devel/library/base/html/Startup.html Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http