NEWS | R Documentation |
Corrected scope of 'extern "C"' declaration to the actually C-callable
function (noticed by clang++
, change requested by CRAN)
Updated continuous integration to run on Linux only.
Edited checkNonAscii.cpp
for readability.
More robust title display in intradayMarketMonitor.R
.
New C++-based function to read and convert encoding via the
R-supplied iconv
library, noted a potential variability.
New function wday
returning day of the week as
integer
.
The signature to as.data.table
was standardized.
A new function rollMinMax
was added illustrating use of
the NumVec
class from tidyCpp.
The configure
script can record the last commit date and
sha1 to automate timestamping builds, but not activated in this release.
checkCRANStatus()
now works correctly for single-package
lookups (Jordan Mark Barbone in #4).
New function intradayMarketMonitor
based on an earlier
gist-posted snippet by Josh Ulrich.
The CI setup was generalized as a test for r-ci and is used essentially unchanged with three different providers.
New functions muteTweets
and checkPackageAsciiCode
.
Updated CI setup.
New functions getGitRoot
, inGit
and isConnected
.
Improved function as.data.table.xts
.
Initial CRAN release. See ChangeLog
for earlier changes.