OHDSI / Andromeda

AsynchroNous Disk-based Representation of MassivE DAta: An R package aimed at replacing ff for storing large data objects.
https://ohdsi.github.io/Andromeda/
11 stars 10 forks source link

Warning issued when setting temp folder #34

Open eggrandio opened 2 years ago

eggrandio commented 2 years ago

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 commented 1 year ago

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")