Changes in version 1.0.1.9009 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 1.0.1.9008 - Ci: Unify fledge.yaml across cynkratemplate and fledge (#86). Changes in version 1.0.1.9007 Chore - Add ccache to .gitignore and .Rbuildignore. Continuous integration - Create snapshot update PR against correct branch. - Add reference to /apply-patch workflow in commit message. - Clarify rationale for not deploying on schedule. - Only run fledge on pushes to main. - Tweak fledge workflow and ccache action. Changes in version 1.0.1.9006 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 1.0.1.9005 Chore - Auto-update from GitHub Actions (#58). Changes in version 1.0.1.9004 Chore - Auto-update from GitHub Actions (#56). Changes in version 1.0.1.9003 Chore - Auto-update from GitHub Actions (#54). Changes in version 1.0.1.9002 Chore - Auto-update from GitHub Actions (#52). Changes in version 1.0.1.9001 Continuous integration - Fix comment (#50). - Tweaks (#49). - Test all R versions on branches that start with cran- (#48). Changes in version 1.0.1.9000 fledge - CRAN release v1.0.1 (#46). Changes in version 1.0.1 (2025-11-29) Chore - Remove pryr dependency, hard-deprecate vswitch() (#37, #38). Documentation - Update thisfile() deprecation to point to the whereami package (#10, #41). Changes in version 1.0.0 (2024-12-02) Chore - Upkeep (#14, #16). - Relicense as MIT (#14, #16). Changes in version 0.4 (2017-12-18) - Deprecate functions with better alternatives found elsewhere: - coalesce.na(): dplyr::coalesce() - hms.to.seconds() and seconds.to.hms(): the hms package - list.to.df(), df.to.list(), nlist() and nc(): the tibble package - ofactor(): forcats::fct_inorder() - sample.data.frame(): dplyr::sample_n() - thisfile() and others: the rprojroot package - tll(): purrr::transpose() - vswitch(): dplyr::recode() - Unexported setMissingNames() - Remove call to test_examples() in tests (#12, @jimhester). Changes in version 0.3 (2016-02-14) - New cut_format() with ability to tweak label formatting, and more sensible defaults (#9). - With examples. - Throws an error if breaks is an atomic value. - New list_to_df() and df_to_list(). - New vectorized switch function vswitch. - Export all helper functions used by thisfile(). - gdiff() does not attempt to maintain class information, the called function is supposed to do this. - gdiff() accepts a factor as input. - Determine knitr input via knitr::current_input() (#6). - Use AppVeyor (checks on Windows), Coveralls (coverage analysis) and lintr (static code analysis). - Fix CRAN checks. Changes in version 0.2-1 (2014-04-02) - Function ofactor now uses ... instead of explicit argument list (making it compatible to R 2.15.3 and future versions of R), and accepts levels argument (works like factor then) Changes in version 0.2 (2014-03-20) - Cleanup for CRAN release Changes in version 0.1.7 - New function thisfile: Returns a guess for the path of the currently executed script - Removed all dependencies to Rcpp Changes in version 0.1.6 - Removed useless Rcpp "Hello World" code - New function ofactor: Creates a factor that maintains the order of levels in the data Changes in version 0.1.5 - Remove functions tc and tlist, they're now part of the sweetnR package - New function tll: Transposes a list of lists Changes in version 0.1.4 - Added functions: - sample.rows - hms.to.seconds and seconds.to.hms - in_interval - nlist - coalesce.na - export