| NEWS | R Documentation | 
NEWS file for the revss package
Version 2.0.0 (2024-06-20)
Changed
-  Breaking: In robScale, the constant representing the denominator forx(see equation 26) which allows for\beta = \int{\rho(u)\;d\Phi(u)} = 0.5was calculated to greater precision than the four digits shown in the paper. This changes results slightly, which is why the major version has been incremented.
- Updated documentation. 
- Updated unit tests. 
- Expanded package metadata tests. 
- Use native CRAN DOI. 
Added
- Added rhub checking. 
Version 1.0.6 (2024-02-01)
Changed
- Add SPDX codes to source files. 
- Update ‘README’, Github actions, and unit tests. 
Version 1.0.5 (2023-02-01)
Added
- Explictly mention use case for package to be 3–8 samples. 
- Note that asymptotic constant for - admmay not apply with few samples.
Changed
- Update ‘README’. 
- Update Github actions. 
- Make code more compliant with style guide. 
-  ‘CITATION’ updated to use bibentryper CRAN request.
Version 1.0.4 (2022-04-03)
Changed
- Explictly use integers in count and lengths. 
- Use singleton logical comparisons for short-circuit. 
- Update ‘README’ for Best Practice. 
Added
- Added Best Practice badge to ‘README’. 
Version 1.0.3 (2022-01-19)
Changed
- Converted test suite to tinytest to reduce dependencies. 
- Augmented citation with DOI. 
Version 1.0.2 (2021-01-12)
Fixed
- Corrected - admdocumentation.
Changed
- Cleaned up help files and ‘README’. 
- Cleaned up source code and added SPDX identifiers. 
- Moved continuous integration to Github Actions. 
Version 1.0.1 (2020-11-10)
Fixed
- Corrected CRAN requests. 
Version 1.0.0 (2020-11-08)
Changed
- Considered mature enough for official release. 
- Changed tests to be testthat 3rd edition compliant. 
- Changed default - maxitto 80.
Added
- Added AppVeyor. 
- Added more tests. 
Fixed
- Updated ‘README’. 
Version 0.0.2 (2020-05-28)
Fixed
- Minor corrections in DESCRIPTION for CRAN. 
Version 0.0.1 (2020-05-27)
Added
- Initial version.