Skip to content

Commit

Permalink
Fully remove dqrmvt
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Aug 15, 2023
1 parent 4a2c7f8 commit b91680b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
export(dqRNGkind)
export(dqrexp)
export(dqrmvnorm)
export(dqrmvt)
export(dqrnorm)
export(dqrrademacher)
export(dqrunif)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Implement weighted sampling with and without replacement.
Move sampling methods to separate header file, allowing for parallel usage.
([#47](https://github.com/daqana/dqrng/pull/47) fixing [#18](https://github.com/daqana/dqrng/issues/18) and [#26](https://github.com/daqana/dqrng/issues/26))
* New methods `dqrmvnorm` sampling from multivariate normal distribution.
* New method `dqrmvnorm` sampling from a multivariate normal distribution.
This uses the methods implemented in the `mvtnorm` package and uses `dqrnorm`.

# dqrng 0.3.0
Expand Down
6 changes: 0 additions & 6 deletions man/dqrmv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b91680b

Please sign in to comment.