[R] Fritz Leisch 1968-2024

2024-04-26 Thread Martyn Plummer
proper R development in his "Introduction to R Programming" short course. The R Core Team and the R community at large will miss a contributor, collaborator, teacher, colleague, and friend. Martyn Plummer on behalf of the R Foundation [[alternative HTML versi

[R] Call for proposals to host useR! 2021

2019-10-02 Thread Martyn Plummer
Foundation Martyn Plummer [[alternative HTML version deleted]] ___ r-annou...@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-announce __ R-help@r-project.org mailing list -- To

[R] Help wanted - R contributed documentation

2017-10-09 Thread Martyn Plummer
supplementary material (such as code and data). If you are interested then please reply privately to me. The R Foundation board will discuss this at the next meeting. You can, of course, put together a team of people but we really want a single person to act as point of reference. Martyn Plummer Co

[R] Five new ordinary members of the R Foundation

2016-11-03 Thread Martyn Plummer
  * Balasubramanian Narasimhan   https://statistics.stanford.edu/people/balasubramanian-narasimhan On behalf of the R Foundation I would like to extent my congratulations and a warm welcome to the new members. Martyn Plummer Co-president, The R Foundation

[R] New R logo

2016-02-11 Thread Martyn Plummer
sion 2 (GPL‑2). For further details, please refer to the link above. For the R Foundation Martyn Plummer, Co-President --- This message and its attachments are strictly confidenti...{{dro

Re: [R] rjags cannot find JAGS-4.0.0

2015-11-30 Thread Martyn Plummer
On Fri, 2015-11-27 at 11:27 -0800, David Winsemius wrote: > > On Nov 26, 2015, at 4:59 PM, Margaret Donald > > wrote: > > > > 1. Despite being in R with administrative rights the library "rjags" loads > > in a temporary location. > > > >> install.packages("rjags", dependencies=TRUE, > > +

[R] Codes of Conduct at R Conferences

2015-10-22 Thread Martyn Plummer
exchange are important features of R conferences. We expect this to continue within the boundaries set by the code of conduct. For the R Foundation Martyn Plummer, Co-President --- This message and its attachments are strictly

[R] The R Journal, Volume 4, Issue 2

2012-12-15 Thread Martyn Plummer
Dear All, The latest issue of The R Journal is now available at http://journal.r-project.org/current.html Thanks to everyone involved. Martyn Plummer Editor-in-Chief --- This message and its attachments are strictly confidenti

[R] The R Journal, Vol. 4 Issue 1

2012-07-11 Thread Martyn Plummer
Dear All, The first issue of the fourth volume of The R Journal is now available at http://journal.r-project.org/current.html Thanks to everyone involved. Martyn Plummer Editor-in-Chief --- This message and its attachments

Re: [R] rjags installation trouble

2012-01-11 Thread Martyn Plummer
It looks like you are cross-linking to an earlier version of the JAGS library at run time. Check /sbin/ldconfig -p | grep jags - When compiling rjags, you can hard-code the location of the jags library using the [GNU-specific] configure option --enable-rpath. Martyn On Tue, 2012-01-10 at 10:40

Re: [R] cacheSweave fails when used in conjunction with rjags

2010-03-29 Thread Martyn Plummer
Hi Roger, If you do not supply an explicit data list, the jags.model() function will try to get the data from the calling environment. This is obviously not working with cacheSweave, but if you do supply an explicit list, like this: m <- jags.model("j.bug", data=list("y"=y)) it will work. Mart

Re: [R] Problem with RHEL 5 repo and the latest R RPMs

2009-08-25 Thread Martyn Plummer
ile) just for CRAN with the appropriate config information, > including an explicit 'enabled=1' or 'enabled=0' directive. For > several Fedora/RHEL releases, having separate yum config files, one > per repo, is the preferred model. > > An alternative, would

Re: [R] Binaries no longer compiled for RH EL4, i386?

2009-04-30 Thread Martyn Plummer
The maintainer of the RHEL RPMs no longer has an i386 machine running EL4, and cross-building on an x86_64 machine did not work, so I did not distribute them. As noted in a previous thread, there is a project to port the Fedora R RPMs to Enterprise Linux: On Thursday 23 April 2009 15:08:26 Marc S

Re: [R] Fedora 10 KDE plasma font rendering issue

2009-04-14 Thread Martyn Plummer
> The packaging of the Fedora 2.8.1 rpm may need to take this into > account - if compiling, you'd have discovered at configure stage. > > Paul Bivand > > Paul Bivand > > 2009/4/1 Martyn Plummer : > > On Tue, 2009-03-31 at 18:36 -0700, dfermin wrote: >

Re: [R] Fedora 10 KDE plasma font rendering issue

2009-04-01 Thread Martyn Plummer
weight: 80(i)(w) width: 100(i)(w) foundry: "urw"(w) file: "/usr/share/fonts/default/Type1/n019003l.pfb"(w) index: 0(i)(w) outline: FcTrue(w) scalable: FcTrue(w) > > Martyn Plummer-2 wrote: > > > > Quoting df

Re: [R] R with MKL

2009-03-19 Thread Martyn Plummer
Both gcc and MKL are moving targets. So if you are using a more recent version of gcc than the one used to compile MKL then you are potentially in trouble. In this case, you still have the option of using Intel threads (libmkl_intel_thread) instead of the GNU thread library. In this case you must

Re: [R] [Rd] R with MKL

2009-03-17 Thread Martyn Plummer
On Tue, 2009-03-17 at 12:12 +0900, Ei-ji Nakama wrote: > Hi > > > I have seen a lot of problems from people trying to compile R with > > MKL. So I am writing my experience in case it helps and to ask one > > question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using > > MKL 10.1.1.019.

Re: [R] R with MKL

2009-03-17 Thread Martyn Plummer
On Mon, 2009-03-16 at 18:33 -0400, Cristián wrote: > Hi, > > I have seen a lot of problems from people trying to compile R with > MKL. So I am writing my experience in case it helps and to ask one > question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using > MKL 10.1.1.019. The R-adm

Re: [R] R crash with dyn.load

2008-12-18 Thread Martyn Plummer
On Thu, 2008-12-18 at 17:18 +0100, Thibault Helleputte wrote: > Hello, > > I try to incorporate C code in R. > > suppose I have the following C code: > > #include > #include > > int main(int *n) > { > int i; > for(i=0; i < *n; i++) { > printf("Hello, world!\n"); > } > } >

Re: [R] [Rd] "Error: bad value" problem

2008-12-18 Thread Martyn Plummer
This has all the hallmarks of a bug I found and fixed in R-devel (r46998). I did not port the patch over to the R release branch because I could not reproduce the bug. In R-devel, I was seeing problems with "make test-Segfault". This would occasionally segfault, but most of the time would create

Re: [R] Problems with graphical devices, e.g., png(), pdf(): blurry graphical output

2008-12-17 Thread Martyn Plummer
The artefacts that you see are a normal result of using bitmap graphics devices. I have tried to explain these below: I have looked at your figures in Eye of Gnome, with anti-aliasing turned off (Menu Edit/Preferences; Tab "Image View"; option "Smooth images when zoomed"). I recommend that you d

Re: [R] Installing R in Linux: problems with JAVA packages (rJava, RWeka, ...) ?

2008-10-22 Thread Martyn Plummer
Well this is interesting. I have a working java setup (using OpenJDK). But I can break it by running "R CMD javareconf -e". This command exports a number of JAVA_* environment variables. The rJava configure script uses these instead of querying R, but the compilation then fails. It seems that the

Re: [R] GPG key not found

2008-10-22 Thread Martyn Plummer
Have you tried other keys? (mine is 97D3544E if you want to try). If nothing works then it is probably a firewall problem. Ask your network administrator if port 11371 is blocked. When I had this problem, neither "gpg --recv-keys" nor the web interface at wwwkeys.pgp.net worked for me. Martyn O

Re: [R] Installing R in Linux: problems with JAVA packages (rJava, RWeka, ...) ?

2008-10-22 Thread Martyn Plummer
On Tue, 2008-10-21 at 15:36 +0100, Paulo Cortez wrote: > Hi, > > While in MacOS it is quite simple to install R and Java packages, the > same is not true for Linux. I surfed the web and it seems that other > users also have similar problems. Perhaps a nice FAQ answer or HOWTO > would help... >

Re: [R] WG: Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc

2008-09-23 Thread Martyn Plummer
On Tue, 2008-09-23 at 15:35 +0200, Peter Dalgaard wrote: > [EMAIL PROTECTED] wrote: > > > > Claus-Juergen > > Neumann/BASF-AG/B

Re: [R] Still no R-2.7.2 rpms for Redhat Enterprise Linux

2008-09-19 Thread Martyn Plummer
We'll see what we can do. I have forwarded your email to Bob Kinney, who builds the RHEL RPMS. Martyn On Thu, 2008-09-18 at 14:57 -0700, Waichler, Scott R wrote: > There's already an announcement about R 2.8.0, and yet there are still > no R-2.7.2 binaries (rpms) for Redhat Enterprise Linux 4 an

[R] New mailing list R-SIG-Fedora

2008-05-20 Thread Martyn Plummer
ed. The list is also open to all discussions of interest to Fedora users. The home page is: https://stat.ethz.ch/mailman/listinfo/r-sig-fedora Thanks Martyn -- Martyn Plummer <[EMAIL PROTECTED]> --- This message and it