https://github.com/cran/Rlecuyer
Raw File
Tip revision: e145dd4ad020392393f12237e3e5ba16b8925747 authored by Hana Sevcikova on 02 December 2023, 00:40:02 UTC
version 0.3-8
Tip revision: e145dd4
ChangeLog
v0.3-8 - 12/01/2023:
 - type casting fix

v0.3-6/7 - 03/23/2023:
 - fixed the definitions of C functions with no arguments.
 - help page for the package added as well as more examples.

v0.3-5 - 11/19/2019:
 - Wei-Chen Chen fixed a NOTE regarding registering dynamic C calls.

v0.3-4.1 - 11/17/2019:
 - Changes made by Kurt Hornik (fixes return values for functions called by .Call)
 
v0.3-4 - 09/17/2015:
 - Pierre L'Ecuyer added to Authors
 - Fixed wrong "UNPROTECT"ing objects

v0.3-3 - 02/01/2012:
 - .First.Lib replaced by .onLoad, .Last.Lib by .onUnload

v0.3-2 - 01/25/2012: 
 - NAMESPACE added
 - In the C code, functions printf and exit replaced by Rprintf and error, respectively.
 - Minor cosmetic changes.

04/29/2004: Initial version
back to top