File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [main, docs, x/docs]
3+ branches : [main, dev, docs, x/docs]
44
55name : pkgdown
66
Original file line number Diff line number Diff line change 11Package: import
22Type: Package
33Title: An Import Mechanism for R
4- Version: 1.3.3.9001
4+ Version: 1.3.3.9002
55Authors@R:
66 c(person(given = "Stefan Milton",
77 family = "Bache",
Original file line number Diff line number Diff line change @@ -55,19 +55,14 @@ is available on:
5555
5656### Development Versions
5757
58- Install the development version of ` import ` from GitHub using ` pak ` (or
59- ` devtools ` if you prefer:
58+ Install the development version of ` import ` from GitHub using ` pak ` :
6059
6160``` R
6261# The main branch typically matches the CRAN release
6362pak :: pak(" rticulate/import" )
6463
6564# New features are developed on the dev branch
6665pak :: pak(" rticulate/import@dev" )
67-
68- # Or you can use devtools ...
69- devtools :: install_github(" rticulate/import" )
70- devtools :: install_github(" rticulate/import@dev" )
7166```
7267
7368Documentation for the development version is available on:
Original file line number Diff line number Diff line change 66[ ![ CRAN
77status] ( https://www.r-pkg.org/badges/version/import )] ( https://CRAN.R-project.org/package=import )
88[ ![ CRAN status
9- shields] ( https://img.shields.io/badge/Git-1.3.3.9001 -success )] ( https://github.com/rticulate/import )
9+ shields] ( https://img.shields.io/badge/Git-1.3.3.9002 -success )] ( https://github.com/rticulate/import )
1010[ ![ R build
1111status] ( https://github.com/rticulate/import/workflows/R-CMD-check/badge.svg )] ( https://github.com/rticulate/import/actions )
1212<!-- badges: end -->
@@ -57,19 +57,14 @@ is available on:
5757
5858### Development Versions
5959
60- Install the development version of ` import ` from GitHub using ` pak ` (or
61- ` devtools ` if you prefer:
60+ Install the development version of ` import ` from GitHub using ` pak ` :
6261
6362``` r
6463# The main branch typically matches the CRAN release
6564pak :: pak(" rticulate/import" )
6665
6766# New features are developed on the dev branch
6867pak :: pak(" rticulate/import@dev" )
69-
70- # Or you can use devtools ...
71- devtools :: install_github(" rticulate/import" )
72- devtools :: install_github(" rticulate/import@dev" )
7368```
7469
7570Documentation for the development version is available on:
You can’t perform that action at this time.
0 commit comments