Thanks for automating this task and for giving it a nice UI! I learned of it via the responses to this tweet.
The package I'm interested in is callr. Not sure if that has anything do with callr specifically, but I consistently see something like this:
Error in value[[3L]](cond) :
version '3.2.0' is invalid for package 'callr'
The specific package version reported varies according to my exact call, but so far every call has lead to some output of that sort. And yet it seems like I eventually get usable results. And affected version sure seems to be legit. Not sure what's going on.
Example:
> when_api_same("callr::r", report = "full")
| | 0%Error in value[[3L]](cond) :
version '3.2.0' is invalid for package 'callr'
|======================================================================| 100%
version date result
1 1.0.0 2016-06-18 Assumed different
2 2.0.0 2018-01-28 Assumed different
3 2.0.1 2018-01-30 Assumed different
4 2.0.2 2018-02-11 Assumed different
5 2.0.3 2018-04-11 Known different
6 2.0.4 2018-05-15 Assumed different
7 3.0.0 2018-08-24 Known different
8 3.1.0 2018-12-10 Known different
9 3.1.1 2018-12-21 Known different
10 3.2.0 2019-03-15 Unknown
11 3.3.0 2019-07-04 Assumed different
12 3.3.1 2019-07-18 Assumed different
13 3.3.2 2019-09-22 Assumed different
14 3.4.0 2019-12-09 Assumed different
15 3.4.1 2020-01-24 Known different
16 3.4.2 2020-02-12 Assumed different
17 3.4.3 2020-03-28 Assumed different
18 3.4.4 2020-09-07 Known different
19 3.5.0 2020-10-08 Known same
20 3.5.1 2020-10-13 Assumed same
Thanks for automating this task and for giving it a nice UI! I learned of it via the responses to this tweet.
The package I'm interested in is callr. Not sure if that has anything do with callr specifically, but I consistently see something like this:
The specific package version reported varies according to my exact call, but so far every call has lead to some output of that sort. And yet it seems like I eventually get usable results. And affected version sure seems to be legit. Not sure what's going on.
Example: