NEWS | R Documentation |
Added new function str.language()
based on post by Bill Dunlap
Added new argument sleep
in intradayMarketMonitor
Switched to dev.hold()
and dev.flush()
in
intradayMarketMonitor
with thanks to Paul Murrell
Updated continued integration setup, twice, and package badges
Added new function shadowedPackages
Added new function limitDataTableCores
Updated two error()
calls to updated tidyCpp signature
to not tickle -Wformat
warnings under R-devel
Updated two URL to please link checks in R-devel
Switch two tests for variable of variable to is.*
and
inherits()
, respectively
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.