Skip to content

Commit c2b3f3a

Browse files
committed
address vignette issue on CRAN
1 parent 83c79f3 commit c2b3f3a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rdflib
22
Title: Tools to Manipulate and Query Semantic Data
3-
Version: 0.2.8
3+
Version: 0.2.9
44
Authors@R: c(person("Carl", "Boettiger",
55
email = "[email protected]",
66
role = c("aut", "cre", "cph"),

‎NEWS.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# rdflib 0.2.9
2+
3+
* Address CRAN vignette building.
4+
5+
16
# rdflib 0.2.8
27

38
* tests fail gracefully on CRAN without internet resources

‎vignettes/rdf_intro.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vignette: >
1414
```{r include=FALSE}
1515
options(rdf_print_format = "nquads")
1616
is_linux <- Sys.info()["sysname"] == "Linux"
17-
knitr::opts_chunk$set(eval=is_linux)
17+
knitr::opts_chunk$set(eval=FALSE)
1818
```
1919

2020
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.

0 commit comments

Comments
 (0)