Skip to content

Commit 19aef3d

Browse files
author
Benjamin Skinner
committed
update readme
1 parent a644e55 commit 19aef3d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
![](https://img.shields.io/badge/dev-beta-red.svg) [![GitHub
2-
release](https://img.shields.io/github/release/btskinner/crosswalkr.svg)](https://github.com/btskinner/crosswalkr)
31
[![Travis-CI Build
42
Status](https://travis-ci.org/btskinner/crosswalkr.svg?branch=master)](https://travis-ci.org/btskinner/crosswalkr)
3+
[![GitHub
4+
release](https://img.shields.io/github/release/btskinner/crosswalkr.svg)](https://github.com/btskinner/crosswalkr)
5+
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/crosswalkr)](http://cran.r-project.org/package=crosswalkr)
56

67
This package offers a pair of functions, `renamefrom()` and
78
`encodefrom()`, for renaming and encoding data frames using external
@@ -13,6 +14,10 @@ team](https://github.com/slhudson/rename-and-encode).
1314

1415
### Install
1516

17+
Install the latest release version from CRAN with
18+
19+
install.packages('crosswalkr')
20+
1621
Install the latest development version from Github with
1722

1823
devtools::install_github('btskinner/crosswalkr')

0 commit comments

Comments
 (0)