Viewing profile — eliashaddad
eliashaddad
HN member- Joined
- Mon, Sep 02, 2019, 10:32 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About eliashaddad
No profile information was provided.
Recent public activity
-
comment
Comment #30342120
In this case you should probably use the "here" or the "rprojroot" packages (libraries in conventional R parlance). They both simplify the usage of relative paths inside a project/…
-
comment
Comment #22123986
Vimium also works in FF. I am using it right now.
-
comment
Comment #21247002
Regarding TensorFlow, you could use the docker images and run everything in containers instead. They tend to work pretty fine out of the box.
-
comment
Comment #21214977
That is not true at all. R has inbuilt great parallel tools (check for example the doSnow and future frameworks); the best packages for data manipulation are mostly written in C (f…
-
comment
Comment #21214891
Besides the aforementioned browser(), try() and tryCatch(), you would check the packages assertive and assertr to guarantee the expected inputs, and testthat to create tests for yo…
-
comment
Comment #21005033
But then, to avoid that, you can embrace the concept of copyleft (free software) instead of open source. So, you can make your software free as in 'free speech', and obligate other…