Jean V. Adams
Jean V. Adams
How do I include a line break in a tooltip? I've tried `"\n"`, `"\\n"`, `""`, and `""`, and none of them worked. `bubbles(5:8, c("dog\ncat", "dog\\ncat", "dogcat", "dogcat")) `
I edited the configure.win file ... ``` #!/bin/sh echo 'PKG_LIBS=-LC:/Users/jvadams/AppData/Local/Programs/Python/Python36-32/libs -lpython36' > src/makevars.win echo 'PKG_CFLAGS=-I"C:/Users/jvadams/AppData/Local/Programs/Python/Python36-32/include"' >> src/makevars.win ``` Then I tried to install rPython-win from within R ``` > devtools::install("C:/JVA/Software/rPython")...