First commit performs an iso-functionalities port of the lister to new API.
Second commit retrieves and parses the package update date from the data
returned by the tools::CRAN_package_db() R function.
Closes T2989
Differential D4945
cran: Reimplement lister using new Lister API anlambert on Jan 25 2021, 7:48 PM. Authored by
Details
First commit performs an iso-functionalities port of the lister to new API. Second commit retrieves and parses the package update date from the data Closes T2989
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4945 (id=17603)Rebasing onto bea9d6d147... Current branch diff-target is up to date. Changes applied before testcommit d64cb549d3021c5950edce8a617c3f7b9f8ee2f7 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Mon Jan 25 18:26:22 2021 +0100 cran: Retrieve last update date for each listed package R package last update date can be found in the "Packaged" field of package info returned by tools::CRAN_package_db(). So retrieve it and parse it as a datetime to provide as last_update parameter value in ListedOrigin model. Closes T2989 commit 4b004a9ccced7b87e207cf8a8eb7af41f64f9a29 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Mon Jan 25 16:59:17 2021 +0100 cran: Reimplement lister using new Lister API Related to T2989 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/173/ for more details.
Comment Actions Build is green Patch application report for D4945 (id=17619)Rebasing onto bea9d6d147... Current branch diff-target is up to date. Changes applied before testcommit 5f8632cee333d71be7cfca85410ebf353bbe28f5 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Mon Jan 25 18:26:22 2021 +0100 cran: Retrieve last update date for each listed package R package last update date can be found in the "Packaged" field of package info returned by tools::CRAN_package_db(). So retrieve it and parse it as a datetime to provide as last_update parameter value in ListedOrigin model. Closes T2989 commit 4b004a9ccced7b87e207cf8a8eb7af41f64f9a29 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Mon Jan 25 16:59:17 2021 +0100 cran: Reimplement lister using new Lister API Related to T2989 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/177/ for more details. Comment Actions Build is green Patch application report for D4945 (id=17623)Rebasing onto aefb260f76... Current branch diff-target is up to date. Changes applied before testcommit 22eeb0956ec17cf50f3360a103ea21a5e35d5c29 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Mon Jan 25 18:26:22 2021 +0100 cran: Retrieve last update date for each listed package R package last update date can be found in the "Packaged" field of package info returned by tools::CRAN_package_db(). So retrieve it and parse it as a datetime to provide as last_update parameter value in ListedOrigin model. Closes T2989 commit 6f40ab4c5730e530c41bd117b37f23b058a67c98 Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Mon Jan 25 16:59:17 2021 +0100 cran: Reimplement lister using new Lister API Related to T2989 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/179/ for more details. |