Re: [Rd] Downsized R configuration for flat deployment

2020-01-06 Thread Daniele Medri
Il giorno sab, 21/12/2019 alle 14.45 +, Gábor Csárdi ha scritto: > FWIW this recent project of mine has somewhat similar goals: > https://github.com/r-hub/r-minimal Thank you Gàbor. FWIW, I wrote a bash prototype for my needs with some features: https://github.com/dmedri/roaster HTH Regards

Re: [Rd] Downsized R configuration for flat deployment

2019-12-22 Thread Simon Urbanek
DM, can you clarify somewhat what you are exactly concerned about? The standard build of R on Linux is relocatable without any special flags needed since R doesn't use absolute paths but manages library path to its components itself so it's very flexible (e.g., I use this feature to run R jobs

Re: [Rd] Downsized R configuration for flat deployment

2019-12-21 Thread Gábor Csárdi
Hi, FWIW this recent project of mine has somewhat similar goals: https://github.com/r-hub/r-minimal Gabor On Sat, Dec 21, 2019 at 2:40 PM wrote: > > Dear folks, > > I'm testing a downsized R build - in features and obviously sizes - > for a "modern" flat deployment (eg. like python virtualenv,

[Rd] Downsized R configuration for flat deployment

2019-12-21 Thread dmedri
Dear folks, I'm testing a downsized R build - in features and obviously sizes - for a "modern" flat deployment (eg. like python virtualenv, just to name one). Questions: 1) Is flat style possible? 2) With this setup, R and packages can be installed/updated? 3) The directory can be easy renamed o