Skip to content

Commit

Permalink
troubleshooting GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
payam-delfi committed Oct 23, 2023
1 parent cda3866 commit 185875e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions .github/scripts/01-r-pkg-build.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
if (!requireNamespace("pak", quietly = TRUE)) {
install.packages("pak", repos = "https://cran.rstudio.com/")
}
stream <- "devel" # "stable", "rc", or "devel"
path <- sprintf(
"https://r-lib.github.io/p/pak/%s/%s/%s/%s",
stream,
.Platform$pkgType,
R.Version()$os,
R.Version()$arch
)

install.packages("pak", repos = path)

req_pkgs <- c(
"devtools",
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: clusterPower
Version: 0.7.2
Version: 0.7.2.0
Date: 2023-10-16
Title: Power Calculations for Cluster-Randomized and Cluster-Randomized Crossover Trials
Maintainer: Ken Kleinman <ken.kleinman@gmail.com>
Expand Down

0 comments on commit 185875e

Please sign in to comment.