- adapted to CRAN's compiler warnings
- adapted to CRAN's compiler warnings
- adapted to CRAN's compiler warnings
- adapted to CRAN's compiler warnings
- changed http links to https and support.rstudio.com to support.posit.co
- 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)
- fixed broken UTF-8 support on in windows paths
- replaced ms with (the correct) seconds in
read.AsspDataObj
function doc. - implemented
as_tibble
S3 method for AsspDataObjects
- using return value of
fread
in labelobj.c - removed
*(c++) == 0.0;
line that was causing [-Wunused-value] warning
- exposing/using long instead of short windows function list
- added deprecation warning to the
wrassp_intro
vignette
- fixed GCC >= 8.0 [-Wformat-overflow=] significant warning in numdecim.c
- fixed rchk issues
- adressed comments by cran maintainer about description files
- added explicit (void **) type casts for
get
andput
functions - increased char array sizes for
sprintf
to combat compiler warnings of potential buffer overflow
- added verbose parameter to sig. proc. functions
- added new package docs (?wrassp)
- updated wrassp_intro vignette to include ?wrassp reference
- improved documentation