Skip to content

Commit 8fe3110

Browse files
committed
Bump version and configure pkgdown.yaml to build on dev push
1 parent 9a22495 commit 8fe3110

4 files changed

Lines changed: 5 additions & 15 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [main, docs, x/docs]
3+
branches: [main, dev, docs, x/docs]
44

55
name: pkgdown
66

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: import
22
Type: Package
33
Title: An Import Mechanism for R
4-
Version: 1.3.3.9001
4+
Version: 1.3.3.9002
55
Authors@R:
66
c(person(given = "Stefan Milton",
77
family = "Bache",

README.Rmd

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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
6362
pak::pak("rticulate/import")
6463

6564
# New features are developed on the dev branch
6665
pak::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

7368
Documentation for the development version is available on:

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CRAN
77
status](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
1111
status](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
6564
pak::pak("rticulate/import")
6665

6766
# New features are developed on the dev branch
6867
pak::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

7570
Documentation for the development version is available on:

0 commit comments

Comments
 (0)