Re: [Rcpp-devel] Having trouble installing small package.

2014-06-02 Thread John Buonagurio
Hi Ilya, > install_github(repo="IKTrading", username="IlyaKipnis") > I get a whole stream of errors too large to even copy and paste into a single > post, and I'm not quite sure what's going wrong. * installing *source* package 'IKTrading' ... ** libs *** arch - i386 g++ -m32 -shared -s -static-

Re: [Rcpp-devel] Having trouble installing small package.

2014-06-02 Thread Dirk Eddelbuettel
Ilya, On 2 June 2014 at 18:29, Ilya Kipnis wrote: | As I'm rather new to the Rcpp paradigm, I'm having a bit of trouble doing an | install on windows of one of the packages I developed on linux. It works fine | on linux, but not on windows. | | Here's the command I'm running: | | install_github

[Rcpp-devel] Having trouble installing small package.

2014-06-02 Thread Ilya Kipnis
Hi there, As I'm rather new to the Rcpp paradigm, I'm having a bit of trouble doing an install on windows of one of the packages I developed on linux. It works fine on linux, but not on windows. Here's the command I'm running: install_github(repo="IKTrading", username="IlyaKipnis") I get a whol