NEWS | R Documentation |
News for Package dang
Changes in version 0.0.16 (2023-12-02)
Added new function
str.language()
based on post by Bill DunlapAdded new argument
sleep
inintradayMarketMonitor
Switched to
dev.hold()
anddev.flush()
inintradayMarketMonitor
with thanks to Paul MurrellUpdated 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-develUpdated two URL to please link checks in R-devel
Switch two tests for variable of variable to
is.*
andinherits()
, respectively
Changes in version 0.0.15 (2021-10-26)
Corrected scope of 'extern "C"' declaration to the actually C-callable function (noticed by
clang++
, change requested by CRAN)
Changes in version 0.0.14 (2021-10-17)
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 asinteger
.The signature to
as.data.table
was standardized.A new function
rollMinMax
was added illustrating use of theNumVec
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).
Changes in version 0.0.13 (2021-02-17)
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.
Changes in version 0.0.12 (2020-10-14)
New functions
muteTweets
andcheckPackageAsciiCode
.Updated CI setup.
Changes in version 0.0.11 (2019-10-24)
New functions
getGitRoot
,inGit
andisConnected
.Improved function
as.data.table.xts
.
Changes in version 0.0.10 (2019-02-10)
Initial CRAN release. See
ChangeLog
for earlier changes.