Releases: ropensci/redland-bindings
Releases · ropensci/redland-bindings
redland v.1.0.17-18
Version 1.0.17-18
- Fix for ucrt on arm64 by @jeroen in #102
- Fix Rd documentation syntax issues (#105)
- Remove trailing slash from README link for CRAN
Full Changelog: v.1.0.17-17...v.1.0.17-18
redland v.1.0.17-17
Documentation: https://ropensci.r-universe.dev/redland
# Install redland in R:
install.packages('redland', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))
BUG FIXES
redland v.1.0.17-16
This is a minor release that fixes the following bug:
- Resolved package compile warnings (e.g. "-Wpointer-sign") (#96)
redland v.1.0.17-15
This is a minor release that provides compatibility for new R release versions, particularly on Windows, and updates documentation. There are no new features added in this release.
- Provide UCRT patch for Windows support under Rtools 42 (#93)
- Fix documentation issues for 302 URL redirects
redland 1.0.17-14
- Resolved CRAN check errors during config on macOS (#91)
redland 1.0.17-13
Resolve CRAN check errors for 1.0.17-12 submission (#89)
redland 1.0.17-11
- Resolve deprecated function warnings during package build. (#79). Version 1.0.17-10 contained build warnings regarding the deprecated C library functions:
Found the following significant warnings:
redland.c:3018:20: warning: 'librdf_node_to_string' is deprecated [-Wdeprecated-declarations]
redland.c:3564:20: warning: 'librdf_statement_to_string' is deprecated [-Wdeprecated-declarations]
redland.c:5844:20: warning: 'librdf_parser_guess_name' is deprecated [-Wdeprecated-declarations]
redland.c:6521:17: warning: 'librdf_query_results_to_file' is deprecated [-Wdeprecated-declarations]
redland.c:6630:20: warning: 'librdf_query_results_to_string' is deprecated [-Wdeprecated-declarations]
redland.c:7420:27: warning: 'librdf_stream_get_context' is deprecated [-Wdeprecated-declarations]
In order to remove these warnings, the dependant R function getNextResult() has been removed. The function getNextResult() has been superceded by the more efficient getResults().
- Fix memory protection problems reported by 'rchk'. (#78)
Redland R package 1.0.17-7
This is the tagged version of the Redland R package, which is an R-language implementation of the redland-bindings package for handling RDF.