Skip to content

Commit ef482c8

Browse files
committed
add changes
1 parent b091fbe commit ef482c8

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ jobs:
1414
- name: Check out repository
1515
uses: actions/checkout@v4
1616

17-
- name: Cache R packages
18-
uses: actions/cache@v3
19-
with:
20-
path: ${{ env.R_LIBS_USER }}
21-
key: ${{ runner.os }}-r-${{ hashFiles('**/DESCRIPTION') }}
22-
restore-keys: |
23-
${{ runner.os }}-r-
24-
2517
- name: Set up R
2618
uses: r-lib/actions/setup-r@v2
2719
with:
@@ -31,6 +23,11 @@ jobs:
3123
3224
- name: Install R dependencies
3325
uses: r-lib/actions/setup-r-dependencies@v2
26+
27+
- name: Install shinylive assets
28+
run: |
29+
Rscript -e "shinylive::assets_download('0.10.6')"
30+
Rscript -e "shinylive::assets_cleanup()"
3431
3532
- name: Set up Quarto
3633
uses: quarto-dev/quarto-actions/setup@v2

oa-datenpraxis.Rproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ Encoding: UTF-8
1212

1313
RnwWeave: Sweave
1414
LaTeX: pdfLaTeX
15+
16+
BuildType: Package
17+
PackageUseDevtools: Yes
18+
PackageInstallArgs: --no-multiarch --with-keep.source
19+
PackageRoxygenize: rd,collate,namespace

rankings/data/rankings.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,13 @@ @misc{ror_data
349349
copyright = {Creative Commons Zero v1.0 Universal}
350350
}
351351

352+
@misc{ror_types,
353+
url = {https://ror.readme.io/docs/ror-data-structure#types},
354+
author = {{Research Organization Registry}},
355+
title = {Data structure},
356+
url_date = {2025-10-23}
357+
}
358+
352359
@article{Culbert2025,
353360
title = {Reference coverage analysis of OpenAlex compared to Web of Science and Scopus},
354361
volume = {130},

0 commit comments

Comments
 (0)