hodgesse1 / rfortran

Automatically exported from code.google.com/p/rfortran
0 stars 0 forks source link

R package manipulation routines #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
*** Please provide a description of the enhancement you are requesting.

I recommend the development of package manipulation procedures for general use:

1. RChekPakagez(list): to check if a package(s) is already loaded

2. RLoadPakagez(list): to load requested package(s).
   Both should be overlorded to handle scalar and vector lists.

3. RDetermPakagez(scriptName): parse an R script and determine any
"library()" commands and the associated packages.

This functionality is useful in general, eg, can be used to resolve issue
36, but evidently is of vastly more general utility than that.

Original issue reported on code.google.com by dmitri.k...@gmail.com on 14 Jul 2009 at 2:04

GoogleCodeExporter commented 8 years ago

Original comment by mark.th...@gmail.com on 4 Mar 2010 at 3:18

GoogleCodeExporter commented 8 years ago

Original comment by mark.th...@gmail.com on 14 Feb 2011 at 10:58