gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
20 stars 8 forks source link

R: Load packages per file #486

Open gjwgit opened 4 days ago

gjwgit commented 4 days ago

Explore loading packages every file.

Use library(xxx) per file as documentation.

require() / install in session_setup.R (was main.R)

See also #487 - these are being resolved togther through branch gjw/486 with a review of the handling of the R code.

gjwgit commented 21 hours ago

Added a new function to the session install_if_missing() and do all the installs once on startup if required. Should only be required once.