[MacPorts] #67521: Sometimes R fails to update dependencies when a package is installed, which may break the build, if such an update is required
MacPorts
noreply at macports.org
Sun May 28 17:58:39 UTC 2023
#67521: Sometimes R fails to update dependencies when a package is installed, which
may break the build, if such an update is required
---------------------------+----------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: R |
---------------------------+----------------------
Comment (by ryandesign):
R-BiocStyle depends directly on R-bookdown:
{{{
% port -q info --depends_lib --line r-biocstyle | tr ',' '\n' | grep -i
r-bookdown
R-bookdown
}}}
but R-bookdown eventually depends on R-BiocStyle:
{{{
% echo $(port rdeps r-bookdown | grep -i r-biocstyle)
R-BiocStyle
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67521#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list