Skip to content

Commit

Permalink
address vignette issue on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Aug 5, 2024
1 parent 83c79f3 commit c2b3f3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rdflib
Title: Tools to Manipulate and Query Semantic Data
Version: 0.2.8
Version: 0.2.9
Authors@R: c(person("Carl", "Boettiger",
email = "cboettig@gmail.com",
role = c("aut", "cre", "cph"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# rdflib 0.2.9

* Address CRAN vignette building.


# rdflib 0.2.8

* tests fail gracefully on CRAN without internet resources
Expand Down
2 changes: 1 addition & 1 deletion vignettes/rdf_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vignette: >
```{r include=FALSE}
options(rdf_print_format = "nquads")
is_linux <- Sys.info()["sysname"] == "Linux"
knitr::opts_chunk$set(eval=is_linux)
knitr::opts_chunk$set(eval=FALSE)
```

In the world of data science, RDF is a bit of an ugly duckling. Like XML and Java, only without the massive-adoption-that-refuses-to-die part. In fact RDF is most frequently expressed in XML, and RDF tools are written in Java, which help give RDF has the aesthetics of *steampunk*, of some technology for some futuristic Semantic Web[^1] in a toolset that feels about as lightweight and modern as iron dreadnought.
Expand Down

0 comments on commit c2b3f3a

Please sign in to comment.