Changes in version 2.1.0.9000 - FIXME Changes in version 2.1.0 (2025-10-26) - Comply with the changes required by Beni Altmann (CRAN). Changes in version 2.0.1 (2021-08-04) - Removed LazyData from file DESCRIPTION. Changes in version 2.0.0 (2019-04-25) - The package is refactored to now using reticualte instead of rPython. The now obsolete funtions get_excerpts() set_excertps_path() were removed. - Now using checkmate to check function arguments. Changes in version 1.4.1 (2018-06-03) - Declared imports from devtools in tests as requested by CRAN on Thu, 17 May 2018 10:28:07 +0200. Changes in version 1.4.0 (2017-11-30) - Handle exception from pandoc call via rPython using an R system call to pandoc. Calling pandoc from rPython fails on windows, so we work around using system2(). Changes in version 1.3.1 (2017-07-08) - Run tests requiring pandoc only if pandoc is installed. Changes in version 1.3.0 (2017-06-22) - Add 'excerpts' version 2.0.0 from github and adjust the internal interface in excerptr(). - Enhance documentation Changes in version 1.2.0 (2017-05-28) - Add 'excerpts' version 1.1.0 from github. - vignettes/excerptr_Introduction.Rmd: cope with CRAN's check warnings. Changes in version 1.1.0 (2017-05-14) - vignettes/excerptr_Introduction.Rmd: cope with CRAN's check warnings. - R/internals.R: construct path using inst/ only on development. Changes in version 1.0.2 (2017-05-02) - Change example to not require pandoc. Changes in version 1.0.1 (2017-04-28) - Remove test failing on CRAN. Changes in version 1.0.0 (2017-04-25) - First release, just importing excerpts.