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

Skip to content

Commit f2e93d7

Browse files
committed
Merge branch 'r-1.1.1' into production
2 parents 6b70c67 + fa3ea8c commit f2e93d7

File tree

4 files changed

+11
-19
lines changed

4 files changed

+11
-19
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
^codecov\.yml$
77
^cran-comments\.md$
88
^API$
9+
^revdep$

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: blob
22
Title: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
3-
Version: 1.1.0.9002
3+
Version: 1.1.1
44
Authors@R: c(
55
person("Hadley", "Wickham", role = c("aut")),
66
person("Kirill", "Müller", , "[email protected]", role = c("cre")),

NEWS.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
### blob 1.1.0.9002 (2018-03-24)
1+
## blob 1.1.1 (2018-03-24)
22

3-
- The *pillar* package is now suggested only, using dynamic method registration (#9).
3+
- Now suggesting *pillar* instead of importing *tibble*, and using colored
4+
formatting with the *prettyunits* package with `B` instead of `b` as units
5+
(#7, #9).
46

5-
### blob 1.1.0.9001 (2017-11-30)
6-
7-
- Now using the prettyunits package to format data sizes.
8-
9-
10-
### blob 1.1.0.9000 (2017-11-29)
11-
12-
- Use `B` instead of `b` as unit.
13-
- Now importing pillar instead of tibble, and using colored formatting.
147
- The blob class can now be used for S4 dispatch.
8+
159
- Calling `c()` on blob objects returns a blob.
1610

1711

cran-comments.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
## Test environments
2-
* local Ubuntu 17.04 install, R 3.4.0
3-
* ubuntu 12.04 (on travis-ci), R 3.4.0
2+
* local Ubuntu 17.10 install, R 3.4.3
3+
* ubuntu 14.04 (on travis-ci), R 3.4.4
44
* win-builder (devel and release)
55

66
## R CMD check results
77

8-
0 errors | 0 warnings | 1 note
9-
10-
* Change of package maintainer, see https://github.com/tidyverse/blob/pull/6
11-
for consent of previous maintainer.
8+
OK
129

1310
## Reverse dependencies
1411

15-
Checked the only dependency 'odbc'.
12+
Checked all 6 downstream packages, no regressions found.

0 commit comments

Comments
 (0)