Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c4842c

Browse files
committed
Move to stable stage
1 parent 3ea2fa1 commit 4c4842c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# blob 1.2.2 (2021-07-23)
44

5+
- Moved to "stable" lifecycle stage.
56
- Remove `is_vector_s3()` (#19).
67

78

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ output:
55
---
66

77
<!-- badges: start -->
8-
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
8+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
99
[![Travis-CI Build Status](https://travis-ci.org/tidyverse/blob.svg?branch=master)](https://travis-ci.org/tidyverse/blob)
1010
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/blob)](https://cran.r-project.org/package=blob)
1111
[![Coverage Status](https://codecov.io/gh/tidyverse/blob/branch/master/graph/badge.svg)](https://codecov.io/github/tidyverse/blob?branch=master)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- badges: start -->
33

44
[![Lifecycle:
5-
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
5+
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
66
[![Travis-CI Build
77
Status](https://travis-ci.org/tidyverse/blob.svg?branch=master)](https://travis-ci.org/tidyverse/blob)
88
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/blob)](https://cran.r-project.org/package=blob)
@@ -50,17 +50,17 @@ x2 <- as.raw(c(0x48, 0x65, 0x6c, 0x6c, 0x6f))
5050

5151
new_blob(list(x1, x2))
5252
#> <blob[2]>
53-
#> [1] blob[12 B] blob[ 5 B]
53+
#> [1] blob[12 B] blob[5 B]
5454
blob(x1, x2)
5555
#> <blob[2]>
56-
#> [1] blob[12 B] blob[ 5 B]
56+
#> [1] blob[12 B] blob[5 B]
5757

5858
as_blob(c("Good morning", "Good evening"))
5959
#> <blob[2]>
6060
#> [1] blob[12 B] blob[12 B]
6161
```
6262

63-
-----
63+
------------------------------------------------------------------------
6464

6565
Please note that the ‘blob’ project is released with a [Contributor Code
6666
of

0 commit comments

Comments
 (0)