cran4linux/bspm

Error in ask_user: duplicate row.names

Closed this issue · 1 comments

options(bspm.version.check=TRUE)
rdeps <- tools::package_dependencies("units", which="all", reverse=TRUE)[[1]]
install.packages(rdeps, dependencies=TRUE)

results in

  There are binary versions available but the source versions are later:
Error in data.frame(binary = binvers, source = srcvers, row.names = bins,  : 
  duplicate row.names: classInt, elevatr, EML, eplusr, ggforce, gtfs2gps, gtfstools, gunit, hydraulics, iNZightTools, jpmesh, lwgeom, mapboxapi, meteospain, nhdplusTools, nngeo, pillar, PKNCA, quantities, rmapshaper, rxode2, rxode2et, sf, smoothr, spdep, stars, tealeaves, tidycensus, tmap, tmaptools, vein, wikilake

even if there seems to be no duplicates (?). Ah, the names shown are the duplicates. :)

:-/ Here too (r2u container for jammy)

> install.packages(rdeps) 
Ign https://r2u.stat.illinois.edu/ubuntu jammy InRelease                                   
Hit https://r2u.stat.illinois.edu/ubuntu jammy Release                                        
Hit http://security.ubuntu.com/ubuntu jammy-security InRelease                    
Hit http://archive.ubuntu.com/ubuntu jammy InRelease                                     
Hit http://archive.ubuntu.com/ubuntu jammy-updates InRelease                     
Hit http://archive.ubuntu.com/ubuntu jammy-backports InRelease                  
Hit https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease      
Fetched 0 B in 0s (0 B/s) 
Available system packages as root...

  There is a binary version available but the source version is later:
Error in data.frame(binary = binvers, source = srcvers, row.names = bins,  : 
  duplicate row.names: classInt, elevatr, eplusr, gtfs2gps, gtfstools, gunit, iNZightTools, jpmesh, \
  lwgeom, meteospain, nhdplusTools, nngeo, pillar, rxode2, rxode2et, sf, smoothr, spdep, stars, \
  tealeaves, tidycensus,  tmap, tmaptools
>