Package: rWishart
Title: Random Wishart Matrix Generation
Version: 0.1.1
Authors@R: c(person("Ben", "Barnard", 
                    email = "ben_barnard@outlook.com", 
                    role = c("aut", "cre")),
             person("Dean", "Young", 
                    role = c("aut")))
Maintainer: ORPHANED
Description: An expansion of R's 'stats' random wishart matrix generation. 
  This package allows the user to generate singular, Uhlig and Harald (1994) 
  <doi:10.1214/aos/1176325375>, and pseudo wishart, Diaz-Garcia, et al.(1997) 
  <doi:10.1006/jmva.1997.1689>, matrices. In addition the user can generate 
  wishart matrices with fractional degrees of freedom, Adhikari (2008) 
  <doi:10.1061/(ASCE)0733-9399(2008)134:12(1029)>, commonly used in volatility 
  modeling. Users can also use this package to create random covariance matrices.
Depends: R (>= 3.3)
Imports: Matrix, MASS, stats, lazyeval
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: covr, knitr, rmarkdown, testthat
URL: https://rwishart.bearstatistics.com
NeedsCompilation: no
Packaged: 2018-09-09 08:52:59 UTC; ripley
Author: Ben Barnard [aut, cre],
  Dean Young [aut]
Repository: CRAN
Date/Publication: 2018-09-09 08:57:13 UTC
X-CRAN-Original-Maintainer: Ben Barnard <ben_barnard@outlook.com>
X-CRAN-Comment: Orphaed on 2018-09-09 as there was no response to
        requests to repair an intermittent test error.
