Change tidytable::enframe.()
to tidytable::enframe()
Delete folder ./metadata
and retrieve it from repository https://github.com/zoushucai/journalmerge
instead
Update rda, run: wget https://github.com/zoushucai/journalmerge/raw/main/R/sysdata.rda -O ./R/sysdata.rda
Delete roxytest
and badger
package
Suggest R version>=4.3.2
Update the branch from master to main.
The built-in dataset was updated, the journal abbreviations for this site were added, and the highest weights were set.
update news.md and DESCRIPTION
The underlying data has been reconstructed. Now, the data.table
format is adopted.
usethis
and lintr
package to build the R packageNEWS.md
, cran-comments.md
journalabbr::run_example()
abbr_bib()
and abbr_bib_only_journal()
, the other functions are auxiliary functions.addcsvpath
in function abbr2bib()
.rbind_bib()
merges multiple BiB data frames, which are returned by read_bib2tib()
unique_bib()
to remove duplicate tibble. Often, the bib file should ensure that the key is unique. When there is a duplicate, you should change the duplicate key or delete the duplicate item. Here we use the latter to delete the duplicate. Repeat and filter according to the keybib
columnread_bib2tib()
and write_tib2bib()
abbr2bib()
journalabbr::runExample()