Jason,
as Chuck Berry (to whom, *thanks* for 'do {...} while(0)'!) suggested,
using grep, or even grep executed from find, such as
find . -type f -exec grep -H "dpois" \{\} \; | less
(executed from the root of an R source tree), is your friend.
cheers, Greg
> On May 31, 2018, at 8:25 AM, Jason Serviss wrote:
>
> Hello all,
>
> I am trying to get a better understanding of the underlying code for the
> stats::dpois function in R and, specifically, what happens under the hood
> when it is called. I finally managed to track down the C course at:
>
Hello all,
I am trying to get a better understanding of the underlying code for the
stats::dpois function in R and, specifically, what happens under the hood when
it is called. I finally managed to track down the C course at:
https://github.com/wch/r-source/blob/trunk/src/nmath/dpois.c. It woul
This is now resolved in R-devel and R_patched.
Best,
luke
On Sun, 29 Apr 2018, Luke Tierney wrote:
Thanks -- I'll commit a fix after some testing.
Best,
luke
On 04/29/2018 06:22 AM, Duncan Murdoch wrote:
On 28/04/2018 11:11 PM, Suharto Anggono Suharto Anggono via R-devel wrote:
.Internal