Changes in version 0.0.17 (2025-12-18) o Added new funtion reorderMicrobenchmarkResults with alias rmr o Use tolower on email argument to checkCRANStatus o Added new function cranORCIDs bootstrapped from two emails by Kurt Hornik o Switched to using Authors@R in DESCRIPTION and added ORCIDs where available o Switched to r-ci action with included bootstrap step; updated updated the checkout action (twice); added (commented-out) log accessor o Removed googleFinanceData as the (unofficial) API access point no longer works o Removed muteTweeters because the API was turned off Changes in version 0.0.16 (2023-12-02) o Added new function str.language() based on post by Bill Dunlap o Added new argument sleep in intradayMarketMonitor o Switched to dev.hold() and dev.flush() in intradayMarketMonitor with thanks to Paul Murrell o Updated continued integration setup, twice, and package badges o Added new function shadowedPackages o Added new function limitDataTableCores o Updated two error() calls to updated tidyCpp signature to not tickle -Wformat warnings under R-devel o Updated two URL to please link checks in R-devel o Switch two tests for variable of variable to is.* and inherits(), respectively Changes in version 0.0.15 (2021-10-29) o 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) o Updated continuous integration to run on Linux only. o Edited checkNonAscii.cpp for readability. o More robust title display in intradayMarketMonitor.R. o New C++-based function to read and convert encoding via the R-supplied iconv library, noted a potential variability. o New function wday returning day of the week as integer. o The signature to as.data.table was standardized. o A new function rollMinMax was added illustrating use of the NumVec class from tidyCpp. o The configure script can record the last commit date and sha1 to automate timestamping builds, but not activated in this release. o checkCRANStatus() now works correctly for single-package lookups (Jordan Mark Barbone in #4). Changes in version 0.0.13 (2021-02-17) o New function intradayMarketMonitor based on an earlier gist-posted snippet by Josh Ulrich. o 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) o New functions muteTweets and checkPackageAsciiCode. o Updated CI setup. Changes in version 0.0.11 (2019-10-25) o New functions getGitRoot, inGit and isConnected. o Improved function as.data.table.xts. Changes in version 0.0.10 (2019-02-21) o Initial CRAN release. See ChangeLog for earlier changes.