Changes in version 0.0.5.9028 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 0.0.5.9027 - Ci: Unify fledge.yaml across cynkratemplate and fledge (#86). Changes in version 0.0.5.9026 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/25775086445 - Add ccache to .gitignore and .Rbuildignore. - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/25774948081 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/25713989414 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/25651408165 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/25622097232 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/25620191327 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. Changes in version 0.0.5.9025 Continuous integration - Tweak fledge workflow and ccache action. Changes in version 0.0.5.9024 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/25416788902 Changes in version 0.0.5.9023 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 0.0.5.9022 Continuous integration - Fix comment (#64). - Tweaks (#63). - Test all R versions on branches that start with cran- (#62). Changes in version 0.0.5.9021 Continuous integration - Install binaries from r-universe for dev workflow (#61). Changes in version 0.0.5.9020 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/17451415477 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/14636204166 Continuous integration - Fix reviewdog and add commenting workflow (#60). - Use workflows for fledge (#59). - Sync (#58). - Use reviewdog for external PRs (#57). - Cleanup and fix macOS (#56). - Format with air, check detritus, better handling of extra-packages (#55). - Enhance permissions for workflow (#54). - Permissions, better tests for missing suggests, lints (#53). - Only fail covr builds if token is given (#52). - Always use _R_CHECK_FORCE_SUGGESTS_=false (#51). - Correct installation of xml2 (#50). - Explain (#49). - Add xml2 for covr, print testthat results (#48). - Fix (#47). - Sync (#46). Changes in version 0.0.5.9019 Chore - IDE. Testing - Fix tests if tibble is not installed. Changes in version 0.0.5.9018 Continuous integration - Avoid failure in fledge workflow if no changes (#45). Changes in version 0.0.5.9017 Continuous integration - Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#44). Changes in version 0.0.5.9016 Continuous integration - Use larger retry count for lock-threads workflow (#43). Changes in version 0.0.5.9015 Continuous integration - Ignore errors when removing pkg-config on macOS (#42). Changes in version 0.0.5.9014 Continuous integration - Explicit permissions (#41). Changes in version 0.0.5.9013 Continuous integration - Use styler from main branch (#40). Changes in version 0.0.5.9012 Continuous integration - Need to install R on Ubuntu 24.04 (#39). - Use Ubuntu 24.04 and styler PR (#37). Changes in version 0.0.5.9011 Continuous integration - Correctly detect branch protection (#36). Changes in version 0.0.5.9010 Continuous integration - Use stable pak (#35). Changes in version 0.0.5.9009 Continuous integration - Trigger run (#34). - ci: Trigger run - ci: Latest changes Changes in version 0.0.5.9008 Continuous integration - Use pkgdown branch (#33). - ci: Use pkgdown branch - ci: Updates from duckdb - ci: Trigger run Changes in version 0.0.5.9007 Continuous integration - Install via R CMD INSTALL ., not pak (#32). - ci: Install via R CMD INSTALL ., not pak - ci: Bump version of upload-artifact action Changes in version 0.0.5.9006 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/10425482568 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/10200112202 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/9728441193 - Auto-update from GitHub Actions. Run: https://github.com/r-prof/procmaps/actions/runs/9691619452 Continuous integration - Install local package for pkgdown builds. - Improve support for protected branches with fledge. - Improve support for protected branches, without fledge. - Sync with latest developments. - Use v2 instead of master. - Inline action. - Use dev roxygen2 and decor. - Fix on Windows, tweak lock workflow. - Avoid checking bashisms on Windows. - Better commit message. - Bump versions, better default, consume custom matrix. - Recent updates. Changes in version 0.0.5.9005 - Internal changes only. Changes in version 0.0.5.9004 - Internal changes only. Changes in version 0.0.5.9003 - Internal changes only. Changes in version 0.0.5.9002 - Internal changes only. Changes in version 0.0.5.9001 Chore - Fix Windows checks (#30). Uncategorized - Merge branch 'docs'. - Merged cran-0.0.5 into main. Changes in version 0.0.5.9000 Chore - Fix compiler warnings (@Antonov548, #29). - Change maintainer e-mail address. Changes in version 0.0.5 (2023-01-20) Chore - Fix compiler warnings (@Antonov548, #29). - Change maintainer e-mail address. Changes in version 0.0.4 (2021-10-02) - Fix failing test on macOS (#27). Changes in version 0.0.3 (2020-09-22) - Fix compilation on Solaris (#25). Changes in version 0.0.2 (2020-09-20) Portability - Fix test failures on Fedora (#21). - SystemRequirements are no longer specified in DESCRIPTION (#22). - Remove configuration and unnecessary code for better portability (#20). - Hard-coding dylib extension because on the Mac it's libR.dylib but .so. - Fix tests on Solaris which seems to have statically linked libR (#14). Features - Use stringsAsFactors = FALSE (#19). - New path_is_libr() (#16). - Addresses are returned as 16-digit hex numbers (#15). - procmap_get() gets ellipsis argument for extensibility (#13). Changes in version 0.0.1 (2020-09-11) Initial release. - procmap_get() returns a data frame with the address space map of the current process.