-
Change
tidytable::enframe.()
totidytable::enframe()
-
Delete folder
./metadata
and retrieve it from repositoryhttps://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
andbadger
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.
- Use
usethis
andlintr
package to build the R package - Add
NEWS.md
,cran-comments.md
- Add shiny:
journalabbr::run_example()
- Two main functions:
abbr_bib()
andabbr_bib_only_journal()
, the other functions are auxiliary functions.
- allow user to supply custom journal abbreviations, use parameter
addcsvpath
in functionabbr2bib()
. - add function:
rbind_bib()
merges multiple BiB data frames, which are returned byread_bib2tib()
- add function: rbindbib merges multiple Bib data frames, which are returned by .
- add a function:
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 thekeybib
column - add function:
read_bib2tib()
andwrite_tib2bib()
- main function:
abbr2bib()
- add shiny:
journalabbr::runExample()