Skip to content

Commit

Permalink
fixes for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Sep 16, 2023
1 parent 97887a7 commit 47b7f6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: '3.6'}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Resubmission of 0.15

- I turned off a test that ran for too long. I had accidentally turned it on

## Submission of 0.15

I have tested the package on:
Expand Down
4 changes: 3 additions & 1 deletion tests/testthat/test_sunab.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
test_that("test sunab", {



skip_on_cran()

library(fixest)
# Simple DiD example
base_stagg <- fixest::base_stagg
Expand Down

0 comments on commit 47b7f6a

Please sign in to comment.