From 8521afbcb35b2f8a0c87898b0836a6bb9d932214 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sun, 29 Oct 2017 13:42:16 -0500 Subject: [PATCH] Clean up --- DESCRIPTION | 2 +- NEWS.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 179b216..801aca1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ Authors@R: c(person("James", "Balamuta", email = "balamut2@illinois.edu", role = Description: Provides popular sampling distributions C++ routines based in armadillo through a header file approach. Depends: - R (>= 3.3.3) + R (>= 3.3.0) License: GPL (>=2) Encoding: UTF-8 LazyData: true diff --git a/NEWS.md b/NEWS.md index 4b728a4..6babdc0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rgen 0.0.0.9000 +# rgen 0.0.1 - Sampling distribution routines governing: - rdirichlet @@ -6,7 +6,6 @@ - rwishart - rmatnormal_chol / rmatnormal_eigen - rmultinomial -- Rcpp plugin to allow for standalone scripts -- README file containing: +- README and Vignette files that contain: - installation instructions - examples for use in standalone scripts and packages