From 3caf3efad682187e9f5a933f6be42f1a06598d16 Mon Sep 17 00:00:00 2001 From: Riccardo Porreca Date: Sat, 27 Apr 2019 15:32:20 +0200 Subject: [PATCH] 'TRNG' acronym and references in Description. * As requested for CRAN re-submission. --- DESCRIPTION | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7262965..5e73701 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,9 +11,12 @@ Authors@R: person("Heiko", "Bauke", role = c("ctb", "cph"), comment = "TRNG sources and headers")) Description: Embeds sources and headers from Tina's Random - Number Generator C++ library. Exposes some functionality for easier - access, testing and benchmarking into R. Provides examples of how to - use parallel RNG with 'RcppParallel'. + Number Generator ('TRNG') C++ library. Exposes some functionality for + easier access, testing and benchmarking into R. Provides examples of + how to use parallel RNG with 'RcppParallel'. The methods and + techniques behind 'TRNG' are illustrated in the package vignettes and + examples. Full documentation is available in Bauke (2018) + . License: GPL-3 URL: https://github.com/miraisolutions/rTRNG#readme, https://mirai-solutions.ch