Joined February 2011
122 Photos and videos
Pinned Tweet
I've just updated this entire 3yo tutorial to be completely up to date. How to set up your own Shiny Server or RStudio on the cloud - step by step guide deanattali.com/2015/05/09/se…
5
40
185
Was there a data breach at @DataCamp recently? I got spam to an email account that was exclusively used with their site
1
2
2,797
Replying to @oliviachow
@oliviachow @MayorOliviaChow I chatted with you today while you were putting on your skates, telling you that I personally know many Jews are afraid to walk around downtown Toronto. You assured me to "tell them not to worry". 30 min later there were Hamas support banners and
1
3
713
intifada chants in the exact same spot we were talking. I respectfully ask you to keep in mind that Jews here legitimately feel threatened and are constantly harrassed. Please rememebr that. I would also like to personally invite you to a quiet peaceful event, if you would DM me
1
629
Praying for my people
3
8
1,485
#rshiny bootstrap 5 users: what do you use to create a collapsible vertical navbar page? In bs3 we used {shinydashboard}, for bs4 we used {bs4Dash}, but they don't support bs5 and I can't find a matching function in {bslib}!
1
2
1,445
31 Aug 2023
Big thank you to @varna for becoming the latest sponsor of #beautifuljekyll !! 🙏 Thanks to people like you, I keep working on it nonstop for the past 8 years :) beautifuljekyll.com
2
1
7
1,430
⭐️ Single-Page Amazon Return Labels 🖨️ Every time I want to print an Amazon return label, I have to remove unnecessary text so that it will print on one page instead of 1.5 pages. I got annoyed with doing that every time, so I made a Chrome/FF extension chrome.google.com/webstore/d…

3
695
27 Jun 2023
Anybody have a good solution for a backing up Google Drive on another cloud service? I use Google Drive to store all my life, I don't mirror it to my desktop. I want an additional copy in case I acidentally delete/something gets messed up on GDrive.
3
1,154
22 Jun 2023
🗳️ When coding within a team, do you prefer:
7% Trunk-based development
93% Gitflow (branches)
27 votes • Final results
689
13 Jun 2023
#rstats question about CRAN mirror repos: When installing a package and providing a `repos` param, I assumed it overrides `getOption("repos")`. But from testing, it seems that's not true, it looks like the R option still takes precedence. Feels like a bug to me - why is this?
1
2
3
2,629
13 Jun 2023
The way I tested this: options(repos=c(CRAN="BADNAME.com")) install.packages("vctrs", repos = "cloud.R-project.org") I expected to immediately install from the correct repo, but instead I first get a warning about BADNAME. Why isn't it ignored?

1
2
659
📢 Major update to Beautiful-Jekyll (v6.0)📢 ✅ Search feature ✅ "Edit this page" button ✅ Instructions to use as GitHub page or Ruby gem ✅ Revamped documentation & FAQ ✅ Better a11y ✅Newer analytics platforms ✅ More comment systems And much more beautifuljekyll.com/updates
1
828
Any beautiful-jekyll site that is still using the deprecated Google Universal Analytics will start having this aggressive message show up, to make sure they know to update
420
17 Mar 2023
What's your favourite AutoML package in #rstats? (Without having to use reticulate)
4
2
8
4,895
I never experimented with GitHub Copilot yet because it has no #RStudio support. But I just went to sign up and it seems like I can get it for free, is this normal for anyone with open source work or should I consider myself lucky?
2
8
3,278
26 Feb 2023
Did anybody in the #rstats world ever try to chain #rshiny gadgets? Running into issues such as stackoverflow.com/questions/… and github.com/rstudio/shiny/iss…

2
1
4
2,763
26 Feb 2023
I'd like to summon @jcheng to see if you know how to correctly chain gadgets
2
552
Replying to @SpiritAirlines
@SpiritAirlines if you buy a TV, and 2 weeks before delivery the store tells you "we changed your order to a less desirable model, you can either accept that or pay us more money to cancel or pay us more to change it" would you accept that? That's exactly what you're doing
1
1
1,004
I bought tickets for a flight. 2 weeks before departure you told me the schedule changed. Every support agent is telling me that if I want to move back to my original flight time, I need to pay more money. Or I can cancel, but pay money for that too. Do you not see the issue?
1
1,038
26 Jan 2023
R pkg install help! 🙏 When installing a local #rstats package and specifying a private CRAN-like repo: install.packages(/path/to/tarball, repo = "file:///private/repo") If the pkg contains "Remotes" how can I force these remotes to also be installed from the same repo? 1/2
2
3
3
2,964
26 Jan 2023
For example: the pkg has a dependency that's on GitHub, so the Remotes DESCRIPTION section is used. But in some instances I can provide a CRAN-like repo that includes the GitHub packages, so I want to "ignore" the Remotes section. Is this possible?
1
611