Skip to content

Releases: ChaoranHu/smam

CHANGES IN smam VERSION 0.7.3

Choose a tag to compare

@ChaoranHu ChaoranHu released this 07 Mar 01:36
  • Rerun compileAttributes() with Rcpp >= 1.1.1 to guard Rf_error calls.

CHANGES IN smam VERSION 0.7.2

Choose a tag to compare

@ChaoranHu ChaoranHu released this 10 Jan 21:35

MINOR CHANGES

CHANGES IN smam VERSION 0.7.1

Choose a tag to compare

@ChaoranHu ChaoranHu released this 29 Nov 21:50

MINOR CHANGES

  • Updated 'RcppExports.cpp' to solve 'warning: format string is not a string literal (potentially insecure) [-Wformat-security]'

CHANGES IN smam VERSION 0.7.0

Choose a tag to compare

@ChaoranHu ChaoranHu released this 21 Aug 13:57

MAJOR CHANGES

  • Added generic function estimate to retrieve estimation result for all fit functions.

  • Added generic function vcov to evaluate covariance matrix of estimate for all fit functions' result.

  • Added a new vignette.

  • Added function rBB for simulation Brownian bridge.

  • Added function rMRB for simulation moving-resting bridge.

MINOR CHANGES

  • Updated package description by adding new references.

  • Updated citation information.

  • Added print_level to fitMRME and fitMRH that controls how much output is shown during the optimization process.

  • Added appropriate PKGNAME-package \alias as per "Documenting packages" in R-exts.

CHANGES IN smam VERSION 0.6.0

Choose a tag to compare

@ChaoranHu ChaoranHu released this 11 Jul 16:14

MAJOR CHANGES

  • Added moving-moving process include rMM(simulation), fitMM(point estimator), estVarMM(standard error).

MINOR CHANGES

  • Fixed bugs in seasonal toolbox.

  • Updated .cpp files to adapt the update of R package Rcpp.

CHANGES IN smam VERSION 0.5.4

Choose a tag to compare

@ChaoranHu ChaoranHu released this 11 Oct 20:31

MINOR CHANGES

  • Modified estVarMRME_Godambe and estVarMRME_pBootstrap.

  • Added 'f109' data.

CHANGES IN smam VERSION 0.5.3, 0.5.2, 0.5.1

Choose a tag to compare

@ChaoranHu ChaoranHu released this 17 Jan 20:55

MINOR CHANGES

  • Fixed some bugs in solaris system. It is difficult to debug in solaris system. CRAN check packages
    in solaris system but I cannot do it locally. You can use R-hub to check your own package under
    solaris environment but R-hub does not support GSL, which is needed by smam. So, this is why
    I submitted such many versions.

CHANGES IN smam VERSION 0.4.0

Choose a tag to compare

@ChaoranHu ChaoranHu released this 20 Oct 14:13

MAJOR CHANGES

  • Added moving-resting-handling model with both full likelihood and composite likelihood.

  • Provided option to use only part of dataset to fit BMME model, moving-resting model
    and moving-resting-handling model (in function fitBMME, fitMR, and fitMRH).

  • Provided tools for seasonal behavior analysis.

  • Parallel code is implemented for moving-resting-handling model to speed code up.

  • Added code for predicting state at given time point under MR model and MRH model (beta version).

MINOR CHANGES

  • Added vignette for quick start.

  • Redocumented whole package.

  • Renamed rBmme -> rBMME, fitBmme -> fitBMME, rMovRes -> rMR and fitMovRes -> fitMR.

  • Provided option to show simulated states in rMR and rMRH.