Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rprojroot
Title: Finding Files in Project Subdirectories
Version: 2.0.4.9011
Version: 2.0.99.9900
Authors@R:
person(given = "Kirill",
family = "M\u00fcller",
Expand Down
165 changes: 50 additions & 115 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,62 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# rprojroot 2.0.4.9011 (2025-07-12)
# rprojroot 2.0.99.9900 (2025-07-12)

## Bug fixes

- Fix example for `find_root()` (@salim-b, #98).

## Features

- Add `is_vscode_project` criterion, true if a `.vscode/` directory exists.

- New `is_targets_project()` (@mitchelloharawild, #108, #146).

## Continuous integration

- Enhance permissions for workflow (#154).

- Permissions, better tests for missing suggests, lints (#153).
- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80).

- Only fail covr builds if token is given (#152).
- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106).

- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151).
- Avoid warnings on Windows network drives (#105).

- Correct installation of xml2 (#150).
## Chore

- Explain (#149).
- Enable auto-styling (#82).

- Add xml2 for covr, print testthat results (#148).
- Auto-update from GitHub Actions.

- Sync (#147).
Run: https://github.com/r-lib/rprojroot/actions/runs/10425483146

## Uncategorized
Run: https://github.com/r-lib/rprojroot/actions/runs/10208520735

- Merge branch 'docs'.
Run: https://github.com/r-lib/rprojroot/actions/runs/9728439643

- Merge branch 'docs'.
Run: https://github.com/r-lib/rprojroot/actions/runs/9691616135

- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101).

# rprojroot 2.0.4.9010 (2024-12-09)
- Add Aviator configuration.

## Continuous integration

- Avoid failure in fledge workflow if no changes (#144).


# rprojroot 2.0.4.9009 (2024-12-08)
- Enhance permissions for workflow (#154).

## Continuous integration
- Permissions, better tests for missing suggests, lints (#153).

- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142).
- Only fail covr builds if token is given (#152).

- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151).

# rprojroot 2.0.4.9008 (2024-12-07)
- Correct installation of xml2 (#150).

## Features
- Explain (#149).

- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80).
- Add xml2 for covr, print testthat results (#148).

## Chore
- Sync (#147).

- Enable auto-styling (#82).
- Avoid failure in fledge workflow if no changes (#144).

## Continuous integration
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142).

- Use larger retry count for lock-threads workflow (#140).

Expand All @@ -79,119 +78,55 @@

- Use pkgdown branch (#109).

## Documentation
- Install via R CMD INSTALL ., not pak (#107).

- Switch to `index.md` (#113).
- ci: Install via R CMD INSTALL ., not pak

## Uncategorized
- ci: Bump version of upload-artifact action

- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16).
- Install local package for pkgdown builds.

- Improve support for protected branches with fledge.

# rprojroot 2.0.4.9007 (2024-09-15)
- Improve support for protected branches, without fledge.

## Continuous integration
- Sync with latest developments.

- Install via R CMD INSTALL ., not pak (#107).

- ci: Install via R CMD INSTALL ., not pak

- ci: Bump version of upload-artifact action
- Use v2 instead of master.

- Inline action.

# rprojroot 2.0.4.9006 (2024-08-31)
- Use dev roxygen2 and decor.

## Features
- Fix on Windows, tweak lock workflow.

- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106).
- Avoid checking bashisms on Windows.

- Avoid warnings on Windows network drives (#105).
- Better commit message.

## Chore
- Bump versions, better default, consume custom matrix.

- Auto-update from GitHub Actions.

Run: https://github.com/r-lib/rprojroot/actions/runs/10425483146

- Auto-update from GitHub Actions.

Run: https://github.com/r-lib/rprojroot/actions/runs/10208520735

- Auto-update from GitHub Actions.

Run: https://github.com/r-lib/rprojroot/actions/runs/9728439643

- Auto-update from GitHub Actions.

Run: https://github.com/r-lib/rprojroot/actions/runs/9691616135

## 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.


# rprojroot 2.0.4.9005 (2024-01-24)

- Internal changes only.


# rprojroot 2.0.4.9004 (2024-01-16)
- Recent updates.

## Documentation

- Clarify `subdir` argument (#103).


# rprojroot 2.0.4.9003 (2024-01-15)

## Chore

- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101).

- Add Aviator configuration.


# rprojroot 2.0.4.9002 (2024-01-03)
- Switch to `index.md` (#113).

## Documentation
- Clarify `subdir` argument (#103).

- Fix typo (@salim-b, #99).


# rprojroot 2.0.4.9001 (2023-11-20)

## Bug fixes

- Fix example for `find_root()` (@salim-b, #98).

## Testing

- Replace mockr with `testthat::local_mocked_bindings()` (@salim-b, #97).

## Uncategorized

- Merge branch 'docs'.

# rprojroot 2.0.4.9000 (2023-11-06)
- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16).

- Internal changes only.

- Merge branch 'cran-2.0.4'.

Expand Down
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
rprojroot 2.0.4
rprojroot 2.0.99.9900

## Cran Repository Policy

- [x] Reviewed CRP last edited 2024-08-27.
Loading