This release addresses the following key points:
-
Rcpp Package Warnings: Resolved warnings from the earlier Rcpp package to enhance code stability.
-
License Information: Added the LICENSE file to ensure clarity on the project's licensing.
-
README Refinement: Improved the README documentation for better clarity and user understanding.
- Enhance the code coverage from 47% to 80%.
- Fix bugs of setting default parameters in
spatmca
. - Resolve C++ compiler issues from
RcppParallel
and latest R version (> 4) - Update the dependencies
-
Fix singular matrix issues by modifying a setting of an ADMM step parameter.
-
Correct typos.
- Resolve the issue about, why the last version package was archived been fixed, is fixed in this submission by updating
Makevars.win
andMakevars
based on RcppParallel team suggestion. - Add unittests
- Use
roxygen2
to handle the documentation