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

Warning issued when setting temp folder #34

Open
eggrandio opened this issue Apr 19, 2022 · 1 comment
Open

Warning issued when setting temp folder #34

eggrandio opened this issue Apr 19, 2022 · 1 comment

Comments

@eggrandio
Copy link

Hi,

Thank you so much for creating an "updated" version of ff.

I have started using Andromeda but when I set the temp folder to my secondary HDD, I get the following Warning message. I think this should not be an issue as the .sqlite file is created successfully in that folder, but I was wondering if it could generate any problems downstream (like if Andromeda needs to create subdirectories or something like that...).

I guess adding a showWarnings = FALSE to the dir.create would avoid this warning message.

Best,

> options(andromedaTempFolder = "D:/andromeda_temp/")
> andr = andromeda(data = df)
Warning message:
In dir.create(tempFolder, recursive = TRUE) :
  'D:\andromeda_temp' already exists
@ablack3
Copy link
Collaborator

ablack3 commented Nov 20, 2022

Hi @eggrandio, Thanks for the report. Will you try the "arrow_S4" branch and see if the warning still occurs?
devtools::install_github("OHDSI/Andromeda", "arrow_S4")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants