Releases: ropensci/handlr
Releases · ropensci/handlr
handlr v0.3.0
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)
MINOR IMPROVEMENTS
handlr v0.2.0
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
MINOR IMPROVEMENTS
handlr v0.1.0
NEW FEATURES
- Released to CRAN