Skip to content

Commit 84de261

Browse files
committed
update after CRAN release
1 parent a65fcf6 commit 84de261

File tree

10 files changed

+142
-64
lines changed

10 files changed

+142
-64
lines changed

CRAN-RELEASE

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.Rmd

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ knitr::opts_chunk$set(
2020
[![Travis-CI Build Status](https://travis-ci.org/nhejazi/txshift.svg?branch=master)](https://travis-ci.org/nhejazi/txshift)
2121
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/nhejazi/txshift?branch=master&svg=true)](https://ci.appveyor.com/project/nhejazi/txshift)
2222
[![Coverage Status](https://img.shields.io/codecov/c/github/nhejazi/txshift/master.svg)](https://codecov.io/github/nhejazi/txshift?branch=master)
23+
[![CRAN](http://www.r-pkg.org/badges/version/txshift)](http://www.r-pkg.org/pkg/txshift)
24+
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/txshift)](https://CRAN.R-project.org/package=txshift)
2325
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2426
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
2527

@@ -59,11 +61,25 @@ methodology described in @hejazi2020efficient.
5961

6062
## Installation
6163

62-
Install the most recent _stable release_ from GitHub via
63-
[`remotes`](https://CRAN.R-project.org/package=remotes):
64+
For standard use, we recommend installing the package from
65+
[CRAN](https://CRAN.R-project.org/package=txshift) via
66+
67+
```{r cran-installation, eval = FALSE}
68+
install.packages("txshift")
69+
```
70+
71+
For the latest features, install the most recent _stable version_ of `txshift`
72+
from GitHub via [`remotes`](https://CRAN.R-project.org/package=remotes):
6473

6574
```{r gh-master-installation, eval = FALSE}
66-
remotes::install_github("nhejazi/txshift", build_vignettes = FALSE)
75+
remotes::install_github("nhejazi/txshift@master")
76+
```
77+
78+
To contribute, install the _development version_ of `txshift` from GitHub via
79+
[`remotes`](https://CRAN.R-project.org/package=remotes):
80+
81+
```{r gh-devel-installation, eval = FALSE}
82+
remotes::install_github("nhejazi/txshift@devel")
6783
```
6884

6985
---

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Status](https://travis-ci.org/nhejazi/txshift.svg?branch=master)](https://travis
99
Status](https://ci.appveyor.com/api/projects/status/github/nhejazi/txshift?branch=master&svg=true)](https://ci.appveyor.com/project/nhejazi/txshift)
1010
[![Coverage
1111
Status](https://img.shields.io/codecov/c/github/nhejazi/txshift/master.svg)](https://codecov.io/github/nhejazi/txshift?branch=master)
12+
[![CRAN](http://www.r-pkg.org/badges/version/txshift)](http://www.r-pkg.org/pkg/txshift)
13+
[![CRAN
14+
downloads](https://cranlogs.r-pkg.org/badges/txshift)](https://CRAN.R-project.org/package=txshift)
1215
[![Project Status: Active – The project has reached a stable, usable
1316
state and is being actively
1417
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
@@ -55,11 +58,26 @@ al. (2020).
5558

5659
## Installation
5760

58-
Install the most recent *stable release* from GitHub via
61+
For standard use, we recommend installing the package from
62+
[CRAN](https://CRAN.R-project.org/package=txshift) via
63+
64+
``` r
65+
install.packages("txshift")
66+
```
67+
68+
For the latest features, install the most recent *stable version* of
69+
`txshift` from GitHub via
5970
[`remotes`](https://CRAN.R-project.org/package=remotes):
6071

6172
``` r
62-
remotes::install_github("nhejazi/txshift", build_vignettes = FALSE)
73+
remotes::install_github("nhejazi/txshift@master")
74+
```
75+
76+
To contribute, install the *development version* of `txshift` from
77+
GitHub via [`remotes`](https://CRAN.R-project.org/package=remotes):
78+
79+
``` r
80+
remotes::install_github("nhejazi/txshift@devel")
6381
```
6482

6583
-----

docs/articles/intro_txshift.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/ipcw_txshift.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 36 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)