agstudy / rsqlserver

Sql Server driver database interface (DBI) driver for R. This is a DBI-compliant Sql Server driver based on the System.Data.SqlClient.
82 stars 30 forks source link

Missing file when installing package #5

Closed adunaic closed 10 years ago

adunaic commented 10 years ago

I'm working on Ubuntu 12.04 with Rstudio 0.98.501 running R 3.0.2 with devtools and rclr installed with no errors.

I then try to install rsqlserver with the following command and error:

install_github('rsqlserver', 'agstudy',args='--no-multiarch') Installing github repo(s) rsqlserver/master from agstudy Installing rsqlserver.zip from https://github.com/agstudy/rsqlserver/archive/master.zip Installing rsqlserver '/usr/lib/R/bin/R' --vanilla CMD INSTALL '/tmp/Rtmp97xXAX/rsqlserver-master' --library='/home/killick/R/x86_64-pc-linux-gnu-library/3.0' \ --with-keep.source --no-multiarch

  • installing source package 'rsqlserver' ... \ R Error in .install_package_code_files(".", instdir) : files in 'Collate' field missing from '/tmp/Rtmp97xXAX/rsqlserver-master/R': DBIMetaInfo.R ERROR: unable to collate and parse R files for package 'rsqlserver'
  • removing '/home/killick/R/x86_64-pc-linux-gnu-library/3.0/rsqlserver' Error: Command failed (1)

It looks at though that is a file called "DBIMetaInfo.R" missing from the R directory. I check in the repository and can't see it there either. Any ideas?

agstudy commented 10 years ago

For the moment rsqlserver is not (yet) portable linux like system. This is in my TODO list. The idea is to use the mono sql client.

adunaic commented 10 years ago

Ah, my apologies. I have access to mono on Linux and so hadn't realized that your package was windows specific. Thanks for the swift response.