Skip to content

Commit

Permalink
Finish generate function
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Jul 28, 2024
1 parent 159d0db commit 4fd1fa3
Show file tree
Hide file tree
Showing 13 changed files with 454 additions and 341 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, dev, test, tawab, stream]
branches: [main, master, dev, generate]
pull_request:
branches: [main, master, dev, test, tawab, stream]
branches: [main, master, dev, generate]

name: R-CMD-check

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.DS_Store
.quarto
docs

R/scratch.R
Loading

0 comments on commit 4fd1fa3

Please sign in to comment.