Skip to content

Commit e5e3b7c

Browse files
authored
Merge pull request #79 from subugoe/jan_fix
Update data until 2024; not enough data for 2025
2 parents 9c335cf + dc853a6 commit e5e3b7c

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: hoaddata
22
Type: Package
33
Title: Data about hybrid open access journal publishing
4-
Version: 0.3.01
4+
Version: 0.3.02
55
Authors@R:
66
person("Najko", "Jahn", , "najko.jahn@sub.uni-goettingen.de",
77
role = c("aut", "cre"),

data/cc_articles.rda

-102 KB
Binary file not shown.

data/cr_md.rda

-9.97 KB
Binary file not shown.

data/cr_upw.rda

-13.6 KB
Binary file not shown.

data/jct_oalex_venues.rda

-524 Bytes
Binary file not shown.

data/jn_aff.rda

-66.7 KB
Binary file not shown.

data/jn_ind.rda

-15.7 KB
Binary file not shown.

inst/sql/cr_raw.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ FROM (
4949
INNER JOIN `subugoe-collaborative.hoaddata.hybrid_jns` ON issn = `subugoe-collaborative.hoaddata.hybrid_jns`.`issn`
5050
)
5151
WHERE (
52-
cr_year BETWEEN 2017 AND 2025
52+
cr_year BETWEEN 2017 AND 2024
5353
)

0 commit comments

Comments
 (0)