Changes in version 1.0.1.9025 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 1.0.1.9024 - Ci: Unify fledge.yaml across cynkratemplate and fledge (#86). Changes in version 1.0.1.9023 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. Changes in version 1.0.1.9022 Continuous integration - Only run fledge on pushes to main. Changes in version 1.0.1.9021 Continuous integration - Tweak fledge workflow and ccache action. Changes in version 1.0.1.9020 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 1.0.1.9019 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/25270173379 Changes in version 1.0.1.9018 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/22790999033 Changes in version 1.0.1.9017 Continuous integration - Fix comment (#57). - Tweaks (#56). - Test all R versions on branches that start with cran- (#55). Changes in version 1.0.1.9016 Continuous integration - Install binaries from r-universe for dev workflow (#54). Changes in version 1.0.1.9015 Continuous integration - Fix reviewdog and add commenting workflow (#53). Changes in version 1.0.1.9014 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/17451400696 - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/14636195570 Continuous integration - Use workflows for fledge (#52). - Sync (#51). - Use reviewdog for external PRs (#49). - Cleanup and fix macOS (#48). - Format with air, check detritus, better handling of extra-packages (#47). - Enhance permissions for workflow (#45). - Permissions, better tests for missing suggests, lints (#44). - Only fail covr builds if token is given (#43). - Always use _R_CHECK_FORCE_SUGGESTS_=false (#42). - Correct installation of xml2 (#41). - Explain (#40). - Add xml2 for covr, print testthat results (#39). - Fix (#38). - Sync (#37). Changes in version 1.0.1.9013 Continuous integration - Avoid failure in fledge workflow if no changes (#36). Changes in version 1.0.1.9012 Continuous integration - Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#35). Changes in version 1.0.1.9011 Continuous integration - Use larger retry count for lock-threads workflow (#34). Changes in version 1.0.1.9010 Continuous integration - Ignore errors when removing pkg-config on macOS (#33). Changes in version 1.0.1.9009 Continuous integration - Explicit permissions (#32). Changes in version 1.0.1.9008 Continuous integration - Use styler from main branch (#31). Changes in version 1.0.1.9007 Continuous integration - Need to install R on Ubuntu 24.04 (#30). - Use Ubuntu 24.04 and styler PR (#28). Uncategorized - PLACEHOLDER https://github.com/r-lib/roxygen2md/pull/16 (#16). Changes in version 1.0.1.9006 Continuous integration - Correctly detect branch protection (#27). Changes in version 1.0.1.9005 Continuous integration - Use stable pak (#26). Changes in version 1.0.1.9004 Continuous integration - Trigger run (#25). - ci: Trigger run - ci: Latest changes Changes in version 1.0.1.9003 Continuous integration - Use pkgdown branch (#24). - ci: Use pkgdown branch - ci: Updates from duckdb - ci: Trigger run Changes in version 1.0.1.9002 Continuous integration - Install via R CMD INSTALL ., not pak (#23). - ci: Install via R CMD INSTALL ., not pak - ci: Bump version of upload-artifact action Changes in version 1.0.1.9001 Chore - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/10425485750 - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/10208520603 - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/9728439771 - Auto-update from GitHub Actions. Run: https://github.com/r-lib/roxygen2md/actions/runs/9691616200 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 1.0.1.9000 - Merge branch 'cran-1.0.1'. Changes in version 1.0.1 (2024-02-18) Bug fixes - Refine regular expression for matching roxygen2 blocks. Features - Prefer brio over enc (#16, #21). - New "indent" scope for adding indent to @param and @return tags. Documentation - Prefer pak. - Update code of conduct. - Use tidytemplate. - Package documentation. - Fix URLs. Testing - Use testthat edition 3. Uncategorized - Internal changes only. - Harmonize yaml formatting. - Revert changes to matrix section. - Reduce parallelism. - Also check dev on cran-* branches. - Update hash key for dev. - Remove R 3.3. - Merge pull request #15 from r-lib/b-gha. - New scope = "unlink" to help hunt down unwanted \link{...} elements. - Same as previous version. Changes in version 1.0.0 (2019-06-17) Initial release. - Function roxygen2md() that can be run in the package's directory and converts all roxygen2 comments to Markdown, guiding the user with helpful output. - The DESCRIPTION is edited if necessary, or a message is given that the user should edit themselves. - Runs document() automatically if markdown = TRUE in DESCRIPTION. - Perform only partial conversion by specifying the scope argument. - Makes use of usethis::proj_get(). - Function find_rd() to find the remaining Rd syntax - Function markdownify() converts Rd to Markdown in character vectors (#10, @alexpghayes). - RStudio add-in with menu items "Rd to Markdown" and "Find Rd.