Skip to content
Prev 174189 / 398506 Next

.Internal

G'day Kevin,

On Wed, 18 Mar 2009 21:46:51 -0700
<rkevinburton at charter.net> wrote:

            
@Article{Rnews:Ligges:2006,
  author       = {Uwe Ligges},
  title        = {{R} {H}elp {D}esk: {Accessing} the Sources},
  journal      = {R News},
  year         = 2006,
  volume       = 6,
  number       = 4,
  pages        = {43--45},
  month        = {October},
  url          = http,
  pdf	       = Rnews2006-4
}

http://CRAN.R-project.org/doc/Rnews/Rnews_2006-4.pdf
Unlikely.  In "Writing R Extensions" (and the functions I looked up),
'rho' usually denotes an environment that is used to evaluate
expressions in.  Typically (i.e. in cases that I had need to look at),
all arguments are rolled into the SEXP arg for internal functions.

HTH.

Cheers,

	Berwin