[R] Solution: Re: Can't install R6 in new installation of R 3.5.2

2019-08-05 Thread Barnet Wagman
. FYI is this true attempting to do an install both from within an R session and at the command line with 'R CMD INSTALL ...' Regards On 8/3/19 5:21 PM, Barnet Wagman wrote: I've just installed R 3.5.2 (on Debian 10, Buster) and am unable to install R6. install.packages

[R] Can't install R6 in new installation of R 3.5.2

2019-08-05 Thread Barnet Wagman
I've just installed R 3.5.2 (on Debian 10, Buster) and am unable to install R6. install.packages("R6"); yields Installing package into ‘/home/xxx/R/x86_64-pc-linux-gnu-library/3.5’ (as ‘lib’ is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/R6_2.4.0.tar.gz' Content type 'appl

[R] Can't install R6 in new installation of R 3.5.2

2019-08-05 Thread Barnet Wagman
I've just installed R 3.5.2 (on Debian 10, Buster) and am unable to install R6. install.packages("R6"); yields Installing package into ‘/home/xxx/R/x86_64-pc-linux-gnu-library/3.5’ (as ‘lib’ is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/R6_2.4.0.tar.gz' Con

[R] New version of cloudRmpi

2012-05-14 Thread Barnet Wagman
twork manager has a command to repeat Open MPI network network configuration. Regards, Barnet Wagman __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide

[R] [R-pkgs] New version of rreval: Remote R Evaluator

2012-04-28 Thread Barnet Wagman
tranfers. Cheers, Barnet Wagman ___ R-packages mailing list r-packa...@r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

[R] Nonparmetric statistics with weighted data set?

2012-03-25 Thread Barnet Wagman
I'm doing some work with a weighted data set (the CPS) and I'd like to use nonparametric techniques. Is there an R package that supports this? The np package doesn't appear to have provisions for weighted data. (Or have I missed something?) I need to perform both density estimation and regres

[R] [R-pkgs] New package cloudRmpi: Cloud-based parallel proccessing for R

2012-03-23 Thread Barnet Wagman
master MPI node (using the rreval package). cloudRmpi should work with any MPI based R package (it has been tested with Rmpi, npRmpi, and snow). Barnet Wagman b...@norbl.com [[alternative HTML version deleted]] ___ R-packages mailing list r-

[R] Weighted data with npcdensbw

2011-08-11 Thread Barnet Wagman
Is there a way of using weighted data with npcdensbw (in the np package)? thanks __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] rJava on Debian squeeze (or other versions of Linux)?

2011-08-06 Thread Barnet Wagman
(Dirk: I mistakenly sent this to you directly: I meant to post it to R help. Sorry) On 8/6/11 8:16 AM, Dirk Eddelbuettel wrote: a) Did you try 'sudo apt-get install r-cran-rjava' ? This is after all packaged in Debian b) The Debian rjava package has 'openjdk-6-jdk' in its Build-Depends,

Re: [R] rJava on Debian squeeze (or other versions of Linux)?

2011-08-06 Thread Barnet Wagman
On 8/6/11 9:37 AM, Dirk Eddelbuettel wrote: | I'm going to be using rJava as part of a package I'm developing, so I | need to be able to install it in a more generic way than the Debian Care to define "more generic way than Debian" ? ^ I mean: (i) Install Java from Oracle (ii) run R CMD javare

Re: [R] rJava on Debian squeeze (or other versions of Linux)?

2011-08-06 Thread Barnet Wagman
On 8/6/11 9:37 AM, Dirk Eddelbuettel wrote: | I'm going to be using rJava as part of a package I'm developing, so I | need to be able to install it in a more generic way than the Debian Care to define "more generic way than Debian" ? ^ I mean: (i) Install Java from Oracle (ii) run R CMD javare

Re: [R] rJava on Debian squeeze (or other versions of Linux)?

2011-08-06 Thread Barnet Wagman
(Dirk: I mistakenly sent this to you directly: I meant to post it to R help. Sorry) On 8/6/11 8:16 AM, Dirk Eddelbuettel wrote: a) Did you try 'sudo apt-get install r-cran-rjava' ? This is after all packaged in Debian b) The Debian rjava package has 'openjdk-6-jdk' in its Build-Depends,

[R] rJava on Debian squeeze (or other versions of Linux)?

2011-08-05 Thread Barnet Wagman
Has anyone successfully installed rJava on Debian squeeze (or any other version of linux)? I keep getting the ... (JDK) is missing or not registered in R error message when installing the package. I've tried running 'R CMD javareconf', setting JAVA_HOME and editing /etc/R/ldpaths by hand