Skip to content

Commit

Permalink
testing devtag
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Sep 27, 2024
1 parent a4a9b77 commit 9e5d4ee
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ allpopsamples_hlye.csv$
^CRAN-SUBMISSION$
^README\.qmd$
^codecov\.yml$
^man/df_to_array\.Rd$
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ NeedsCompilation: no
LinkingTo:
Rcpp
Language: en-US
Roxygen: list(markdown = TRUE)
Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet"))
Config/testthat/edition: 3
Config/Needs/build: moodymudskipper/devtag
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

## Developer-facing changes



* Added additional automated checks through
[GitHub actions](https://docs.github.com/en/actions),
including:
Expand Down
2 changes: 1 addition & 1 deletion R/df_to_array.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ df.to.array <- function(
#' mutate(parameter = factor(parameter, levels = unique(parameter)))
#' arr <- df %>% serocalculator:::df.to.array(dim_var_names = c("parameter", "Species"))

Check warning on line 36 in R/df_to_array.R

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=R/df_to_array.R,line=36,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 88 characters.
#' ftable(arr[,,1:5])
#' @noRd
#' @dev
df_to_array <- function(
df,
dim_var_names,
Expand Down
35 changes: 35 additions & 0 deletions man/df_to_array.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e5d4ee

Please sign in to comment.