Changes in version 1.3.0 (2025-06-25) - Integrate publications for 2025. - In the search_terms function, renamed ignore.case argument to ignore_case to pass linting tests, breaks backward compatibility. Changes in version 1.2.0 (2025-01-08) - Integrate the remaining publications for 2024. - Rename extract_pdf_* functions to get_pdf_*. Changes in version 1.1.3 (2024-07-02) - Don't run the extract_pdf_text example. Changes in version 1.1.2 - Add extract_pdf_image function, used to extract an image (such as cover image) from a PDF document. - Add extract_pdf_text function, used to extract text from a PDF document. - Add terms dataset, a term-frequency data table. - Add search_terms function, used to search terms in the term-frequency data table. Changes in version 1.1.1 (2024-02-27) - Fix lost braces in make_wordcloud help documentation. Changes in version 1.1.0 - Vignettes have undergone significant revisions. - Help documentation for the make_wordcloud function has been exposed. - In the pubs dataset, the key field has been renamed to pub_id, and the citation field has been renamed to bibentry. - The pubs dataset has been enhanced by incorporating additional fields such as institution, type, text_ref, author_id, title, and annotation_src. - An authors dataset has been added, which contains contributing authors to INLPO publications. - Additional citations have been added. - The functionality of the DT package has been replaced with that of the reactable package. - The raw-data format has been changed from TSV to JSON. - A unit test for text mining (issue #3) has been added. Changes in version 1.0.6 (2023-06-26) - Add additional citations - Switch Git repository name from master to main. - Bump R version requirement from 4.0 to 4.1. - Add all branches to code.json file. Changes in version 1.0.4 (2022-10-27) - Add additional citations - Remove dependency on inlmisc package. Changes in version 1.0.3 - Configure package website for GitHub deployment. Changes in version 1.0.2 (2022-01-13) - Remove dependency on inlpubs package in the CITATION file. Changes in version 1.0.1 - Fix invalid URLs. Changes in version 1.0.0 - Host repo on USGS OpenSource GitLab (code.usgs.gov).