Re: [R] How to look within .Internal ?

2008-12-07 Thread David Winsemius
I think it a problem that is local to you. In particular the optim.c code appears available. Perhaps you should determine how to force your browser to refresh a page. -- David Winsemius On Dec 7, 2008, at 1:13 PM, megh wrote: https://s

Re: [R] How to look within .Internal ?

2008-12-07 Thread megh
https://svn.r-project.org/R/trunk/src/main is not opening for last few days. Is there any problem with this or the materials were moved to different address? Duncan Murdoch-2 wrote: > > On 11/19/2008 10:13 AM, megh wrote: >> In the optim() function there is a syntax : >> >> res <- .Internal(op

Re: [R] How to look within .Internal ?

2008-11-19 Thread Duncan Murdoch
On 11/19/2008 10:13 AM, megh wrote: In the optim() function there is a syntax : res <- .Internal(optim(par, fn1, gr1, method, con, lower, Here how can I see the inside-codes of ".Internal" function ? You need the R source code. Then find src/main/names.c, and look up "optim". It will te

[R] How to look within .Internal ?

2008-11-19 Thread megh
In the optim() function there is a syntax : res <- .Internal(optim(par, fn1, gr1, method, con, lower, Here how can I see the inside-codes of ".Internal" function ? Regards, -- View this message in context: http://www.nabble.com/How-to-look-within-.Internal---tp20581897p20581897.html Sent fr