Consolidating our correspondance and answering your two questions ...
On Sun, 19 Jul 2020, José Abílio Matos wrote:
On Saturday, 18 July 2020 23.46.07 WEST Max Pyziur wrote:
R6 is available as a F32 RPM; however, it comes back w the above error message, fyi.
Are you sure? :-)
What does the following code returns?
ip <- installed.packages() ip["R6", c(2,3,16)]
ip <- installed.packages() ip["R6", c(2,3,16)]
ip <- installed.packages() ip["R6", c(2,3,16)]
LibPath Version Built "/usr/lib64/R/library" "2.4.1" "3.6.2"
And separately you asked for the dnf info output
pyz@pegasus ~> dnf info R-r6
Installed Packages Name : R-R6 Version : 2.4.1 Release : 4.fc32 Architecture : noarch Size : 80 k Source : R-R6-2.4.1-4.fc32.src.rpm Repository : @System From repo : updates Summary : Classes with Reference Semantics URL : http://cran.r-project.org/web/packages/R6/index.html License : MIT Description : The R6 package allows the creation of classes with reference semantics, : similar to R's built-in reference classes. Compared to reference classes, : R6 classes are simpler and lighter-weight, and they are not built on S4 : classes so they do not require the methods package. These classes allow : public and private members, and they support inheritance, even when the : classes are defined in different packages.
fyi,
M