Releases: mountainMath/cansim
Releases · mountainMath/cansim
CRAN 0.3.1
- Fixes issues arising from StatCan changing their API row limit
- Optimize vector retrieval by REF_DATE
CRAN 0.3
Major changes
- Fixes issues arising from StatCan changing their API
- Member Names come concatenated with Classification Code by default, this could break existing code.
Minor changes
- Adds option to change fields to factors
- Adds option to strip Classification Codes from fields
- Exposes timeout limit to deal with slow connections and large tables
Initial CRAN release
The cansim package is now available on CRAN and can be installed directly through R's default package installation process:
install.packages("cansim")