For some of the CRAn packages, the metadata shown in Artifactory UI -> Cran info tab is not consistent with that of the package data in the description file of the package.
Found this in the following packages :
desc_1.2.0.tar.gz
pkgbuild_1.0.3.tar.gz
pkgload_1.0.2.tar.gz
remotes_2.0.4.tar.gz
rlang_0.2.0.tar.gz
Steps to reproduce:
- Set up a CRAN local repo and deployed the package desc_1.2.0.tar.gz obtained from https://cran.r-project.org/web/packages/desc/index.html
- In Artifactory UI -> Cran info tab, the version is shown as 1.0.0 but the description file inside the package shows version as 1.2.0
- The version is shown as 1.0.0 in PACKAGES file as well
- For the package pkgload_1.0.2.tar.gz, the Cran info shows different vale for version and name as well as shown below
Name: testMissingNsObject
Version: 0.1
- is related to
-
RTFACT-18399 Not able to generate correct metadata for few CRAN packages which are copied from CRAN remote repository
- Done