File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 11Package: rprojroot
22Title: Finding Files in Project Subdirectories
3- Version: 2.0.4.9010
3+ Version: 2.0.4.9011
44Authors@R:
55 person(given = "Kirill",
66 family = "M\u00fcller",
Original file line number Diff line number Diff line change 11<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22
3+ # rprojroot 2.0.4.9011 (2025-07-12)
4+
5+ ## Features
6+
7+ - Add ` is_vscode_project ` criterion, true if a ` .vscode/ ` directory exists.
8+
9+ - New ` is_targets_project() ` (@mitchelloharawild , #108 , #146 ).
10+
11+ ## Continuous integration
12+
13+ - Enhance permissions for workflow (#154 ).
14+
15+ - Permissions, better tests for missing suggests, lints (#153 ).
16+
17+ - Only fail covr builds if token is given (#152 ).
18+
19+ - Always use ` _R_CHECK_FORCE_SUGGESTS_=false ` (#151 ).
20+
21+ - Correct installation of xml2 (#150 ).
22+
23+ - Explain (#149 ).
24+
25+ - Add xml2 for covr, print testthat results (#148 ).
26+
27+ - Sync (#147 ).
28+
29+ ## Uncategorized
30+
31+ - Merge branch 'docs'.
32+
33+ - Merge branch 'docs'.
34+
35+
336# rprojroot 2.0.4.9010 (2024-12-09)
437
538## Continuous integration
You can’t perform that action at this time.
0 commit comments