Issue ID:
Type
Bug
Title:
FIX: CRAN Packages with Multiple DESCRIPTION files may fail to be read
Created:
10/28/2024 9:11:36 PM by Alex
Status:
Awaiting Release on
Last pulled:
11/1/2024 9:14:48 PM
Description:
To reproduce, download the follow package and upload to a new CRAN feed: https://cran.r-project.org/src/contrib/shiny_1.9.1.tar.gz The manifest fails to be read from the package because there are multiple tar entries that match `/DESCRIPTION`, and the one we want is read. See `CranFeed.cs#296`