File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# blob 1.2.3 (2022-04-10)
4
4
5
- - Reduce parallelism
6
- - Also check dev on cran-* branches
7
- - Update hash key for dev
8
- - Remove R 3.3
5
+ - ` as_blob(NA_character_) ` returns a missing ` blob ` instead of ` as_blob("NA") ` (#26 , @michaelchirico ).
9
6
10
7
11
- # blob 1.2.2.9000 (2021-07-23)
12
-
13
- - ` as_blob(NA_character_) ` returns a missing ` blob ` instead of ` as_blob("NA") ` (#26 , @michaelchirico )
14
-
15
8
# blob 1.2.2 (2021-07-23)
16
9
17
10
- Moved to "stable" lifecycle stage.
Original file line number Diff line number Diff line change @@ -2,17 +2,13 @@ blob 1.2.3
2
2
3
3
## Cran Repository Policy
4
4
5
- - [ ] Reviewed CRP last edited 2022-02-08.
6
-
7
- See changes at https://github.com/eddelbuettel/crp/compare/master@%7B2021-04-25%7D...master@%7B2022-02-08%7D
5
+ - [x] Reviewed CRP last edited 2022-02-08.
8
6
9
7
## R CMD check results
10
8
11
9
- [x] Checked locally, R 4.1.2
12
- - [ ] Checked on CI system, R 4.1.3
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.1.3
11
+ - [x] Checked on win-builder, R devel
16
12
17
13
## Current CRAN check results
18
14
You can’t perform that action at this time.
0 commit comments