mbojan / rgraph6

Encoding graphs in graph6, sparse6, and digraph6 formats
https://mbojan.github.io/rgraph6/
GNU General Public License v3.0
12 stars 3 forks source link

Listing citation dynamically in README stopped working #40

Closed mbojan closed 5 days ago

mbojan commented 5 days ago

This no longer works

cat(format(
  readCitationFile("inst/CITATION", meta = list(Encoding = "UTF-8")), 
  style = "html"
))

It seems as if meta is no longer built for evaluating citation(auto=meta). Perhaps a change in base R?