Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
^Meta$
^README-.*\.png$
^README\.Rmd$
^Rperform$
^\.Rproj\.user$
^\.github$
^\.gitsum$
Expand All @@ -22,4 +23,3 @@
^tic\.R$
^touchstone$
^vignettes/gsoc_proposal$
^Rperform$
65 changes: 0 additions & 65 deletions .github/workflows/check-full.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/pkgdown.yaml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/pr-commands.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/pre-commit.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/test-coverage.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/touchstone-comment.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/touchstone-receive.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions rperform/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*
!script.R
!config.json
!.gitignore
!config.json
!footer.R
!header.R
!footer.R
!script.R
6 changes: 1 addition & 5 deletions rperform/footer.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

# You can modify the PR comment footer here. You can use github markdown e.g.
# emojis like :tada:.
link <- "https://github.com/analyticalmonk/Rperform#readme"
glue::glue(
"\n--------------------------------------------------\n"
)
glue::glue("")
Loading