Changes in version 1.0.17-19 (2025-12-10) BUG FIXES o fix package-level docs to generate alias without @docType (#107) o replace SET_S4_OBJECT error in redland.c (#110) Changes in version 1.0.17-18 (2024-02-24) BUG FIXES o Fix for ucrt on arm64 (#102) o Fix Rd documentation syntax issues o Remove trailing slash from README link for CRAN Changes in version 1.0.17-17 (2023-05-23) BUG FIXES o fix compiler warnings that CRAN is no longer tolerating from SWIG (#100) o fix NOTE "Found if() conditions comparing class() to string" (#100) o fix Roxygen2 roclet build issues (#100) o Fix various spelling words that were flagged (#100) o Fix URLs that were reported as moved (#100) Changes in version 1.0.17-16 (2022-01-19) BUG FIXES o Resolved package compile warnings (e.g. "-Wpointer-sign") (#96) Changes in version 1.0.17-15 (2021-12-17) BUG FIXES o Resolved UCRT build issues for Windows builds under Rtools42 (#93) Changes in version 1.0.17-14 (2020-10-21) BUG FIXES o Resolved CRAN check errors during config on macOS for 1.0.17-13 (#91) Changes in version 1.0.17-13 (2020-10-09) BUG FIXES o Resolved CRAN check errors for 1.0.17-12 submission (#89) Changes in version 1.0.17-12 (2020-09-25) BUG FIXES o Update 'configure' for OS portability (#82) NEW FEATURES o Update tests for compatibility with testthat 3e (#125) Changes in version 1.0.17-11 (2019-10-13) BUG FIXES o Removed deprecated function warnings during package build. (#79) o Fix memory protection problems reported by 'rchk'. (#78) o Deprecate the function getNextResult(), which is superceded by getResults(). (#79) Changes in version 1.0.17-10 (2018-07-20) BUG FIXES o The function 'statement()' now accepts an RDF language tag for literal nodes (#64) NEW FEATURES o Ability to retrieve all query results at once. (#58) o New function getNodeValue() (#65) o New function getResults() (#58) o New function writeResults() (#58) Changes in version 1.0.17-9 (2016-12-14) BUG FIXES o Vignettes now build with R 3.4.0 and are now updated to the ./doc directory by package installation. o Added an installation cleanup script Changes in version 1.0.17-8 (2016-04-26) NEW FEATURES o For Mac OS X, binary installations no longer require Redland system libraries to be installed, as these libraries are now statically linked into the redland package shared library 'redland.so'. BUG FIXES o Fixed an unresolved symbol problem with Windows 32 bit builds under R 3.3.0 (and gcc 4.9.3 tool chain) Changes in version 1.0.17-7 (2016-03-12) BUG FIXES o Unit tests have been updated to be compatible with the changes in the 'testthat' package that were made in development version testthat_0.11.0.9000, and will be released to CRAN on 4/4/2016. The updated unit tests pass with both the current version of testthat (0.11.0) and the new version (0.11.0.9000). Changes in version 1.0.17 NEW FEATURES o Initial version (see help topic for 'redland', e.g. "?redland") o Includes API wrappers for corresponding Redland 1.0.17 C library NEW S4 CLASSES o Classes Node, Statement, and Model for representing RDF o Classes Storage and World for managing collections of statements o Classes Parser and Serializer for for loading and saving models o classes Query and QueryResults for searching models using SPARQL