Skip to content

Commit

Permalink
Changes to get R-CMD-check working
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Jan 11, 2024
1 parent fe6d73b commit 563c9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
error-on: '"error"'
upload-snapshots: true
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ prpPvw <- function(crrTbl = NULL, dtaFrm = NULL, colFst = c(), nonLtd = FALSE) {
if (!useIdx) crrTbl$getColumn(1)$setTitle(colNme[1])
for (i in seqCol) crrTbl$addColumn(name = colNme[i], title = colNme[i])
for (i in seqRow) crrTbl$addRow(rowKey = i, values = valRow)
return(invisible(NULL))
}

rstPvw <- function(crrTbl = NULL) {
Expand Down

0 comments on commit 563c9b1

Please sign in to comment.