Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 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
6 changes: 4 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
^pkgdown$
^_pkgdown\.yml$
^.github$
^.lintr$
^.lintr.R$
^docs$
^Meta$
^codecov\.yml$
Expand All @@ -14,6 +14,8 @@
^admiraltemplate\.Rcheck$
^admiraltemplate.*\.tar\.gz$
^admiraltemplate.*\.tgz$
^staged_dependencies.yaml$
^staged_dependencies.yml$
^README.Rmd$
^\.devcontainer$
^data-raw$
^vignettes/articles$
76 changes: 0 additions & 76 deletions .devcontainer/4.1/devcontainer.json

This file was deleted.

76 changes: 0 additions & 76 deletions .devcontainer/4.2/devcontainer.json

This file was deleted.

76 changes: 0 additions & 76 deletions .devcontainer/devcontainer.json

This file was deleted.

11 changes: 0 additions & 11 deletions .devcontainer/postCreateCommand.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .devcontainer/rstudio-prefs.json

This file was deleted.

5 changes: 0 additions & 5 deletions .devcontainer/rstudio.sh

This file was deleted.

6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This a CODEOWNERS file, where you can establish code owners.
# Code owners are automatically requested for review when someone opens a pull request
# that modifies code that they own. In this instance, cicdguy will be notified of any
# changes made the files inside the .github/workflows directory.
.github/workflows/* @cicdguy
# that modifies code that they own. In this instance, @<github user id> will be notified of any
# changes made to the files inside the .github/workflows directory.
.github/workflows/* @<github user id>
Loading