Skip to content

Commit

Permalink
Merge branch 'develop' into V2_3_3
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasDanks authored Oct 29, 2024
2 parents 997e662 + fa2d96d commit ca68c59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rcmdcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand Down
1 change: 1 addition & 0 deletions R/library.R
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,4 @@ unit_weights <- function(mmMatrix, i,normData, construct_scores) {
# matrix(1,nrow = sum(mmMatrix[,1] == i), ncol = 1)
return(matrix(1,nrow = sum(mmMatrix[,1] == i), ncol = 1))
}

4 changes: 0 additions & 4 deletions R/plot_dot.R
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,3 @@ dot <- "digraph {
}"

#DiagrammeR::grViz(dot)




0 comments on commit ca68c59

Please sign in to comment.