Skip to content

Commit a214873

Browse files
committed
Merge tag 'v1.1.0'
- New maintainer: Kirill Müller. - Added `as.blob.blob()`and `as.data.frame.blob()` methods (#3). - Size of very large blobs is displayed correctly.
2 parents e10cbe3 + b9dc799 commit a214873

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.0.0.9002
3+
Version: 1.1.0
44
Authors@R: c(
55
person("Hadley", "Wickham", role = c("aut")),
66
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = c("cre")),

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
- Added `as.blob.blob()` method.
1+
# blob 1.1.0 (2017-06-17)
2+
3+
- New maintainer: Kirill Müller.
4+
5+
- Added `as.blob.blob()`and `as.data.frame.blob()` methods (#3).
6+
7+
- Size of very large blobs is displayed correctly.
28

3-
- Added `as.data.frame.blob()` method (#3).
49

510
# blob 1.0.0
611

cran-comments.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
## Test environments
2-
* local OS X install, R 3.3.2
3-
* ubuntu 12.04 (on travis-ci), R 3.3.2
2+
* local Ubuntu 17.04 install, R 3.4.0
3+
* ubuntu 12.04 (on travis-ci), R 3.4.0
44
* win-builder (devel and release)
55

66
## R CMD check results
77

88
0 errors | 0 warnings | 1 note
99

10-
* This is a new release.
11-
12-
* Found the following (possibly) invalid URLs:
13-
URL: https://cran.r-project.org/package=blob
14-
From: README.md
15-
16-
This will work if this package is accepted :)
10+
* Change of package maintainer, see https://github.com/tidyverse/blob/pull/6
11+
for consent of previous maintainer.
1712

1813
## Reverse dependencies
1914

20-
This is a new release, so there are no reverse dependencies.
15+
Checked the only dependency 'odbc'.

0 commit comments

Comments
 (0)