globaltrends 0.0.14
- Remove dependency on gluepackage, calls ofglue::glueare replaced withpasteandpaste0
- Remove dependency on ineqpackage, calls ofineq::ineqare replaced with internal functions
- Use functions from DBI 1.1.0:dbCreateTableanddbAppendTable
- Remove the function plot_mapfrom the package:
- The function proofed too inflexible, only world map was
included
- We point users to the functions from the packages mapsandggmap
- Remove dependency on the mapspackage
 
- Remove reference to non-existent table data_globalin
functionremove_data
globaltrends 0.0.13
- Set minimum dependency of statsandutilsto version3.5.0in line with minimumRdependency
- Store globaltrends logo in the vignettes folder
- Add explanation of Google’s data preparation methodology to
vignette
- Change wait intervals for status responses != 200 and add message
about automatic retry of download
- Status == 500: wait 1 second
- All other responses: wait 60 seconds
 
- Add function vacuum_datato free unused memory afterremove_data
- Remove all usage of .datato comply withtidyselect 1.2.0, this applies to calls of:
- dplyr::rename
- dplyr::select
- purrr::map
- purrr::walk
- tidyr::nest
- tidyr::pivot_longer
- tidyr::pivot_wider
- tidyr::unnest
 
- As a consequence of the changes in tidyselect 1.2.0,
several objects are defined as global variables (seeglobals.rfor details)
- Replace sizewithlinewidthto comply withggplot2 3.4.0
- Add the argument multiple = "all"andmultiple = "error"to comply withdplyr 1.1.0
- Facilitate handling of location = “NA - Namibia”, the function
add_locationsdoes automatically drop the location
- Remove dependency on WDIpackage, references toWDI::WDI_dataare replaced by data objectscountriesandcountries_wdi
globaltrends 0.0.12
- Stop direct exports from functions to .GlobalEnv
- Exports of objects (e.g., SQL connections, keyword tables) are
redirected to package environment gt.env
- Add handle for Namibia ISO code
globaltrends 0.0.11
- Add function plot_map()
- Add automatic stringr::str_squish for keywords and synonyms
- Add documentation on usage of search topics
globaltrends 0.0.10
- Change indication and handling of synonyms (synonyms are now ignored
in export_scoreandexport_voi)
globaltrends 0.0.9
- Fasten computation of search scores for data with synonyms
- Fix bugs for control keywords that have a mean of 0 for their search
volume time series
globaltrends 0.0.8
- Adapt export_xxxforvectorandlistinputs
- Optimize RAM usage of export_xxx
- Check whether “db/globaltrends_db.sqlite” file exists in working
directory
- Inclusion of “workaround” plot functions that set class
xxxautomatically:
- plot_xxx_box
- plot_xxx_bar
- plot_xxx_ts
 
globaltrends 0.0.7
- Change waiting times for errors
- Status Code != 200/Limit exceeded -> 60 seconds wait
- Status Code == 500 -> 1 second wait
 
globaltrends 0.0.6
- To distinguish them from the actual database tables, names of the
example data object were adapted. Documentation is still available for
the respective database table.
- batch_keywords->- example_keywords
- batch_time->- example_time
- data_control->- example_control
- data_doi->- example_doi
- data_object->- example_object
- data_score->- example_score
 
- Waiting period between downloads reduced from 20-30 seconds to 5-10
seconds
globaltrends 0.0.5
- Added classes for output from export_xxx
- export_score-> class(“exp_score”)
- export_voi-> class(“exp_voi”)
- export_doi-> class(“exp_doi”)
 
- export_xxx+- get_abnorm_histsupersedes- export_xxx_change- 
- method for export_score-> class(“exp_score”)
- method for export_voi-> class(“exp_voi”)
- method for export_doi-> class(“exp_doi”)
 
- plot_barsupersedes- plot_score- 
- method for export_score-> class(“exp_score”)
- method for export_score->get_abnorm_hist-> class(“abnorm_score”)
 
- plot_tssupersedes- plot_voi_tsand- plot_doi_ts- 
- method for export_score-> class(“exp_score”)
- method for export_score->get_abnorm_hist-> class(“abnorm_score”)
- method for export_voi-> class(“exp_voi”)
- method for export_voi->get_abnorm_hist-> class(“abnorm_voi”)
- method for export_doi-> class(“exp_doi”)
- method for export_doi->get_abnorm_hist-> class(“abnorm_doi”)
 
- plot_boxsupersedes- plot_voi_boxand- plot_doi_box- 
- method for export_score-> class(“exp_score”)
- method for export_score->get_abnorm_hist-> class(“abnorm_score”)
- method for export_voi-> class(“exp_voi”)
- method for export_voi->get_abnorm_hist-> class(“abnorm_voi”)
- method for export_doi-> class(“exp_doi”)
- method for export_doi->get_abnorm_hist-> class(“abnorm_doi”)