Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • minicat157
    Junior Member
    • Nov 2014
    • 2

    lazy loading failed for package ‘RSQLite’

    Hi guys,

    I got a problem when i was installing SQLite, and it said :

    ===============================================
    ** preparing package for lazy loading
    Error in setClass("SQLiteConnection", contains = "DBIConnection", slots = list(Id = "externalptr", :
    unused argument(s) (slots = list(Id = "externalptr", dbname = "character", loadable.extensions = "logical", flags = "integer", vfs = "character"))
    Error : unable to load R code in package ‘RSQLite’
    ERROR: lazy loading failed for package ‘RSQLite’
    * removing ‘/usr/local/bin/R/lib/R/library/RSQLite’

    The downloaded source packages are in
    ‘/tmp/Rtmp28Vlxu/downloaded_packages’
    Updating HTML index of packages in '.Library'
    Making packages.html ... done
    Warning message:
    In install.packages("RSQLite") :
    installation of package ‘RSQLite’ had non-zero exit status
    ===============================================

    What's the problem and does anybody know about this? This really got me crazy!!!

    BTW, my R version is 2.15.3
  • pvhooft
    Junior Member
    • Nov 2014
    • 1

    #2
    RSQLite installation problem

    I think RSQLite 1.0.0 is incompatible with R2.5.x (or it's missing a dependency). When you download an older version of it (e.g. RSQLite_0.11.4.tar.gz) and do install.packages("RSQLite_0.11.4.tar.gz") it works.

    Comment

    • minicat157
      Junior Member
      • Nov 2014
      • 2

      #3
      Originally posted by pvhooft View Post
      I think RSQLite 1.0.0 is incompatible with R2.5.x (or it's missing a dependency). When you download an older version of it (e.g. RSQLite_0.11.4.tar.gz) and do install.packages("RSQLite_0.11.4.tar.gz") it works.
      I reinstalled the package with an older version and it finally worked! Thanks so much!

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 10:09 AM
      0 responses
      10 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      20 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      27 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 11:40 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Working...