We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running into the issue of not able to open the google spreadsheet related used in .importBacDiveExcel"
After cloning bugphyzzExports repository, and installing dependencies as describe in readme, and run this command in the bugphyzzExports directory
Rscript inst/scripts/export_bugphyzz.R
This is the error I get.
Warning: cannot open URL 'https://docs.google.com/spreadsheets/d/1smQTi1IKt4wSGTrGTW25I6u47M5txZkq/export?format=csv': HTTP status was '410 Gone' Calls: system.time ... .importBacDiveExcel -> <Anonymous> -> read.table -> file [1] "Error in file(file, \"rt\") : \n cannot open the connection to 'https://docs.google.com/spreadsheets/d/1smQTi1IKt4wSGTrGTW25I6u47M5txZkq/export?format=csv'\nCalls: system.time ... .importBacDiveExcel -> <Anonymous> -> read.table -> file\n"
and it traceback is as follows;
"Traceback:" "8: file(file, \"rt\")" "7: read.table(file = file, header = header, sep = sep, quote = quote, " " dec = dec, fill = fill, comment.char = comment.char, ...)" "6: utils::read.csv(url)" "5: .importBacDiveExcel(verbose = verbose)" "4: .getBacDive(verbose = FALSE)" "3: .reshapeBacDive(.getBacDive(verbose = FALSE))" "2: physiologies(phys_names, fullSource = FALSE)" "1: system.time({" " phys <- physiologies(phys_names, fullSource = FALSE)" " })"
Additionally if I access the spreadsheet over the internet. I get this error
The text was updated successfully, but these errors were encountered:
@rlesiyon, thanks for opening this issue. I think this was solved in PR #252. I was wondering if you could try again.
Sorry, something went wrong.
@sdgamboa, thanks. I am able to succesfully run the bugphyzzExports export_bugphyzz script
Thanks. Closing this issue.
sdgamboa
No branches or pull requests
I am running into the issue of not able to open the google spreadsheet related used in .importBacDiveExcel"
After cloning bugphyzzExports repository, and installing dependencies as describe in readme, and run this command in the bugphyzzExports directory
This is the error I get.
and it traceback is as follows;
Additionally if I access the spreadsheet over the internet. I get this error
The text was updated successfully, but these errors were encountered: