Explore >> Select a destination


You are here

pillar.r-lib.org
| | echarts4r.john-coene.com
4.2 parsecs away

Travel
| |
| | r4ds.hadley.nz
3.9 parsecs away

Travel
| |
| | parsnip.tidymodels.org
2.5 parsecs away

Travel
| | augment() will add column(s) for predictions to the given data.
| | www.outcoldman.com
67.0 parsecs away

Travel
| If you are on Mac, I highly recommend trying the app I have built ShellHistory. I spend a lot of time in terminals, as most of you. I never been more productive than when I started to use dbhist. You probably know several ways how you can search bash history. My ways were Control-R or history | grep foo. Both have limitations, both has issues. With grep it always a hassle for me to write POSIX compatible regexp, like it always gets me, it should be [[:digit:]], not \d. And don't want to mention how often bash corrupts or unexpectedly overrides history file, which I use one for all sessions.