Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 3, 2020
1 parent 74b6441 commit 14e62b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
config:
- { os: windows-latest, r: '3.6', args: "--no-manual"}
- { os: macOS-latest, r: '3.6'}
- { os: macOS-latest, r: '3.6', args: "--no-manual"}
- { os: macOS-latest, r: 'devel', args: "--no-manual"}
- { os: ubuntu-16.04, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest", args: "--no-manual" }

Expand Down

2 comments on commit 14e62b4

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-generics.R:34:7: style: Commented code should be removed.

# testthat::expect_equal(dim(broomExtra::tidy(mtcars)), c(32L, 12L))
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

tests/testthat/test-generics.R:35:7: style: Commented code should be removed.

# testthat::expect_identical(names(broomExtra::tidy(mtcars))[1], "rownames")
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/testthat/test-generics.R:34:7: style: Commented code should be removed.

# testthat::expect_equal(dim(broomExtra::tidy(mtcars)), c(32L, 12L))
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

tests/testthat/test-generics.R:35:7: style: Commented code should be removed.

# testthat::expect_identical(names(broomExtra::tidy(mtcars))[1], "rownames")
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please sign in to comment.