Skip to content

Commit

Permalink
Merge pull request #68 from subugoe/2024_march_update
Browse files Browse the repository at this point in the history
Update  including publication year 2024
  • Loading branch information
njahn82 authored Mar 14, 2024
2 parents f6efe34 + 7c78505 commit 81171e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: hoaddata
Type: Package
Title: Data about hybrid open access journal publishing
Version: 0.2.91
Version: 0.2.95
Authors@R:
person("Najko", "Jahn", , "[email protected]",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion inst/sql/cr_raw.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ FROM (
INNER JOIN `subugoe-collaborative.hoaddata.hybrid_jns` ON issn = `subugoe-collaborative.hoaddata.hybrid_jns`.`issn`
)
WHERE (
cr_year BETWEEN 2017 AND 2023
cr_year BETWEEN 2017 AND 2024
)

0 comments on commit 81171e9

Please sign in to comment.