William Kurtis Chang

Results 3 issues of William Kurtis Chang

It expects `lua.h` to be in `/usr/include/lua`. However Homebrew doesn't put it there. ``` $ make cc -I/usr/local/opt/ruby/include -I"/Applications/Pd-0.51-1.app/Contents/Resources/src" -DPD -DVERSION='"0.10.1"' -fPIC -I/sw/include -I/opt/local/include -Wall -W -g -I/usr/include/lua -ftree-vectorize -o...

Using the example from the documentation: ``` ~~~ {.mermaid} graph LR; A-->B; click B "http://www.github.com" "This is a link" ~~~ ``` and the compilation command: `pandoc -s -o test-mermaidFilter-node-links.html -F...

I'm trying to figure this out myself, but no luck yet. ``` # test.R library(philentropy) m

enhancement
help wanted