Skip to content

Commit

Permalink
Merge pull request #209 from ropensci/fix-pkgdown
Browse files Browse the repository at this point in the history
fix pkgdown
  • Loading branch information
trangdata committed Feb 15, 2024
2 parents 654be7e + d51f772 commit 3166395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vignettes/articles/A_Brief_Introduction_to_openalexR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ do.call(oa_fetch, bib_ls) %>%

# About OpenAlex

![oar-img](man/figures/oar.jpeg)
![oar-img](man/figures/oar.png)

::: {style="text-align: right"}
Schema credits: [\@dhimmel](https://github.com/dhimmel)
Expand Down
6 changes: 2 additions & 4 deletions vignettes/articles/institution.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ open_access <- oa_fetch(
from_publication_date = "2012-08-24",
is_paratext = "false",
is_oa = "true",
group_by = "publication_year",
count_only = TRUE
group_by = "publication_year"
)
closed_access <- oa_fetch(
Expand All @@ -59,8 +58,7 @@ closed_access <- oa_fetch(
from_publication_date = "2012-08-24",
is_paratext = "false",
is_oa = "false",
group_by = "publication_year",
count_only = TRUE
group_by = "publication_year"
)
uf_df <- closed_access %>%
Expand Down

0 comments on commit 3166395

Please sign in to comment.