insightsengineering / verdepcheck

An R package that tests your R package against the min/max versions of specified dependencies
https://insightsengineering.github.io/verdepcheck/
Other
6 stars 0 forks source link

[Bug]: `is.infinite.POSIXlt` was only added in R 4.3 and breaks in previous R versions #34

Closed averissimo closed 1 year ago

averissimo commented 1 year ago

What happened?

is.infinite.POSIXlt needs to be replaced with is.infinite

Which version(s) of R were you using?

4.2.x

Relevant log output

> verdepcheck::min_isolated_deps_check(".")
✔ Loading metadata database ... done
ℹ Creating library directory: /tmp/RtmpMUihvj/filed33e51fdf632
Error in order(NULL, integer(0), na.last = TRUE, decreasing = TRUE, method = "auto") : 
  argument 1 is not a vector
>

Code of Conduct

Contribution Guidelines