Changes in version 0.1.0.9004 - Fixed code smells (issue #24) - Use calJpost_cpp() in all cpp == TRUE cases (issue #11) - Fix lambda and pi_G assignment for method == "CovBVSSL" (issue #11) - Translated calJpost() for method == "Pooled" && MRF_G (issue #28) Changes in version 0.1.0 (2025-03-25) - Add test code - Translate R functions func_MCMC_graph(), updateGamma() and UpdateRPlee11() to C++ functions - Add misc.cpp including functions to convert Rcpp::List to armadillo vector, matrix or cube - Update function VS() to allow a matrix/array input and allow multiple subgroups - Rename the output of MPM coefficients in function coef.BayesSurvive() - Add the index of prediction accuracy (IPA) in function predict.BayesSurvive() Changes in version 0.0.2 (2024-06-04) - Add vignette - Add function coef.BayesSurvive() to extract estimated coefficients and uncertainty - Add function VS() to determine variable selection - Fix documentation issues Changes in version 0.0.1 (2024-04-23) - First version