File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 - under development
44
5+ # pcr 1.0.1
56
7+ - available on CRAN
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments