Skip to content

Commit 59ca487

Browse files
committed
Bump to 1.0.6 after PR #139
1 parent 085a76d commit 59ca487

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.Rhistory

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
info <- bioc_r_versions(bioc_version = bioc_version)
2-
return(
3-
paste0(splt[[1]],":RELEASE_",gsub("[.]","_",info$bioc))
41
)
52
} else {
63
return(co)
@@ -510,3 +507,6 @@ rownames(installed.packages())
510507
"reticulate" %in% rownames(installed.packages())
511508
credentials::set_github_pat()
512509
remotes::install_github("r-lib/remotes")
510+
devtools::check_man()
511+
devtools::check_man()
512+
path <- use_issue_template(save_dir=tempdir())

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rworkflows
22
Type: Package
33
Title: Test, Document, Containerise, and Deploy R Packages
4-
Version: 1.0.5
4+
Version: 1.0.6
55
Authors@R:
66
c(person(given = "Brian",
77
family = "Schilder",

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# rworkflows 1.0.6
2+
3+
## Bug fixes
4+
5+
* Update to `actions/upload-artifact@v4` as v3 is now deprecated.
6+
Contributed in PR #139
7+
18
# rworkflows 1.0.5
29

310
## New features

0 commit comments

Comments
 (0)