Skip to content

Releases: ropensci/redland-bindings

redland v.1.0.17-18

24 Feb 01:45
Compare
Choose a tag to compare

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

23 May 11:12
Compare
Choose a tag to compare

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

  • fix compiler warnings that CRAN is no longer tolerating from SWIG (#100)
  • fix NOTE "Found if() conditions comparing class() to string" (#100)
  • fix Roxygen2 roclet build issues (#100)
  • Fix various spelling words that were flagged (#100)
  • Fix URLs that were reported as moved (#100)

redland v.1.0.17-16

20 Jan 21:01
Compare
Choose a tag to compare

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

17 Dec 19:11
Compare
Choose a tag to compare

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

26 Jul 18:31
Compare
Choose a tag to compare
  • Resolved CRAN check errors during config on macOS (#91)

redland 1.0.17-13

14 Oct 17:22
Compare
Choose a tag to compare

Resolve CRAN check errors for 1.0.17-12 submission (#89)

redland 1.0.17-11

15 Oct 16:46
Compare
Choose a tag to compare
  • 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

24 Mar 22:13
Compare
Choose a tag to compare

This is the tagged version of the Redland R package, which is an R-language implementation of the redland-bindings package for handling RDF.