Skip to content

Commit a53b9e9

Browse files
committed
updated news, readme and vignette
1 parent e405b72 commit a53b9e9

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
- under development
44

5+
# pcr 1.0.1
56

7+
- available on CRAN

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ Quantitative real-time PCR is an imprtant technique in medical and biomedical ap
1111

1212
# Getting started
1313

14-
The `pcr` is available on github. To install it using `devtools`:
14+
The `pcr` is available on CRAN. To install it, use:
1515

1616
```r
17-
# install package from github (under development)
18-
devtools::install_github('MahShaaban/pcr')
17+
# install package CRAN
18+
install.packages('pcr')
1919
```
2020

21-
The development version of the package can be similarly obtained through:
21+
The development version of the package can be obtained through:
2222

2323
```r
2424
# install package from github (under development)
25-
devtools::install_github('MahShaaban/pcr@develop')
25+
devtools::install_github('MahShaaban/pcr')
2626
```
2727

2828
```r

vignettes/qpcr_analysis.Rmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,18 @@ Quantitative real-time PCR is an imprtant technique in medical and biomedical ap
9090

9191
# Getting started
9292

93-
The `pcr` is available on github. To install it using `devtools`:
93+
The `pcr` is available on CRAN. To install it, use:
9494

95-
```{r install_master, eval=FALSE}
96-
# install package from github (under development)
97-
devtools::install_github('MahShaaban/pcr')
95+
```{r install_CRAN, eval=FALSE}
96+
# install package CRAN
97+
install.packages('pcr')
9898
```
9999

100-
The development version of the package can be similarly obtained through:
100+
The development version of the package can be obtained through:
101101

102-
```{r install_develop, eval=FALSE}
102+
```{r install_github, eval=FALSE}
103103
# install package from github (under development)
104-
devtools::install_github('MahShaaban/pcr@develop')
104+
devtools::install_github('MahShaaban/pcr')
105105
```
106106

107107
```{r load_pcr}

0 commit comments

Comments
 (0)