Changes in version 1.4.2 (2023-10-30) - Re-uploaded to CRAN after being removed for failing to meet the policy on failing safely without internet access - Deprecated plotting functions have now been removed - Data structure backend has been switched from dplyr to data.table Changes in version 1.4.1 (2023-03-24) - Fixed bug resulting in incorrect url being queried for data Changes in version 1.4.0 (2022-09-25) - Add deprecate warning for plotting functions - Plotting functions (owid_plot(), owid_map(), theme_owid(), scale_owid) could be removed as soon as the next release Changes in version 1.3.1 (2022-08-07) - Change native pipe to magrittr pipe, removing R 4.1 dependency - Change code format to tidy style guide Changes in version 1.3.0 (2022-07-14) - Update to fix failure to import data - Backend changes to remain compatible with ourworldindata.org site Changes in version 1.2.1 (2022-03-15) - Updated tests, examples and vignettes to ensure failing safely - owid() gives blank tibble when failing to connect to server Changes in version 1.2.0 (2022-03-09) - Ensured compliance with failing safely CRAN rule - Minor tweaks to owid theming Changes in version 1.1.0 (2021-11-09) - Minor bug fixes for owid_map() - Added 'rename' arg to owid() - Added example analysis vignette - theme_owid() margin fixes - updated readme Changes in version 1.0.0 (2021-10-15) - Version ready for release Changes in version 0.2.1 - Added a NEWS.md file to track changes to the package. - Removed grapher tools to different package (owidGrapher)