[Rd] Understanding the sequence of events when calling the R dpois function

Greg Minshall min@h@ll @ending from @cm@org
Thu May 31 20:08:49 CEST 2018


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



More information about the R-devel mailing list