Jonathan
Jonathan
In Shiny documents, it's possible to refer to external images using traditional Markdown syntax, but most other references to external resources don't work: for example ``, ``, and `` don't...
### Repro First, create the following R Markdown document and save it as `config.Rmd`. --- title: "Config" output: html_document --- ```{r} config::get() ``` Next, add a `config.yml` file in the...
When rig sets the CRAN repository, it does so by adding: ```r options(repos = c(CRAN = "https://cloud.r-project.org/")) ``` to `library/base/R/Rprofile`. This setting is very aggressive; it cannot be disabled (not...
In Positron, the Simple Browser (inherited from Code OSS) and the Positron Viewer Pane have a _lot_ of overlap. Both of them show URLs and provide a toolbar for navigating...
Followup from https://github.com/posit-dev/positron/discussions/3677. Positron enumerates the registry to find R on Windows, which successfully discovers R installations that were installed in the traditional way (i.e. with the R installer). However,...
Several beta users have already reported trouble rendering documents with Positron because the render tasks can't find Pandoc, even though it ships with Positron. This change supplies the`RSTUDIO_PANDOC` environment variable...
via @wesm: My hunch is that Positron's Linux build environment (https://github.com/posit-dev/positron/blob/main/.github/workflows/build-release-linux.yml) is causing the glibc version requirement to be beyond some older Linux distributions, like Ubuntu 20.04. based on https://code.visualstudio.com/docs/supporting/FAQ,...
Frontend should break up multiline selections that get sent to Console (by expression or by `\n`)
To reproduce, create a .R file that contains 50 lines, each of which has this text on it: ```R # This is a long comment that takes a lot of...
R 4.4.0 adds experimental native binaries for ARM64 Windows: https://blog.r-project.org/2024/04/23/r-on-64-bit-arm-windows/ As we already do on macOS, we should build a variant of ARK for ARM64 that can work natively with...
### Discussed in https://github.com/posit-dev/positron-beta/discussions/220 Originally posted by **mikemahoney218** June 20, 2024 Hi all, When clicking to expand a large data frame in the Variables tab, I get the following error:...