mhpob / otndo

A package to understand OTN data
https://otndo.obrien.page/
Creative Commons Attribution 4.0 International
3 stars 1 forks source link

Hunt down # of args not matching. #6

Closed mhpob closed 1 month ago

mhpob commented 7 months ago

PAST receiver push summary:

  1. stop("numbers of columns of arguments do not match")
  2. rbind(deparse.level, ...)
  3. (function (..., deparse.level = 1) .Internal(rbind(deparse.level, ...)))(structure(list(stationname = c("C&D West LL 9200", "CBL Pier", "Cedar Point A", "Cedar Point A", "Cedar Point A", "Cedar Point B", "Cedar Point B", "Cedar Point B", "Cedar Point B", ...
  4. do.call(rbind, files)
  5. write_to_tempdir(type = "deployment", files = deployment, temp_dir = td)
  6. otndo::make_receiver_push_summary(qualified = qualified, unqualified = unqualified, deployment = deployment, ...) at matos_receiver_summary.R#104
  7. matos_receiver_summary(updated$number[6])
mhpob commented 7 months ago

Errors out before contacting OTN server.

mhpob commented 1 month ago

Same issue as #10.