Skip to content

Commit 9e50659

Browse files
committed
NEWS and CRAN comments
1 parent 88e46f4 commit 9e50659

File tree

2 files changed

+28
-178
lines changed

2 files changed

+28
-178
lines changed

NEWS.md

Lines changed: 27 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -2,197 +2,63 @@
22

33
# tibble 3.2.0
44

5-
## Chore
6-
7-
- Ignore revdep packages that take too long.
8-
9-
10-
# tibble 3.1.8.9012
11-
12-
## Chore
13-
14-
- Forward `trunc_mat()` to new-style pillar methods (#1517).
15-
16-
17-
# tibble 3.1.8.9011
18-
19-
## Chore
20-
21-
- Fix r-oldrel-4 checks.
22-
23-
- Breaking change: Remove `knit_print.trunc_mat()` method (#1516).
24-
25-
- Adapt to dev rlang.
26-
27-
- List notoriously failing revdep packages.
28-
29-
- Warn with partial matching in tests.
30-
31-
- Fix partial argument matching.
32-
33-
- Deprecate `data_frame_()`, `lst_()`, `frame_data()`, `as_tibble(validate = )`, `as_tibble(NULL)`, `new_tibble(subclass = )`, `add_row()` and `add_column()` for non-data-frame input, `add_column()` for input with non-unique names, and corner cases for `tbl[[x]]` (#1515).
34-
35-
## Breaking changes
36-
37-
- Breaking change: Remove `knit_print.trunc_mat()` method (#1516).
38-
39-
40-
# tibble 3.1.8.9010
41-
42-
## Chore
43-
44-
- Remove obsolete tests (#1513).
45-
46-
- Use `vec_as_location(missing = "error")` for better error messages (#741, #1511).
47-
48-
## Uncategorized
49-
50-
- Merge pull request #1512 from tidyverse/docs-1151-1070-275-tweaks.
51-
52-
53-
# tibble 3.1.8.9009
54-
555
## Features
566

57-
- Revert `as_data_frame()` now also refers to `as.data.frame()` in its deprecation message.
58-
59-
Revert "Merge pull request #1504 from tidyverse/f-1202-as-row-names"
60-
61-
This reverts commit 83e617811b837423ffc2fbd4533946cf05ae2563, reversing
62-
changes made to 21729a3c850accd490f6837094bde319094d9b9e.
7+
- Accurate location of the source of an error in error messages (#1379, #1065, #1508).
638

64-
## Chore
65-
66-
- Remove compatibility code for RSDA package which is broken anyway due to other changes (#923, #1509).
9+
- `as_data_frame()` now also refers to `as.data.frame()` in its deprecation message (#1149, #1506).
6710

68-
- Accurate location of error source in error messages (#1065, #1508).
11+
## Breaking changes
6912

70-
## Uncategorized
13+
- Deprecated functions and arguments where we could not detect usage by other CRAN packages (#1515):
7114

72-
- Merge pull request #1510 from tidyverse/f-split-frontend-2.
15+
- `data_frame_()`, `lst_()`, `frame_data()`
16+
17+
- `as_tibble(validate = )`, `as_tibble(NULL)`, `new_tibble(subclass = )`
18+
19+
- `add_row()` and `add_column()` for non-data-frame input
20+
21+
- `add_column()` for input with non-unique names
22+
23+
- corner cases for `tbl[[x]]`
7324

25+
- Breaking change: Remove `knit_print.trunc_mat()` method (#1516).
7426

75-
# tibble 3.1.8.9008
27+
- Forward `trunc_mat()` to new-style pillar methods (#1517).
7628

7729
## Bug fixes
7830

7931
- Allow `glue()` and other classed characters for subassignment (#1150, #1503).
8032

81-
## Features
82-
83-
- `as_data_frame()` now also refers to `as.data.frame()` in its deprecation message (#1149, #1506).
84-
85-
## Chore
86-
87-
- Retry continuous benchmarks until success (#1505).
88-
89-
- Fix tests (#1500).
90-
91-
92-
# tibble 3.1.8.9007
93-
94-
## Chore
95-
96-
- Use usethis namespace.
97-
98-
- Add GitPod infrastructure.
99-
100-
- Require R \>= 3.4.0, dependency hygiene (#1490, #1071).
101-
102-
Closes #1071. Closes #1490.
103-
104-
## Documentation
105-
106-
- Fix display of mermaid diagrams in `vignette("formats")` (@maelle, #1497, #1498).
107-
108-
## Uncategorized
109-
110-
- Snapshot updates for rcc-smoke (null) (#1495).
111-
112-
Snapshot updates for rcc-smoke (null)
113-
114-
115-
# tibble 3.1.8.9006
116-
117-
- Internal changes only.
118-
119-
120-
# tibble 3.1.8.9005
121-
122-
- Internal changes only.
123-
124-
125-
# tibble 3.1.8.9004
126-
127-
- Internal changes only.
128-
129-
130-
# tibble 3.1.8.9003
131-
132-
## Chore
33+
## Performance
13334

134-
- Remove legacy expectation (#1468).
35+
- Reduce overhead of single-column subset assignment (#1363).
13536

13637
## Documentation
13738

138-
- Use lambda in `across()` in vignette for compatibility with dplyr 1.1.0 (#1485).
139-
140-
## Uncategorized
141-
142-
- Merge pull request #1481 from tidyverse/snapshot-main-rcc-smoke-null.
143-
144-
145-
146-
- Harmonize yaml formatting.
147-
148-
- Revert changes to matrix section.
149-
150-
- Merge pull request #1475 from tidyverse/snapshot-main-rcc-smoke-null.
151-
39+
- New `vignette("extending")` (#275, #1512).
15240

153-
154-
- Merge pull request #1474 from IndrajeetPatil/doc_edits.
155-
156-
157-
158-
159-
# tibble 3.1.8.9002
160-
161-
## Features
162-
163-
- Correct top-level calls are shown for the vast majority of errors (#1379).
164-
165-
- Using cli for formatting conditions (#1387).
166-
167-
## Chore
168-
169-
- Check if R version changed (#1365).
170-
171-
- Define responsibility for setting row names and class (#1364).
172-
173-
## Documentation
41+
- Minor updates (#1151, #1070, #1512, #1485).
17442

17543
- Update example for `nrow` argument to `new_tibble()` (@heavywatal, #1394).
17644

177-
- Remove ANSI escapes from invariants article on pkgdown (#1374).
45+
- Fix display of mermaid diagrams in `vignette("formats")` (@maelle, #1497, #1498).
17846

179-
## Performance
47+
- Remove ANSI escapes from invariants article on pkgdown (#1374).
18048

181-
- Reduce overhead of single-column subset assignment (#1363).
49+
## Internal
18250

51+
- Require vctrs >= 0.4.1 and pillar >= 1.8.1
18352

184-
# tibble 3.1.8.9001
53+
- Use cli for formatting conditions (#1387).
18554

186-
## Chore
55+
- Use `vec_as_location(missing = "error")` for better error messages (#741, #1511).
18756

188-
- Require vctrs >= 0.4.1 and pillar >= 1.8.1
57+
- Remove compatibility code for RSDA package which is broken anyway due to other changes (#923, #1509).
18958

19059
- Skip tests if suggested packages not available (#1246, @MichaelChirico).
19160

192-
193-
# tibble 3.1.8.9000
194-
195-
- Internal changes only.
61+
- Remove obsolete tests (#1513).
19662

19763

19864
# tibble 3.1.8

cran-comments.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
tibble 3.2.0
22

3-
## Cran Repository Policy
4-
5-
- [ ] Reviewed CRP last edited 2022-07-26.
6-
7-
See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2022-05-03%7D...master@%7B2022-07-26%7D
8-
9-
## R CMD check results
10-
11-
- [x] Checked locally, R 4.2.2
12-
- [ ] Checked on CI system, R 4.2.2
13-
- [ ] Checked on win-builder, R devel
14-
15-
Check the boxes above after successful execution and remove this line. Then run `fledge::release()`.
16-
173
## Current CRAN check results
184

195
- [x] Checked on 2023-03-06, problems found: https://cran.r-project.org/web/checks/check_results_tibble.html
20-
- [ ] WARN: r-oldrel-windows-ix86+x86_64
21-
22-
Check results at: https://cran.r-project.org/web/checks/check_results_tibble.html
6+
- [x] WARN: r-oldrel-windows-ix86+x86_64: False positive

0 commit comments

Comments
 (0)