Changelog
Source:NEWS.md
scimetr 1.1 (2025-11-22)
Added methods for
wos.jcr-class objects:plot.wos.jcr(),summary.wos.jcr(),print.summary.wos.jcr(),plot.summary.wos.jcr(),summary.year.jcr(),print.summary.year.jcr(),plot.summary.year.jcr()Added dataset
dbjcr.Added functions
CreateDBJCR(),AddDBJCR(),get_jcr(),get_jcr_cat().Added (internal) global variables
.jcr.labelsand.all.labels.summary.year()is now a generic function (with methods forwos.dbandwos.jcrclasses).Added a return value in plot methods
plot.wos.db(),plot.summary.wos.db()andplot.summary.year.wos().
scimetr 1.0 (2025-03-21)
-
Major internal changes:
Changes to the database structure: new variables, tables, and relationships have been added.
NA_character_is used instead of""as missing value in string variables.New global objects
.wos.labelsandWosCat(stored in R/sysdata.rda).
New generic function
CreateDB()(the previous functionCreateDB.wos()is now methodCreateDB.wos.data()).Added arguments
idOI,idRI,idAffiliationstoget.idDocs().Added functions
get.idOI(),get.idRI(),get.idAffiliations().New results were added to
summary()andsummary_year().A new dataset
wosdfis included instead of the previous ones.Changes in
match_authors()to speed up computations.
scimetr 0.3.6 (2023-04-21)
- Changes in
CreateDB.wos()to correct inconsistencies in ISSN and eISSN of WoS downloaded data.
scimetr 0.3.5 (2022-09-16)
Added NEWS.md (Changelog)
Small changes in
ImportSources.wos()(format changes in WoS tab-delimited files).Fixed bug in
authors.short()(when author’s first name is not included after a comma).Added a check in
CreateDB.wos()for duplicated ORCIDs.