| NEWS | R Documentation | 
News for R Package wbacon
CHANGES in wbacon VERSION 0.6-3 (2025-05-03)
NEW FEATURE
- The function - is_outliergets the additional argument- names(logical). If- names = TRUE, the row names of the potential outliers are returned. If- names = FALSE(default), an indicator vector is returned that identifies the potential outliers. The names of the elements in the indicator vector correspond to the row names of the data set.
CHANGES in wbacon VERSION 0.6-2 (2024-09-07)
Misc
- Calls of the macros - Callocand- Freehave been replaced with calls of- R_Callocand- R_Free, respectively (see warnings of tests with- STRICT_R_HEADERS).
CHANGES in wbacon VERSION 0.6-1 (2024-02-06)
BUG FIXES
- The weighted quantile (other than the median) as computed by the C function - wquant0was incorrect for samples of size n = 2 (if the data were sorted in descending order).
- Added an - _OPENMPguard in the declaration of- default_no_threadsin- wbacon.
CHANGES in wbacon VERSION 0.6 (2021-11-04)
Tweaks
- In previous versions, the - summarymethod for objects of class- wbaconlmwas implemented as a wrapper function of- stats::summary.lm. But- summary.lmdetected that it has been called for an object other than a genuine- lmobject and issued a warning. This warning confused some users. Now we implemented a separate summary method.
BUG FIXES
- Fixed computation of regression leverages (for weighted regression) in - plotmethod for objects of class- wbaconlm.
CHANGES in wbacon VERSION 0.5-2 (2021-10-07)
Misc
- In calls to BLAS and LAPACK, we now use the same new macros that - Ruses in its code (- FCONE,- FC_LEN_T, and- USE_FC_LEN_T) since version 3.6.2. This approach is recommended in Writing R Extensions, see Chapter 6.6.1.
CHANGES in wbacon VERSION 0.5-1 (2021-06-16)
BUG FIXES
- fixed variadic macro ##__VA_ARGS__ because it is not portable (clang complains) 
- fixed implicit type conversion of function 'med3' (only detected by clang on Apple M1), now int return type 
- OpenMP issue: 'omp_set_num_threads' is now guarded by a conditional compilation directive 
- OpenMP issue: removed '#pragma omp simd' directive in wbacon.c (line 480) because the optimizer was unable to perform the vectorization 
CHANGES in wbacon VERSION 0.5 (2021-06-13)
- Initial release