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

2014-08-10 Thread Grant Rettke
nterested in or knowledgeable about programming". As such, I posted it here. Where did I go wrong? Thanks for letting me know on both parts and have a great day. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --S

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] "Fastest" way to merge 300+ .5MB dataframes?

2014-08-10 Thread Grant Rettke
Do people 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 be

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

2014-08-10 Thread Grant Rettke
cale: │ [1] en_US/en_US/en_US/C/en_US/en_US │ │ 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

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

2014-08-10 Thread Grant Rettke
R USE ATTACH! Use `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)

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-05 Thread Grant Rettke
t as: • My rebind of `attach' occurs • Then all of the packages are loaded and they are referring to my-rebound `attach' • That is a problem because it *will* break package code • Clearly me putting that code in `.Rprofile' is the wrong place. What I am looking for now is the "right way

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

2014-08-05 Thread Grant Rettke
nnot change value of locked binding 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

[Rd] Minor documentation change for assign

2014-08-05 Thread Grant Rettke
[1] en_US/en_US/en_US/C/en_US/en_US | | 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.