Hi Brendon ,

Pls download and install the latest R version and try again.

> version
               _
platform       x86_64-w64-mingw32
arch           x86_64
os             mingw32
system         x86_64, mingw32
status
major          3
minor          1.3
year           2015
month          03
day            09
svn rev        67962
language       R
version.string R version 3.1.3 (2015-03-09)
nickname       Smooth Sidewalk
> nstall.packages("RSQLite")
Error: could not find function "nstall.packages"
> install.packages("RSQLite")
Installing package into ‘C:/Users/billy/Documents/R/win-library/3.1’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.com/bin/windows/contrib/3.1/RSQLite_1.0.0.zip'
Content type 'application/zip' length 1211262 bytes (1.2 MB)
opened URL
downloaded 1.2 MB

package ‘RSQLite’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\billy\AppData\Local\Temp\RtmpI7oOTu\downloaded_packages

Regards
Billy

----------------------------------------------------------------------------------
|

http://billyam.com  || http://use-r.com  || http://shinyserver.com (BETA)

SAS Certified Base Programmer for SAS 9
Oracle SQL Expert(11g)



On Sun, Mar 22, 2015 at 10:29 AM, Jeff Newmiller
<jdnew...@dcn.davis.ca.us> wrote:
> The posting guide warns you that this list is only for questions regarding 
> the current version of R. You probably need to be sure to use versions of 
> packages that were current as of the time that version of R was current... 
> anything else is a wild ride for you.
> ---------------------------------------------------------------------------
> Jeff Newmiller                        The     .....       .....  Go Live...
> DCN:<jdnew...@dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
>                                       Live:   OO#.. Dead: OO#..  Playing
> Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
> /Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
> ---------------------------------------------------------------------------
> Sent from my phone. Please excuse my brevity.
>
> On March 21, 2015 6:45:36 AM PDT, brendon wolff-piggott <mytekm...@gmail.com> 
> wrote:
>>I'm trying to install RSQLite on the way to installing RQDA.  I have
>>installed DBI, and RSQLite compiles but will not install.
>>
>>Running  install.packages("RSQLite") fails with the following messages:
>>...
>>** 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’
>>
>>       [[alternative HTML version deleted]]
>>
>>______________________________________________
>>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>>https://stat.ethz.ch/mailman/listinfo/r-help
>>PLEASE do read the posting guide
>>http://www.R-project.org/posting-guide.html
>>and provide commented, minimal, self-contained, reproducible code.
>
> ______________________________________________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to