rprofile Questions

2

Solved

Short version What is the simple and elegant way to use renv, venv and jupyterlab with IRkernel together? In particular, how to automatically activate renv from jupyter notebook that is not in the ...
Canalize asked 23/2, 2022 at 18:31

2

Almost every tool I use can be exited from terminal by typing exit. But R, being "unique" requires I type q(). Can I set-up something in .Rprofile to achieve this?
Lordosis asked 8/3, 2022 at 15:48

3

Solved

I asked this question earlier, but am still unable to get it working. I am trying to install custom packages upon starting R. A lot of the code that is written by us right now is available for edit...
Tamaru asked 17/7, 2012 at 21:0

1

Solved

I am trying to set some global options for blogdown package in ~/.Rprofile script but they are not being sourced. Here's how the .Rprofile script looks like: options(blogdown.ext = ".Rmd", blogdow...
Sparrow asked 4/6, 2018 at 17:58

1

Is there any idea, how I can find the version of my Rscript? The issue is, once I am running R in mac terminal, the version is 3.2.2 but running via Rscript the version is changed to 3.0.2. I woul...
Neiman asked 29/5, 2017 at 4:0

1

I am working with a "factory fresh" version of RStudio on Windows 7. R is installed under C:/Program Files which means the default libraries are stored here, and the two locations contained in .lib...
Gothicism asked 5/3, 2013 at 14:13

1

Solved

In R and RStudio, I think I have messed around with the .Rprofile file a few times, and I currently am loading up an old version of it upon startup of R or RStudio, is there a way that I can quickl...
Wunderlich asked 6/12, 2012 at 1:52

1

Solved

I have a global ~/.Rprofile file and another .Rprofile file located in my project's current working directory and both of the have the following contents: .First() <- function() { options(rstud...
Retroactive asked 29/11, 2012 at 20:10

24

Solved

I have always found startup profile files of other people both useful and instructive about the language. Moreover, while I have some customization for Bash and Vim, I have nothing for R. For...
Duky asked 27/7, 2009 at 18:17
1

© 2022 - 2025 — McMap. All rights reserved.