Changelog
Source:NEWS.md
scimetr 1.2.0 (2026-03-01)
Changes to prepare the package for its submission to CRAN (Defined global variables through
utils::globalVariables()to avoid check warnings related to dplyr usage, updated documentation, urls, package description, dependencies, …).-
Consistent naming of functions using the snake_case convention
ImportSources.wos()renamed toimport_wos().CreateDB()renamed todb_bib().CreateDBJCR()renamed todb_jcr().AddDBJCR()renamed toadd_jcr().get.idXxxx()functions renamed toget_id_xxxx()idXxxxarguments renamed toid_xxxx.TC.authors()renamed toauthor_metrics()TC.indexargument renamed toindex.
scimetr 1.1.0 (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.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.