Davis Vaughan
Davis Vaughan
In https://github.com/posit-dev/ark/pull/205, one of the things we did was attempt to set the env vars `LD_LIBRARY_PATH` on Linux and `DYLD_FALLBACK_LIBRARY_PATH` on macOS. We did this by utilizing R's `etc/ldpaths` script,...
With R 4.2 With R 4.3.1 The problem is similar to https://github.com/posit-dev/ark/pull/119 At this point: https://github.com/posit-dev/ark/blob/47d6ee885cc1827a3683eaa1d9eaabb94933eab8/crates/ark/src/lsp/help.rs#L163 we are looking for a selector of `tr[style="vertical-align: top;"] > td`. As of R...
We should look at our usage of `debug!`, there aren't many https://github.com/search?q=repo%3Aposit-dev%2Fark%20%22debug!%22&type=code I think most of these would be better as `info!`? In particular we currently set our default log...
I'd _really_ love to be able to hit `CMD + F` while in the Console to pull up a search bar that I can type text in. I'd expect that...
> Writes the day of month as a decimal number. If the result is a single decimal digit, it is prefixed with a space. https://en.cppreference.com/w/cpp/chrono/zoned_time/formatter ```r > clock::date_format(as.Date("2020-01-02"), format =...
I'm not entirely sure how we got here in the first place, but this came from a private beta user https://github.com/posit-dev/positron-beta/discussions/19#discussioncomment-9407240 ``` [R] 2024-05-12T16:18:40.325464000Z [ark-unknown] WARN crates/harp/src/utils.rs:102: `format()` method for...
@dskard has a case where a tool he uses puts R versions in `~/.renv/` rather than the "standard location" that R (and rig) typically use. Rather than including this as...
So you can look at their sources in a temporary editor pane, ideally recognized as an R file with syntax highlighting
Good first issue for TDD if you've never done a PR before! https://github.com/tidyverse/dplyr/blob/0005f6768fa765b3bba5148711967d58b6013037/R/funs.R#L52 Cumulativate -> Cumulative Don't forget to redocument!
i.e. from https://github.com/tidyverse/tidyr/pull/1461/, which is on CRAN