|
1 | 1 | <!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file --> |
2 | 2 |
|
3 | | -# rprojroot 2.0.4.9011 (2025-07-12) |
| 3 | +# rprojroot 2.0.5 (2025-07-12) |
| 4 | + |
| 5 | +## Bug fixes |
| 6 | + |
| 7 | +- Fix example for `find_root()` (@salim-b, #98). |
4 | 8 |
|
5 | 9 | ## Features |
6 | 10 |
|
7 | 11 | - Add `is_vscode_project` criterion, true if a `.vscode/` directory exists. |
8 | 12 |
|
9 | 13 | - New `is_targets_project()` (@mitchelloharawild, #108, #146). |
10 | 14 |
|
11 | | -## Continuous integration |
12 | | - |
13 | | -- Enhance permissions for workflow (#154). |
14 | | - |
15 | | -- Permissions, better tests for missing suggests, lints (#153). |
| 15 | +- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80). |
16 | 16 |
|
17 | | -- Only fail covr builds if token is given (#152). |
| 17 | +- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106). |
18 | 18 |
|
19 | | -- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151). |
| 19 | +- Avoid warnings on Windows network drives (#105). |
20 | 20 |
|
21 | | -- Correct installation of xml2 (#150). |
| 21 | +## Chore |
22 | 22 |
|
23 | | -- Explain (#149). |
| 23 | +- Enable auto-styling (#82). |
24 | 24 |
|
25 | | -- Add xml2 for covr, print testthat results (#148). |
| 25 | +- Auto-update from GitHub Actions. |
26 | 26 |
|
27 | | -- Sync (#147). |
| 27 | + Run: https://github.com/r-lib/rprojroot/actions/runs/10425483146 |
28 | 28 |
|
29 | | -## Uncategorized |
| 29 | + Run: https://github.com/r-lib/rprojroot/actions/runs/10208520735 |
30 | 30 |
|
31 | | -- Merge branch 'docs'. |
| 31 | + Run: https://github.com/r-lib/rprojroot/actions/runs/9728439643 |
32 | 32 |
|
33 | | -- Merge branch 'docs'. |
| 33 | + Run: https://github.com/r-lib/rprojroot/actions/runs/9691616135 |
34 | 34 |
|
| 35 | +- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101). |
35 | 36 |
|
36 | | -# rprojroot 2.0.4.9010 (2024-12-09) |
| 37 | +- Add Aviator configuration. |
37 | 38 |
|
38 | 39 | ## Continuous integration |
39 | 40 |
|
40 | | -- Avoid failure in fledge workflow if no changes (#144). |
41 | | - |
42 | | - |
43 | | -# rprojroot 2.0.4.9009 (2024-12-08) |
| 41 | +- Enhance permissions for workflow (#154). |
44 | 42 |
|
45 | | -## Continuous integration |
| 43 | +- Permissions, better tests for missing suggests, lints (#153). |
46 | 44 |
|
47 | | -- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142). |
| 45 | +- Only fail covr builds if token is given (#152). |
48 | 46 |
|
| 47 | +- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151). |
49 | 48 |
|
50 | | -# rprojroot 2.0.4.9008 (2024-12-07) |
| 49 | +- Correct installation of xml2 (#150). |
51 | 50 |
|
52 | | -## Features |
| 51 | +- Explain (#149). |
53 | 52 |
|
54 | | -- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80). |
| 53 | +- Add xml2 for covr, print testthat results (#148). |
55 | 54 |
|
56 | | -## Chore |
| 55 | +- Sync (#147). |
57 | 56 |
|
58 | | -- Enable auto-styling (#82). |
| 57 | +- Avoid failure in fledge workflow if no changes (#144). |
59 | 58 |
|
60 | | -## Continuous integration |
| 59 | +- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142). |
61 | 60 |
|
62 | 61 | - Use larger retry count for lock-threads workflow (#140). |
63 | 62 |
|
|
79 | 78 |
|
80 | 79 | - Use pkgdown branch (#109). |
81 | 80 |
|
82 | | -## Documentation |
| 81 | +- Install via R CMD INSTALL ., not pak (#107). |
83 | 82 |
|
84 | | -- Switch to `index.md` (#113). |
| 83 | + - ci: Install via R CMD INSTALL ., not pak |
85 | 84 |
|
86 | | -## Uncategorized |
| 85 | + - ci: Bump version of upload-artifact action |
87 | 86 |
|
88 | | -- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16). |
| 87 | +- Install local package for pkgdown builds. |
89 | 88 |
|
| 89 | +- Improve support for protected branches with fledge. |
90 | 90 |
|
91 | | -# rprojroot 2.0.4.9007 (2024-09-15) |
| 91 | +- Improve support for protected branches, without fledge. |
92 | 92 |
|
93 | | -## Continuous integration |
| 93 | +- Sync with latest developments. |
94 | 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 |
| 95 | +- Use v2 instead of master. |
100 | 96 |
|
| 97 | +- Inline action. |
101 | 98 |
|
102 | | -# rprojroot 2.0.4.9006 (2024-08-31) |
| 99 | +- Use dev roxygen2 and decor. |
103 | 100 |
|
104 | | -## Features |
| 101 | +- Fix on Windows, tweak lock workflow. |
105 | 102 |
|
106 | | - - Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106). |
| 103 | +- Avoid checking bashisms on Windows. |
107 | 104 |
|
108 | | - - Avoid warnings on Windows network drives (#105). |
| 105 | +- Better commit message. |
109 | 106 |
|
110 | | -## Chore |
| 107 | +- Bump versions, better default, consume custom matrix. |
111 | 108 |
|
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) |
| 109 | +- Recent updates. |
161 | 110 |
|
162 | 111 | ## Documentation |
163 | 112 |
|
164 | | -- Clarify `subdir` argument (#103). |
165 | | - |
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) |
| 113 | +- Switch to `index.md` (#113). |
177 | 114 |
|
178 | | -## Documentation |
| 115 | +- Clarify `subdir` argument (#103). |
179 | 116 |
|
180 | 117 | - Fix typo (@salim-b, #99). |
181 | 118 |
|
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 | | - |
189 | 119 | ## Testing |
190 | 120 |
|
191 | 121 | - Replace mockr with `testthat::local_mocked_bindings()` (@salim-b, #97). |
192 | 122 |
|
| 123 | +## Uncategorized |
| 124 | + |
| 125 | +- Merge branch 'docs'. |
193 | 126 |
|
194 | | -# rprojroot 2.0.4.9000 (2023-11-06) |
| 127 | +- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16). |
| 128 | + |
| 129 | +- Internal changes only. |
195 | 130 |
|
196 | 131 | - Merge branch 'cran-2.0.4'. |
197 | 132 |
|
|
0 commit comments