@MikeCalcagno@heyhey@37signals Happens all the time for me. Worst part is every time it happens, I try another mail client like native Apple mail app and it works.
@koen_hufkens@jakub_nowosad@TrevorABranch While renv is a great initiative, I have honestly given up on it due to issues with cross platform / system dependencies. I just use docker containers these days. Maybe I am doing something wrong, but everyone on my team hates me for introducing renv.
#rstats when using multiple repositories (external/internal), can I specify repo priority? For example, always try to install from internal repo, then fall back on external.
@Rami_Krispin Do you have a strong preference on volumes vs bind mounts? Curious as I am having my team switch over to local rstudio-server via docker and persistent storage is the main thing I want to get right
Initial attempt at CML + tidymodels to display model outputs/metrics with every commit! Inspired by a blog post on CML/DVC by @lopp_sean#rstats https://t.co/uckVfziouq
I have an lapply that sources some R scripts, which in turn seems to make memory usage creep higher and higher. If I use a for loop instead, does it magically prevent the memory from growing? Can anyone enlighten me on whats going on? #rstats
@dgkeyes Consistency in business logic. We often have to do a repetitive workflow across multiple datasets maintained by multiple people. An internal package allows us to package, maintain, and test logic that is reused consistently by everyone on the team.
If not, I am really just looking for a safe way to replace a table with new data. And by safe, I just mean that while I replace the table, the "old" data is still accessible to the user until the "new" data is available.
@matherion @rstatstweet Yep! It's hundreds of powerpoint slides basically, split by specific categories so it was a must have. None of us wanted to spend hours making it by hand 😅
Am I doing this correctly? I want a higher level function that calls on lower level functions and allows users to provide any parameter for those lower level functions #rstats
@matherion @rstatstweet Hmm, I guess I would be nervous if child functions had the same parameter name but expected different values. Whether or not that is good API design is another topic hahaha but just something I thought of.