diff --git a/DESCRIPTION b/DESCRIPTION index 2200aea..d887b94 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,13 +16,13 @@ Description: Provided within are two high quality and fast PPRNGs that may be provide additional information. Depends: R (>= 3.2.0) -URL: https://github.com/coatless/sitmo, http://thecoatlessprofessor.com/projects/sitmo/, https://github.com/stdfin/random/ -BugReports: https://github.com/coatless/sitmo/issues +URL: https://github.com/coatless-rpkg/sitmo, https://r-pkg.thecoatlessprofessor.com/sitmo/, https://github.com/stdfin/random/ +BugReports: https://github.com/coatless-rpkg/sitmo/issues License: MIT + file LICENSE LinkingTo: Rcpp Imports: Rcpp (>= 0.12.13) -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 Suggests: knitr, rmarkdown, diff --git a/man/sitmo-package.Rd b/man/sitmo-package.Rd index 53516b0..c10bfa1 100644 --- a/man/sitmo-package.Rd +++ b/man/sitmo-package.Rd @@ -6,23 +6,15 @@ \alias{sitmo-package} \title{sitmo: Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files} \description{ -Provided within are two high quality and fast PPRNGs that may be - used in an 'OpenMP' parallel environment. In addition, there is a generator - for one dimensional low-discrepancy sequence. The objective of this library - to consolidate the distribution of the 'sitmo' (C++98 & C++11), 'threefry' and - 'vandercorput' (C++11-only) engines on CRAN by enabling others to link to the - header files inside of 'sitmo' instead of including a copy of each engine - within their individual package. Lastly, the package contains example - implementations using the 'sitmo' package and three accompanying vignette that - provide additional information. +Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel environment. In addition, there is a generator for one dimensional low-discrepancy sequence. The objective of this library to consolidate the distribution of the 'sitmo' (C++98 & C++11), 'threefry' and 'vandercorput' (C++11-only) engines on CRAN by enabling others to link to the header files inside of 'sitmo' instead of including a copy of each engine within their individual package. Lastly, the package contains example implementations using the 'sitmo' package and three accompanying vignette that provide additional information. } \seealso{ Useful links: \itemize{ - \item \url{https://github.com/coatless/sitmo} - \item \url{http://thecoatlessprofessor.com/projects/sitmo/} + \item \url{https://github.com/coatless-rpkg/sitmo} + \item \url{https://r-pkg.thecoatlessprofessor.com/sitmo/} \item \url{https://github.com/stdfin/random/} - \item Report bugs at \url{https://github.com/coatless/sitmo/issues} + \item Report bugs at \url{https://github.com/coatless-rpkg/sitmo/issues} } }