issues
search
Gilead-BioStats
/
gsm
Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39
stars
9
forks
source link
Closes #1890 and #1900 to properly check for dates and fix other bugs in checkSpec
#1901
Closed
lauramaxwell
closed
1 month ago
lauramaxwell
commented
1 month ago
Overview
allows users to specify Dates in spec and checkspec will properly check the type
changes from checking
mode()
to checking
class()
in checkSpec
most
numeric
types were converted to
integer
to pass this check.
add testing for Date functionality
Test Notes/Sample Code
Connected Issues
Closes #1890
Closes #1900
Overview
mode()
to checkingclass()
in checkSpecnumeric
types were converted tointeger
to pass this check.Test Notes/Sample Code
Connected Issues