This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
fulltext v1.1.0
NEW FEATURES
- gains new function
cache_file_info()
to get information on possibly bad files in your cache - which you can use to remove files as you see fit (#142) (#174) thx @lucymerobinson for the push - gains new function
as.ft_data()
to create the same output asft_get()
returns, but instead pulls all files from your cache (#142) (#172) thanks @lucymerobinson ft_get()
gains new attribute of a data.frame in theerrors
slot with information on each article and what error we collected orNA_character_
if none; should help with sorting out problems across all requests (#176)- scopus option in
ft_search()
gains support for facets; see?scopus_search
(#170) thanks @lucymerobinson
BUG FIXES
- fixed bug in
ft_search()
for microsoft academic plugin (#154) - fixed bug in
ft_search()
for scopus plugin - we weren't looping over requests correctly (#161) - fix bug in
ft_links()
- when result offt_search()
passed toft_links
with bad urls or with more than 1 thenft_links
was failing; fix by filtering onintended-application
field from Crossref via fix in dependency packagecrminer
(#173) - additional check added in
ft_get()
to check for an invalid file that gave a 200 status code (so passes the status code check) (#175) - bring back support for
start
parameter inft_search()
for Scopus to offset what record a query starts at (#180) - fix to
ft_get()
for entrez data source to loop internally when more than 50 ids requested to avoid 414 http error (URI too long) (#167) thanks @t088
MINOR IMPROVEMENTS
- change base url for EuropePMC to
https
- use
https
for alldoi.org
requests (#155) thanks @katrinleinweber - better explanation of the may
opts
parameters inft_search()
(#161) - after many attempts, finally (I think) sorted out Microbiology Society for the
ft_get()
function (#163) thanks to @low-decarie - mention
suppdata
package in the README (#164) - clarify language in
ft_collect()
that we are saving files to disk locally only (#165) - fix typos (#166) (#168) thanks @maelle @AugustT
- removed
whisker
package dependency (#156) - scopus gains support for more parameters; see
?scopus_search
(#152) - updated docs with information on using NCBI Entrez API keys (#159)
- plugin for publisher Instituto de Investigaciones Filologicas to
ft_get()
added (#117) thanks @andreifoldes - clarified in
ft_search()
docs that for some sources we loop internally to get whatever number of records the user wants, while others we can not (#162)
DEPRECATED
Continuing to focus the scope of this package the functions ft_chunks()
and ft_tabularize()
are now deprecated, and will be removed (defunct) in a future version of this package. See the new package https://github.com/ropensci/pubchunks for the same and better functionality. (#181)