-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems running cat()
in .Rprofile
at start up
#6344
Comments
I imagine it is running, i.e. if you put |
Thanks. But |
@jmcphers this seems to be an issue with the kernel supervisor. If I turn off the kernel supervisor and go back to the jupyter adaptor, then I see the |
If you put both of these in the same Rprofile, then do you still see x <- 1
source("renv/activate.R") |
Yes, with this:
If I run the
|
cat()
in .Rprofile
at start up
Maybe a regression for #1481? Perhaps we should consider a test with |
Type: Bug
Edit your .Rprofile to include a line like:
cat("This is the .Rprofile in my home directory.")
Restart your R session within Positron. In Positron, I see:
What I expect to see is something like:
VS Code version: Positron 1.96.0 (Universal) (55f7331, 2025-02-10T16:03:19.797Z)
OS version: Darwin arm64 23.6.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
The text was updated successfully, but these errors were encountered: