Quoting dfermin :
>
> Hello.
>
> I've got a new workstation running Fedora 10 linux and I use the KDE 4.2
> desktop which uses some kind of new desktop environment called 'plasma'.
>
> If I start up R and generate a plot (for example: hist(rnorm(1, mean=0,
> sd=1), breaks=100) ). The plot appea
Quoting "cladoo.26" :
> Hi,
>
> My questions concern the function 'mclustBIC' which compute BIC for a range
> of clusters of several models on the given data and the other function
> 'mclustModel' which choose the best model and the best number of cluster
> accordind to the results of the previous
Quoting "(Ted Harding)" <[EMAIL PROTECTED]>:
> On 28-Sep-08 17:51:55, Uwe Ligges wrote:
> > Jörg Groß wrote:
> >> Hi,
> >> I tried to calculate the formula for the birthday problem
> >> (the probability that at least two people out of a group of
> >> n people share the same birthday)
> >>
> >> But
I can see a couple of problems:
1) No "-lpthread" in --with-blas
2) No "-L" prefix in the library path in --with-lapack
In addition, I don't think you need to add -lmkl to --with-lapack,
although that is probably harmless.
Martyn
Quoting Prof Brian Ripley <[EMAIL PROTECTED]>:
> Look in config.
Quoting Prof Brian Ripley <[EMAIL PROTECTED]>:
> On Sat, 8 Nov 2008, Roger Levy wrote:
>
> > While I have been able to install rjags on my Windows computer, oddly I
> have
> > been unable to install rjags successfully on my 64-bit Linux compute server
> > (etch, Linux kernel 2.6.18). I am require
Hi Roger,
Try this:
install.packages("rjags",configure.args="--with-jags-lib=/usr/local/lib")
The original sin here is that R is installed in the wrong place. By default,
R is installed into /usr/local/lib64 on 64-bit Linux. But this is a
non-standard location on Debian: it should go in /usr/loc
Philip,
If you are using WinBUGS 1.4, then the poor performance of the
inprod function is a known problem. An "inprod2" function
was introduced in 1.4.3 to improve performance. See
http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/contents.shtml#problems
You might try using that.
For WinBUGS problems
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
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
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,
> > +
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
* 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
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
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
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
> 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:
>
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
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
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
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
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
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
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
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
On Tue, 2008-09-23 at 15:35 +0200, Peter Dalgaard wrote:
> [EMAIL PROTECTED] wrote:
> >
> > Claus-Juergen
> > Neumann/BASF-AG/B
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...
>
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
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
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
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
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");
> }
> }
>
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.
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
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
34 matches
Mail list logo