NEWS
wrassp 1.0.5 (2024-01-09)
bug fixes
- adapted to CRAN's compiler warnings
wrassp 1.0.4 (2023-04-04)
bug fixes
- adapted to CRAN's compiler warnings
wrassp 1.0.3 (2023-02-12)
bug fixes
- adapted to CRAN's compiler warnings
wrassp 1.0.2 (2022-11-15)
bug fixes
- adapted to CRAN's compiler warnings
- changed http links to https and support.rstudio.com to support.posit.co
wrassp 1.0.1 (2021-05-19)
new features / performance tweaks / improvements
bug fixes
- type casting begin/end parameter values to numeric if they are integer values in
read.AsspDataObj()
(fixes IPS-LMU/emuR#231)
- checking max header size of SSFF files in putSSFFhdr and issuing warning instead of breaking the current R session. (closes #38)
wrassp 1.0.0 (2021-02-10)
new features / performance tweaks / improvements
bug fixes
- fixed broken UTF-8 support on in windows paths
wrassp 0.1.9.9000
new features / performance tweaks / improvements
- replaced ms with (the correct) seconds in
read.AsspDataObj
function doc.
- implemented
as_tibble
S3 method for AsspDataObjects
bug fixes
- using return value of
fread
in labelobj.c
- removed
*(c++) == 0.0;
line that was causing [-Wunused-value] warning
wrassp 0.1.8 (2018-08-31)
new features / performance tweaks / improvements
- exposing/using long instead of short windows function list
- added deprecation warning to the
wrassp_intro
vignette
bug fixes
wrassp 0.1.7 (2018-05-07)
bug fixes
- fixed GCC >= 8.0 [-Wformat-overflow=] significant warning in numdecim.c
wrassp 0.1.6 (2018-01-19)
bug fixes
- fixed rchk issues
- adressed comments by cran maintainer about description files
wrassp 0.1.5
bug fixes
- added explicit (void **) type casts for
get
and put
functions
- increased char array sizes for
sprintf
to combat compiler warnings of potential buffer overflow
wrassp 0.1.4 (2016-05-30)
new features / performance tweaks / improvements
- added verbose parameter to sig. proc. functions
- added new package docs (?wrassp)
- updated wrassp_intro vignette to include ?wrassp reference
- improved documentation