Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wvenn Error in dir.exists(OutDir) : object 'OutDir' not found #106

Open
vertesy opened this issue Nov 30, 2021 · 0 comments
Open

wvenn Error in dir.exists(OutDir) : object 'OutDir' not found #106

vertesy opened this issue Nov 30, 2021 · 0 comments
Labels

Comments

@vertesy
Copy link
Owner

vertesy commented Nov 30, 2021

Description
wvenn complains: Error in dir.exists(OutDir) : object 'OutDir' not found

Expected Behavior
It should simply use getwd()

Fix

  1. Quick: OutDir = getwd()
  2. Probably some logging function in MarkdownHelpers is buggy
TwoSets = list("set1" = LETTERS[1:6], "set2" = LETTERS[3:9] )
wvenn (yourlist = TwoSets, imagetype = "png", alpha = 0.5, w = 7, mdlink = FALSE)

@vertesy vertesy added the bug label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant