- Initial version.
- Change description field in DESCRIPTION, minor aesthetic changes to examples.
- Make the behaviour of
r_ACG
andr_unif_sphere
consistent withbase::set.seed
: dropRcppZiggurat
. - Fix bug in NA handling in
check_unit_norm
.
- Update reference and CITATION.
- Allow
kappa
to be a vector inc_vMF
. - Add missing links to references and other fixes in documentation.
- Fix "Non-file package-anchored link(s) in documentation object".
- Fix incorrect doi.
- Remove compiler warning std::move(W).
- Add
if(requireNamespace("rgl"))
as required. - Change return type of
r_g_vMF_Cpp
. - Update reference.
- Make
r_g_vMF
numerically robust for large kappas.
- Fix possible NaNs in
r_g_vMF
for low kappas. - Fix bug in
d_ACG
.
- Fix warning in r-devel-linux-x86_64-debian-clang.
- Fix warning in r-devel-linux-x86_64-fedora-clang and r-devel-linux-x86_64-debian-clang.
- Fix bug in
kde_level_set()
(example).
- Drop C++11 requirement to adhere to new CRAN policies.
- Drop
personList()
andcitEntry()
.