cellular-tracking-technologies / celltracktech

R package for working with Cellular Tracking Technologies data
1 stars 1 forks source link

Issue running get_my_data #13

Open shromada opened 3 weeks ago

shromada commented 3 weeks ago

I am unable to run the get_my_data() function. This was previously not an issue before the last package update, but now the function fails with the following error when ran with the prior : Error in FUN(X[[i]], ...) : argument "filetypes" is missing, with nodefault` This error returns after the function calculates how many files will be downloaded (8883) and prints: [1] "prepped list of filenames to get". I tried to specify thefiletypes = c("raw", "node_health", "gps", "blu")` in the function call using what seems to be expected in downstream functions, but that results in the same error.

I am using R version 4.4.1, but had the same issue with an install of R 4.2.1. The error is returned whether or not I have actually connected to the postgres database.

Lisark45 commented 22 hours ago

I am also getting this error message. Has there been any resolution please?

shromada commented 20 hours ago

There has been no resolution as far as this package. I have been able to successfully run the same function provided in CTT's other repo: https://github.com/cellular-tracking-technologies/data_tools

Lisark45 commented 18 hours ago

Thank you so much. Worked for me too :)