Skip to content

Commit

Permalink
Merge branch 'release/0.4.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Aug 10, 2015
2 parents ba9c169 + d13e2c2 commit 5326ea1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: listenv
Version: 0.3.0-9000
Version: 0.4.0
Depends:
R (>= 3.1.2)
Title: Environments Behaving (Almost) as Lists
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"))
Description: List Environments are environments that can be indexed similarly to lists, e.g. 'x <- listenv(); x[[2]] <- "b"; names(x)[2] <- "B"; print(x$B)'.
Description: List environments are environments that can be indexed similarly to lists, e.g. 'x <- listenv(); x[[2]] <- "b"; names(x)[2] <- "B"; print(x$B)'.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://github.com/HenrikBengtsson/listenv
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: listenv
================

Version: 0.3.0-9000 [2015-08-07]
Version: 0.4.0 [2015-08-08]
o Added as.listenv().
o CONSISTENCY: Assigning NULL now removes element just as lists,
e.g. x$a <- NULL. To assign value NULL, do x['a'] <- list(NULL).
Expand Down
27 changes: 11 additions & 16 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# CRAN submission listenv 0.3.0
on 2015-05-27

New package
# CRAN submission listenv 0.4.0
on 2015-08-08

Thanks in advance


## Notes not sent to CRAN
listenv 0.4.0, and its reverse-dependent package(*) have been verified with `R CMD check --as-cran` on: has been verified using `R CMD build` and `R CMD check --as-cran` on

I have verified the package using 'R CMD check --as-cran' on

* R version 3.1.3 (2015-03-09) [Platform: x86_64-w64-mingw32 (64-bit)]
* R version 3.2.0 Patched (2015-05-22 r68399) [Platform: x86_64-w64-mingw32 (64-bit)]
* R version 3.2.0 Patched (2015-05-25 r68412) [Platform: x86_64-unknown-linux-gnu (64-bit)]
* R Under development (unstable) (2015-05-25 r68412) [Platform: x86_64-w64-mingw32/x64 (64-bit)]

I have also verified the package using the http://win-builder.r-project.org/ service.

Thank you,
* R version 3.1.3 (2015-03-09) [Platform: x86_64-unknown-linux-gnu (64-bit)]
* R version 3.1.3 (2015-03-09) [Platform: x86_64-w64-mingw32/x64 (64-bit)]
* R version 3.2.2 beta (2015-08-05 r68859) [Platform: x86_64-unknown-linux-gnu (64-bit)]
* R version 3.2.2 beta (2015-08-04 r68843) [Platform: x86_64-w64-mingw32/x64 (64-bit)]
* R version 3.3.0 Under development (unstable) (2015-08-05 r68859) [Platform: x86_64-w64-mingw32/x64 (64-bit)]

It has also been verified by the <http://win-builder.r-project.org/> service.

Henrik Bengtsson
(maintainer)
(*) The submitted updates cause no issues for any of the following 1 reverse dependency: future 0.7.0.

0 comments on commit 5326ea1

Please sign in to comment.