Bug 484416
Summary: | R depends on R-devel ??? | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Stephen <sdeasey> |
Component: | R | Assignee: | Tom "spot" Callaway <tcallawa> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 10 | CC: | tcallawa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-02-07 05:52:20 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Stephen
2009-02-06 17:38:28 UTC
This is not a mistake. Before, there was R and R-devel (and libRmath and libRmath-devel). I got a lot of complaints and confused users who only installed R and tried to build their own modules from CRAN. These attempts failed, because... R-devel (and in some cases libRmath-devel) were not installed. After talking with the R upstream, who recommended strongly that functional CRAN out of the box was accepted behavior for the majority of users, I changed the R package structure slightly: It is now composed of: R-core (what used to be called R, doesn't have -devel deps) R-devel (same) libRmath (same) libRmath-devel (same) R (metapackage that requires R-core, R-devel, libRmath-devel) So, if you really just want functional R and you're not concerned about being sure CRAN works out of the box, just yum install R-core. |