This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
32 additions
and
816,821 deletions.
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 |
---|---|---|
|
@@ -17,4 +17,5 @@ hoad.code-workspace | |
^R/.unpaywall_integration\.R$ | ||
.vscode | ||
.azure | ||
.radian_history | ||
^\.Rproj\.user$ |
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 |
---|---|---|
|
@@ -49,46 +49,10 @@ Language: en | |
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
Suggests: | ||
rmarkdown, | ||
jsonlite, | ||
ggalt, | ||
scales, | ||
forcats, | ||
cowplot, | ||
readxl, | ||
flexdashboard, | ||
viridis, | ||
plotly, | ||
shiny, | ||
DT, | ||
writexl, | ||
echarts4r, | ||
DBI, | ||
dbplyr, | ||
haven, | ||
lubridate, | ||
modelr, | ||
reprex, | ||
rsconnect, | ||
rvest, | ||
selectr, | ||
httr, | ||
purrr, | ||
covr, | ||
testthat, | ||
subugoetheme, | ||
shinycaas | ||
subugoetheme | ||
URL: https://subugoe.github.io/hoad, https://github.com/subugoe/hoad/ | ||
BugReports: https://github.com/subugoe/hoad/issues | ||
RoxygenNote: 7.1.1.9999 | ||
Imports: | ||
dplyr, | ||
checkmate, | ||
magrittr, | ||
readr, | ||
fs, | ||
ggplot2, | ||
rlang | ||
Remotes: | ||
subugoe/[email protected], | ||
subugoe/[email protected] | ||
fs |
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,4 +1,2 @@ | ||
ARG MUGGLE_TAG=0.1.1-20210126 | ||
ARG MUGGLE_TAG=0.1.2-20211124 | ||
FROM subugoe/muggle-buildtime-onbuild:${MUGGLE_TAG} as buildtime | ||
FROM subugoe/muggle-runtime-onbuild:${MUGGLE_TAG} as runtime | ||
CMD shinycaas::shiny_opts_az(); hoad::runHOAD() |
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,21 +1,2 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export("%>%") | ||
export(colors_license) | ||
export(colors_license_unpaywall) | ||
export(colors_source_disclosure) | ||
export(hybrid_publications) | ||
export(license_patterns) | ||
export(oa_by_license) | ||
export(oa_by_license_plot) | ||
export(oa_by_other) | ||
export(oa_by_other_plot) | ||
export(path_extdat) | ||
export(runHOAD) | ||
export(unpaywall_df) | ||
import(checkmate) | ||
import(dplyr) | ||
import(ggplot2) | ||
import(readr) | ||
importFrom(magrittr,"%>%") | ||
importFrom(rlang,.data) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.