Skip to content

Commit

Permalink
updates post-cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
markjrieke committed Jul 18, 2022
1 parent 7e5d1a1 commit e885ea6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nplyr
Title: A Grammar of Nested Data Manipulation
Version: 0.1.0
Version: 0.1.0.9000
Authors@R:
person(given = "Mark",
family = "Rieke",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# nplyr (development version)

# nplyr 0.1.0

* Wrappers around `dplyr` functions that can be applied to nested tibbles:
Expand Down
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ nplyr is largely a wrapper for dplyr. For the most up-to-date information on dpl

## Installation

nplyr is not yet on CRAN, but you can install the development version from github with the [devtools](https://cran.r-project.org/package=devtools) or [remotes](https://cran.r-project.org/package=remotes) package:
You can install the released version of nplyr from CRAN or the development version from github with the [devtools](https://cran.r-project.org/package=devtools) or [remotes](https://cran.r-project.org/package=remotes) package:

```{r, eval=FALSE}
# install from CRAN
install.packages("nplyr")
# install from github
devtools::install_github("markjrieke/nplyr")
```
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ chapter](https://r4ds.had.co.nz/transform.html) in R for data science.

## Installation

nplyr is not yet on CRAN, but you can install the development version
from github with the
You can install the released version of nplyr from CRAN or the
development version from github with the
[devtools](https://cran.r-project.org/package=devtools) or
[remotes](https://cran.r-project.org/package=remotes) package:

``` r
# install from CRAN
install.packages("nplyr")

# install from github
devtools::install_github("markjrieke/nplyr")
```
Expand Down

0 comments on commit e885ea6

Please sign in to comment.