Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 10, 2017
1 parent 3f6da72 commit 83ef5d2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ bench
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^NEWS\.md$
^revdep$
^cran-comments\.md$
^codecov\.yml$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: reshape2
Title: Flexibly Reshape Data: A Reboot of the Reshape Package
Version: 1.4.2.9000
Version: 1.4.3
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: Flexibly restructure and aggregate data using just two
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Version 1.4.2.9000
# Version 1.4.3

* Fix C/C++ problems causing R CMD CHECK errors.

* `melt.data.frame()` throws when encountering objects of type `POSIXlt`,
and requests a conversion to the (much saner) `POSIXct` type.
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Reshape2
# reshape2

[![Build Status](https://travis-ci.org/hadley/reshape.png)](https://travis-ci.org/hadley/reshape)
[![Build Status](https://travis-ci.org/hadley/reshape.svg)](https://travis-ci.org/hadley/reshape)
[![Coverage status](https://codecov.io/gh/hadley/reshape/branch/master/graph/badge.svg)](https://codecov.io/github/hadley/reshape?branch=master)

## Status
[![lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)](https://img.shields.io/badge/lifecycle-retired-orange.svg)

reshape2 is retired: only changes necessary to keep it on CRAN will be made. We recommend using [tidyr](http://tidyr.tidyverse.org/) instead.

## Introduction

Reshape2 is a reboot of the reshape package. It's been over five years since the first release of reshape, and in that time I've learned a tremendous amount about R programming, and how to work with data in R. Reshape2 uses that knowledge to make a new package for reshaping data that is much more focused and much much faster.

Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments
* local OS X install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.3.1
* win-builder (devel and release)
* local OS X install, R-release
* ubuntu 12.04 (on travis-ci), R 3.1. 3.2, 3.3, release, devel
* win-builder (R-devel)

## R CMD check results

Expand All @@ -12,4 +12,4 @@

## Reverse dependencies

This release is just a couple of minor R CMD check fixes, so I did not check the reverse dependencies.
This release fixes R CMD check errors and notesl I did not check the reverse dependencies.

0 comments on commit 83ef5d2

Please sign in to comment.