wadpac / GGIRread

Functions for reading accelerometer data files
https://CRAN.R-project.org/package=GGIRread
Apache License 2.0
5 stars 3 forks source link

readGenea issue in R-devel #18

Closed vincentvanhees closed 1 year ago

vincentvanhees commented 1 year ago

https://cran.r-project.org/web/checks/check_results_GGIRread.html

 ══ Failed tests ════════════════════════════════════════════════════════════════
 ── Error (test_readGenea.R:15:3): readGenea reads data from file correctly ─────
 Error in `.POSIXct(x, tz, ...)`: unused argument (origin = "1970-01-01")
 Backtrace:
 ▆
 1. └─GGIRread::readGenea(...) at test_readGenea.R:15:2
 2. ├─base::as.POSIXct(start, origin = "1970-01-01", tz = "Europe/London")
 3. └─base::as.POSIXct.default(start, origin = "1970-01-01", tz = "Europe/London")

for r-devel-windows-x86_64, r-devel-linux-x86_64-fedora-gcc and r-devel-linux-x86_64-debian-gcc

vincentvanhees commented 1 year ago

looks like I did not entirely address #15 ye then or this relates to a newer version of R-devel.