Monday 30 October 2017

r - Not able to install xkcd fonts

I was trying the xkcd font as per the instructions given
in the vignette:
vignette("xkcd-intro")



However
get an error on the following
step:



> system("cp xkcd.tff -t
~/.fonts")
cp: xkcd.tff: No such file or directory
cp: -t: No such
file or
directory



What
to do??

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...