Closed mmahmoudian closed 4 years ago
That error does not seem to have anything to do with the package itself, it must be something Linux related, or it might have something to do with the location where the package is installed.
The function venn() tries to read some files from the package's install location, using for instance:
system.file("data", "sets.csv.gz", package = "venn")
This should work irrespective of the OS, but for some reason I suspect it does not work on your machine.
While testing the new version based on the commit 69f6517 I got error. I couldn't figure out what is causing the issue, but here is how to reproduce it: