Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Dirk Eddelbuettel
On 5 January 2019 at 13:13, Henrik Bengtsson wrote: | On Sat, Jan 5, 2019 at 9:41 AM Dirk Eddelbuettel wrote: | > | > | > On 5 January 2019 at 09:14, William Dunlap via R-help wrote: | > | You would get these errors ("R: file or directory not found, version: file | > | or directory not

Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Henrik Bengtsson
On Sat, Jan 5, 2019 at 9:41 AM Dirk Eddelbuettel wrote: > > > On 5 January 2019 at 09:14, William Dunlap via R-help wrote: > | You would get these errors ("R: file or directory not found, version: file > | or directory not found...") if you had a ~/.Rprofile file containing the > | line

Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Winfried Moser
dirk & bill, you guys are incredible! the non-silent .Rprofile was the problem! making the code interactive didn't help either, only silenceing it helped! thanks so much! i assume moving to r-sig-debian is now obsolete. ps, @dirk: adding michael rutters ppa also helped, but the packages get

Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Dirk Eddelbuettel
On 5 January 2019 at 20:40, Winfried Moser wrote: | dirk & bill, you guys are incredible! the non-silent .Rprofile was the | problem! | making the code interactive didn't help either, only silenceing it helped! Good to know you have it fixed. | thanks so much! i assume moving to r-sig-debian

Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Dirk Eddelbuettel
On 5 January 2019 at 09:14, William Dunlap via R-help wrote: | You would get these errors ("R: file or directory not found, version: file | or directory not found...") if you had a ~/.Rprofile file containing the | line 'cat(version$version.string, sep="\n"). Well spotted -- very much so. That

Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread William Dunlap via R-help
You would get these errors ("R: file or directory not found, version: file or directory not found...") if you had a ~/.Rprofile file containing the line 'cat(version$version.string, sep="\n"). Bill Dunlap TIBCO Software wdunlap tibco.com On Sat, Jan 5, 2019 at 1:23 AM Winfried Moser wrote: >

Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Dirk Eddelbuettel
On 4 January 2019 at 23:23, Winfried Moser wrote: | dear community, | | i get a *non-zero exit status* installing the survey-package in R version | 3.5.2 on ubuntu 18.04. the problem seems to be related to *g++* and/or the | package *minqa*. in the output of the installation procedure i found

[R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Winfried Moser
dear community, i get a *non-zero exit status* installing the survey-package in R version 3.5.2 on ubuntu 18.04. the problem seems to be related to *g++* and/or the package *minqa*. in the output of the installation procedure i found the following g++ related lines: g++ -I"/usr/share/R/include"