Releases: AurelienNicosiaULaval/GLBFP
Releases · AurelienNicosiaULaval/GLBFP
Consistency and CI/CD
Changes in version 0.5.0
Fixes & Improvements
- S3 Method Consistency: Fixed argument naming in
printmethods forASH,GLBFP, andLBFPobjects to comply with R standards (renamedobjecttox). - Metadata: Updated DESCRIPTION file to include proper
Authors@Rfields and standardized the package description. - Documentation: Regenerated package documentation to reflect code updates.
CI/CD
- Verified package passes
R CMD checkon Windows, macOS, and Linux via GitHub Actions.
"Version 0.4.0: Add output information on the *_estimate functions"
Add standard deviation and confidence interval in the output of each *_estimate function.
"Version 0.3.0: Correction of GLBFP function"
error in GLBFP function has been corrected
"Version 0.2.0: Updated functions"
- fix error in ASH and GLBFP functions
"GLBFP 0.1.0 - First Public Release"
🚀 First official release of GLBFP!
- Initial functions included
- Basic documentation available
- Installation via
remotes::install_github("AurelienNicosiaULaval/GLBFP")