Changelog
Source:NEWS.md
sss 0.2.1
CRAN release: 2022-08-14
- Re-document to fix HTML5 problems
- Added a
NEWS.md
file to track changes to the package.
sss 0.2.0
CRAN release: 2021-12-14
This release contains very minor changes to comply with CRAN policies.
- Don’t use
LazyData
, since the package doesn’t contain data
Other changes
- The function
read.sss()
has a new argumentverbose = FALSE
that suppresses any messages. If you want the messages, setverbose = TRUE
sss 0.1.1
- Mostly small cosmetic changes to keep the package up to date.
-
read.sss()
will now also guess*.dat
files for the data, in addition to*.csv
and*.asc
sss 0.1-0
CRAN release: 2017-04-01
- You can now specify only the .sss file in
read.sss()
, and the function will guess the name of the .asc - Added
label.table
attribute - Internal changes:
- Imports
xml2
instead ofXML
- Better error checking using
assert_that()
- Imports
sss 0.0-13
- Added support to read csv files
- Now supports multi-byte files (UTF-8)
- Expanded unit tests with real-world data
sss 0.0-11
CRAN release: 2013-10-22
- No functional changes
- Added
.Rbuildignore
to comply with CRAN requirements for R-3.1.0
sss 0.0-09
- Minor changes to remove redundant files and folders
- Now uses
packageStartupMessage()
rather thanmessage()
to display startup message
sss 0.0-08
CRAN release: 2011-11-02
- First experimental release to CRAN
Improvements:
- Performance gains as a result of using
plyr::quickdf()
rather thanas.data.frame()
- Imports
plyr
andXML
rather than declaring dependency
sss 0.0-07
Improvements:
- Substantial gains in speed by rewriting
fast.read.fwf()
andchangeValues()
to uselapply()
rather than loops. - Documentation updates