-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates for new GH Actions bookdown workflow
- Loading branch information
1 parent
ebb11fc
commit 62387c4
Showing
4 changed files
with
1,873 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
^renv$ | ||
^renv\.lock$ | ||
^\.github$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Title: OCA DSI Data Sharing Practicals | ||
Version: 0.0.0.9000 | ||
Authors@R: c( | ||
person( | ||
"Patrick", "Barks", | ||
email = "[email protected]", | ||
role = c("aut", "cre") | ||
) | ||
) | ||
Description: OCA DSI Data Sharing Practicals. | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Imports: | ||
dplyr, | ||
rio, | ||
here, | ||
pacman | ||
datadict, | ||
qxl | ||
Remotes: | ||
epicentre-msf/datadict, | ||
epicentre-msf/qxl | ||
Depends: | ||
R (>= 2.10) | ||
LazyData: true |
Oops, something went wrong.