Skip to content

Commit 4aeba28

Browse files
committed
add description file, edit gh action
1 parent ee105f3 commit 4aeba28

File tree

2 files changed

+44
-22
lines changed

2 files changed

+44
-22
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,6 @@ jobs:
3131
3232
- name: Install R dependencies
3333
uses: r-lib/actions/setup-r-dependencies@v2
34-
with:
35-
packages: |
36-
any::shiny
37-
any::bslib
38-
any::tidyverse
39-
any::plotly
40-
any::curl
41-
any::whoami
42-
any::httr
43-
any::here
44-
any::DT
45-
any::readxl
46-
any::openalexR
47-
any::viridis
48-
any::knitr
49-
any::rmarkdown
50-
any::downlit
51-
any::xml2
52-
any::pak
53-
pak::pak("posit-dev/r-shinylive")
54-
extra-packages: |
55-
babelquarto
5634

5735
- name: Set up Quarto
5836
uses: quarto-dev/quarto-actions/setup@v2

DESCRIPTION

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Package: oa-datenpraxis
2+
Title: OA Datenpraxis
3+
Version: 0.0.0.9000
4+
Authors@R: c(
5+
person("Sophia", "Dörner", "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0001-8747-3422")),
6+
person("Dorothea", "Strecker", role = c("aut")),
7+
person("Johannes", "Schneider", role = c("aut")),
8+
person("Najko", "Jahn", role = c("aut")),
9+
person("Heinz", "Pampel", role = c("aut")),
10+
person(
11+
given = "German Research Foundation",
12+
role = c("spn"),
13+
comment = "Projektnummer #528466070"
14+
)
15+
)
16+
Description: Source code repository for the OA Datenpraxis website.
17+
URL: https://oa-datenpraxis.de/
18+
BugReports: https://github.com/oa-datenpraxis/oa-datenpraxis.github.io/issues
19+
License: CC0
20+
Encoding: UTF-8
21+
Roxygen: list(markdown = TRUE)
22+
RoxygenNote: 7.3.3
23+
Imports:
24+
babelquarto,
25+
bslib,
26+
curl,
27+
downlit,
28+
DT,
29+
here,
30+
httr,
31+
knitr,
32+
openalexR,
33+
plotly,
34+
readxl,
35+
rmarkdown,
36+
shiny,
37+
shinylive,
38+
tidyverse,
39+
viridis,
40+
whoami,
41+
xml2
42+
Remotes:
43+
ropensci-review-tools/babelquarto
44+
posit-dev/r-shinylive

0 commit comments

Comments
 (0)