Skip to content

Releases: doccstat/fastcpd

fastcpd 0.9.0

20 Oct 17:22
d796c07
Compare
Choose a tag to compare
  • Submit for CRAN update.

fastcpd 0.7.2

25 Sep 01:21
688109c
Compare
Choose a tag to compare
  • Add suggested package checking in tests.

  • Try to solve the amazing clang-ASAN error on CRAN:

    Error in dyn.load(file, DLLpath = DLLpath, ...) :
      unable to load shared object '/data/gannet/ripley/R/test-clang/mvtnorm/libs/mvtnorm.so':
      /data/gannet/ripley/R/test-clang/mvtnorm/libs/mvtnorm.so: undefined symbol: _ZNK7Fortran7runtime10Terminator5CrashEPKcz
    Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
    

fastcpd 0.7.0

22 Sep 00:37
b6e2ec4
Compare
Choose a tag to compare
  • Remove C++ unit tests using catch and commented out the code since the new
    version of development version of Rcpp is not yet available on CRAN.
    Related pull request: RcppCore/Rcpp#1274.
  • Add more documentation for fastcpd method.

fastcpd 0.6.2

14 Sep 21:14
eb15874
Compare
Choose a tag to compare
  • Address CRAN comments.
  • Add more experiments.