Magnus Thor Torfason
Magnus Thor Torfason
Around a month ago, I encountered an issue while performing a `brew upgrade`. The specific error thrown was: ``` Error: Permission denied @ rb_readlink - /usr/local/bin/R-4.3-x86_64 ``` To fix this,...
The `fromJSON()` function takes care to treat `1` as an integer and `1.0` as a double, which is great. However, it seems that `toJSON()` does not make this distinction. This...
I'm a pretty heavy user of Ace with vim mode in RStudio, which looks like it is based on jim. I like it very much, but I´m running into some...
I want to calculate a scale and add it to my data frame. Here are three options that do work: ```r d |> rowwise() |> mutate(my_scale_a = mean(c_across(starts_with("M:")), na.rm =...
It is a widespread practice to rely on `set.seed()` to construct pseudo-random sets of analyses, but in a reproducible manner. Some functions within the `cachem` package modify this seed, but...
I need to access exact exchange rates according to the ECB. The underlying service that `priceR` uses allows this, with a single `source` parameter. For the latest rates, this would...
Output of `restic version` -------------------------- restic 0.12.0 compiled with go1.15.7 on darwin/amd64 What are you trying to do? What problem would this solve? --------------------------------------------------------- `restic recover` does an awesome job...
I just tried installing `dog` using Homebrew and received the following error message: ```sh $ brew install dog Error: dog has been disabled because it is not maintained upstream! It...
**Is your feature request related to a problem? Please describe.** No, this is not really a problem – just a very "nice-to-have" feature request. **Describe the solution you'd like** I...