File tree 2 files changed +6
-34
lines changed
2 files changed +6
-34
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# tibble 3.1.8
4
4
5
- - Same as previous version.
6
-
7
-
8
- # tibble 3.1.7.9001
9
-
10
- ## Chore
11
-
12
- - Use snapshot tests (#1240 ).
13
-
14
- - Pass error call to ` vec_as_location() ` (#1237 ).
15
-
16
- - Import ellipsis from rlang (#1155 ).
17
-
18
5
## Documentation
19
6
20
- - Mention ` median() ` in Recovery section of ` vignette("numbers") ` (#1197 ).
21
-
7
+ - Better reporting for error calls from ` vec_as_location() ` (#1237 ).
22
8
23
- # tibble 3.1.7.9000
24
-
25
- - Same as previous version.
9
+ - Mention ` median() ` in Recovery section of ` vignette("numbers") ` (#1197 ).
26
10
27
11
28
12
# tibble 3.1.7
Original file line number Diff line number Diff line change @@ -2,26 +2,14 @@ tibble 3.1.8
2
2
3
3
## Cran Repository Policy
4
4
5
- - [ ] Reviewed CRP last edited 2022-05-03.
6
-
7
- See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2022-02-08%7D...master@%7B2022-05-03%7D
5
+ - [x] Reviewed CRP last edited 2022-05-03.
8
6
9
7
## R CMD check results
10
8
11
9
- [x] Checked locally, R 4.1.3
12
- - [ ] Checked on CI system, R 4.2.1
13
- - [ ] Checked on win-builder, R devel
14
-
15
- Check the boxes above after successful execution and remove this line. Then run ` fledge::release() ` .
10
+ - [x] Checked on CI system, R 4.2.1
11
+ - [x] Checked on win-builder, R devel
16
12
17
13
## Current CRAN check results
18
14
19
- - [x] Checked on 2022-07-21, problems found: https://cran.r-project.org/web/checks/check_results_tibble.html
20
- - [ ] ERROR: r-devel-linux-x86_64-debian-gcc
21
- - [ ] ERROR: r-devel-linux-x86_64-fedora-clang
22
- - [ ] ERROR: r-devel-linux-x86_64-fedora-gcc
23
- - [ ] ERROR: r-patched-linux-x86_64
24
- - [ ] ERROR: r-release-linux-x86_64
25
- - [ ] ERROR: r-release-windows-x86_64
26
-
27
- Check results at: https://cran.r-project.org/web/checks/check_results_tibble.html
15
+ - [x] Checked on 2022-07-21, problems found: https://cran.r-project.org/web/checks/check_results_tibble.html . Fixed.
You can’t perform that action at this time.
0 commit comments