Skip to content

Commit 97b875b

Browse files
authored
fledge: CRAN release v2.1.0 (#160)
1 parent 7d71f50 commit 97b875b

File tree

3 files changed

+16
-173
lines changed

3 files changed

+16
-173
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rprojroot
22
Title: Finding Files in Project Subdirectories
3-
Version: 2.0.4.9011
3+
Version: 2.1.0
44
Authors@R:
55
person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

Lines changed: 10 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -1,201 +1,40 @@
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-
36-
# rprojroot 2.0.4.9010 (2024-12-09)
37-
38-
## Continuous integration
39-
40-
- Avoid failure in fledge workflow if no changes (#144).
41-
42-
43-
# rprojroot 2.0.4.9009 (2024-12-08)
44-
45-
## Continuous integration
46-
47-
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142).
3+
# rprojroot 2.1.0 (2025-07-12)
484

5+
## Bug fixes
496

50-
# rprojroot 2.0.4.9008 (2024-12-07)
7+
- Fix example for `find_root()` (@salim-b, #98).
518

529
## Features
5310

54-
- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80).
55-
56-
## Chore
57-
58-
- Enable auto-styling (#82).
11+
- Add `is_vscode_project` criterion, true if a `.vscode/` directory exists (#155, #157, @jennybc).
5912

60-
## Continuous integration
13+
- New `is_targets_project` (@mitchelloharawild, #108, #146).
6114

62-
- Use larger retry count for lock-threads workflow (#140).
63-
64-
- Ignore errors when removing pkg-config on macOS (#130).
65-
66-
- Explicit permissions (#128).
67-
68-
- Use styler from main branch (#126).
69-
70-
- Need to install R on Ubuntu 24.04 (#124).
71-
72-
- Use Ubuntu 24.04 and styler PR (#122).
15+
- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80).
7316

74-
- Correctly detect branch protection (#117).
17+
- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106).
7518

76-
- Use stable pak (#116).
19+
- Avoid warnings on Windows network drives (#105).
7720

78-
- Trigger run (#115).
21+
## Chore
7922

80-
- Use pkgdown branch (#109).
23+
- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101).
8124

8225
## Documentation
8326

8427
- Switch to `index.md` (#113).
8528

86-
## Uncategorized
87-
88-
- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16).
89-
90-
91-
# rprojroot 2.0.4.9007 (2024-09-15)
92-
93-
## Continuous integration
94-
95-
- Install via R CMD INSTALL ., not pak (#107).
96-
97-
- ci: Install via R CMD INSTALL ., not pak
98-
99-
- ci: Bump version of upload-artifact action
100-
101-
102-
# rprojroot 2.0.4.9006 (2024-08-31)
103-
104-
## Features
105-
106-
- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106).
107-
108-
- Avoid warnings on Windows network drives (#105).
109-
110-
## Chore
111-
112-
- Auto-update from GitHub Actions.
113-
114-
Run: https://github.com/r-lib/rprojroot/actions/runs/10425483146
115-
116-
- Auto-update from GitHub Actions.
117-
118-
Run: https://github.com/r-lib/rprojroot/actions/runs/10208520735
119-
120-
- Auto-update from GitHub Actions.
121-
122-
Run: https://github.com/r-lib/rprojroot/actions/runs/9728439643
123-
124-
- Auto-update from GitHub Actions.
125-
126-
Run: https://github.com/r-lib/rprojroot/actions/runs/9691616135
127-
128-
## Continuous integration
129-
130-
- Install local package for pkgdown builds.
131-
132-
- Improve support for protected branches with fledge.
133-
134-
- Improve support for protected branches, without fledge.
135-
136-
- Sync with latest developments.
137-
138-
- Use v2 instead of master.
139-
140-
- Inline action.
141-
142-
- Use dev roxygen2 and decor.
143-
144-
- Fix on Windows, tweak lock workflow.
145-
146-
- Avoid checking bashisms on Windows.
147-
148-
- Better commit message.
149-
150-
- Bump versions, better default, consume custom matrix.
151-
152-
- Recent updates.
153-
154-
155-
# rprojroot 2.0.4.9005 (2024-01-24)
156-
157-
- Internal changes only.
158-
159-
160-
# rprojroot 2.0.4.9004 (2024-01-16)
161-
162-
## Documentation
163-
16429
- Clarify `subdir` argument (#103).
16530

166-
167-
# rprojroot 2.0.4.9003 (2024-01-15)
168-
169-
## Chore
170-
171-
- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101).
172-
173-
- Add Aviator configuration.
174-
175-
176-
# rprojroot 2.0.4.9002 (2024-01-03)
177-
178-
## Documentation
179-
18031
- Fix typo (@salim-b, #99).
18132

182-
183-
# rprojroot 2.0.4.9001 (2023-11-20)
184-
185-
## Bug fixes
186-
187-
- Fix example for `find_root()` (@salim-b, #98).
188-
18933
## Testing
19034

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

19337

194-
# rprojroot 2.0.4.9000 (2023-11-06)
195-
196-
- Merge branch 'cran-2.0.4'.
197-
198-
19938
# rprojroot 2.0.4 (2023-11-05)
20039

20140
## Features

cran-comments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rprojroot 2.0.4
1+
rprojroot 2.1.0
2+
3+
## Cran Repository Policy
4+
5+
- [x] Reviewed CRP last edited 2024-08-27.

0 commit comments

Comments
 (0)