| 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 Dunlap
- Added new argument - sleepin- intradayMarketMonitor
- Switched to - dev.hold()and- dev.flush()in- intradayMarketMonitorwith 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- -Wformatwarnings 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
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.cppfor readability.
- More robust title display in - intradayMarketMonitor.R.
- New C++-based function to read and convert encoding via the R-supplied - iconvlibrary, noted a potential variability.
- New function - wdayreturning day of the week as- integer.
- The signature to - as.data.tablewas standardized.
- A new function - rollMinMaxwas added illustrating use of the- NumVecclass from tidyCpp.
- The - configurescript 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 - intradayMarketMonitorbased 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 - muteTweetsand- checkPackageAsciiCode.
- Updated CI setup. 
Changes in version 0.0.11 (2019-10-24)
- New functions - getGitRoot,- inGitand- isConnected.
- Improved function - as.data.table.xts.
Changes in version 0.0.10 (2019-02-10)
- Initial CRAN release. See - ChangeLogfor earlier changes.