Changelog
Source:NEWS.md
handlr 0.3.0
CRAN release: 2020-10-15
DEPENDENCIES
- drop
RefManageR
from package Imports as it will likely be archived soon - add packagebibtex
to Suggests for reading/writing bibtex (can’t be in Imports because it’s Orphaned on CRAN) (#22)
NEW FEATURES
- handlr gains support for Citation File Format (CFF), “plain text files with human- and machine-readable citation information for software”. See https://citation-file-format.github.io/ for more info - new functions:
cff_reader()
andcff_writer()
and associated changes inHandlrClient
. Associated with CFF support, handlr gains new Import packageyaml
(#16)
handlr 0.2.0
CRAN release: 2019-08-19
NEW FEATURES
- gains function
handl_to_df()
; converts anyhandl
object (output fromHandlClient
or any*_reader()
functions) to a data.frame for easier downstream data munging;HandlClient
gains$as_df()
method which runshandl_to_df()
; to support this, now importing data.table package (#15) (#19) feature request by @GeraldCNelson