简体   繁体   中英

Issue in Update packages in R

I updated all the packages on yesterday and now I'm getting an error in sqldf package as:

sqldf("select * from dt")
        Error in if (.allows_extensions(db)) { : 
        missing value where TRUE/FALSE needed

I tried using checkpoint() to access the existing version of all the packages which executing correct but again it failed:

checkpoint("2015-02-25")
       Scanning for loaded pkgs
       Scanning for packages used in this project
       Installing packages used in this project 

        There are binary versions available (and will be installed) but the
        source versions are later:
        Error in data.frame(binary = binvers, source = srcvers, row.names = bins,  : 
         duplicate row.names: downloader, sqldf, survey, plyr, ggplot2,scales, mapproj, RColorBrewer, maptools, raster, rgeos, fields, mgcv, stringr, spatstat, rgdal, RSQLite, MonetDB.R, RCurl, car, tree, ROCR, rattle, rpart, caret, randomForest, RODBC, reshape2, MASS, epiR, faraway, ggmap, maps, xlsx,  pROC, colorspace, quantmod, R2wd, checkpoint

Can someone please help me to get rid of this issue..

Issue go resolved after upgrading R version to 3.1.1 . Might be some package upgrade is not compatible with the earlier version of R.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM