Displaying 20 results from an estimated 30 matches for "fprec".
Did you mean:
prec
2012 Jan 12
1
Can't install rjags on LinuxMint 12
Hi,
I'm trying to install rjags and R2jags with R version 2.14.1 (2011-12-22)
on
Linux Mint 12 machine using
software repository:
deb http://cran.fhcrc.org/bin/linux/ubuntu oneiric/
jags seems to install OK, but rjags gives a weird error about not finding
fprec symbol.
Here is a history of the problem including several attempts to work
around it.
(Because of Ben Bolker's recent post, I first removed jags)
sudo apt-get remove jags
## The following packages will be REMOVED:
## jags r-cran-rjags
sudo apt-get install jags
## The following NEW pack...
2020 Mar 26
2
unstable corner of parameter space for qbeta?
...d "easy" workarounds have
> > not been successful, but I'll admit that other things took precedence.
>
> Well, the current development version of 'Rmpfr' on R-forge now
> contains facilities to enlarge the precision of the computations
> by a factor 'fPrec' with default 'fPrec = 1';
> notably, instead of x %*% y (where the `%*%` cannot have more
> than two arguments) does have a counterpart matmult(x,y, ....)
> which allows more arguments, namely 'fPrec', or directly 'precBits';
> and of course there are c...
2012 Sep 20
1
rjags install on Ubuntu 10.04
...required package: lattice
linking to JAGS 3.2.0
module basemod loaded
Error : .onLoad failed in loadNamespace() for 'rjags', details:
call: dyn.load(file)
error: unable to load shared object '/usr/lib/JAGS/modules-3/bugs.so':
/usr/lib/JAGS/modules-3/bugs.so: undefined symbol: fprec
Error: package/namespace load failed for ?rjags?
> sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: x86_64-pc-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.U...
2012 Sep 15
0
[Repost 3/3] Minor glitch in 'Writing R Extensions'
...Eddelbuettel <edd at debian.org>
To: R-devel org <r-devel at r-project.org>
Subject: [Patch] Minor glitch in 'Writing R Extensions'
Date: Mon, 3 Sep 2012 10:58:32 -0500
The (marked up in info mode) manual Writing R Extensions says in 6.1.3
-- Function: double fprec (double X, double DIGITS)
Returns the value of X rounded to DIGITS decimal digits (after the
decimal point).
This is the function used by R's `round()'.
^^^^^^^^^^
-- Function: double fround (double X, double DIGITS)...
2020 Mar 26
2
unstable corner of parameter space for qbeta?
Given that a number of us are housebound, it might be a good time to try to
improve the approximation. It's not an area where I have much expertise, but in
looking at the qbeta.c code I see a lot of root-finding, where I do have some
background. However, I'm very reluctant to work alone on this, and will ask
interested others to email off-list. If there are others, I'll report back.
2020 Mar 26
0
unstable corner of parameter space for qbeta?
...in R. My attempts to find "easy" workarounds have
> not been successful, but I'll admit that other things took precedence.
Well, the current development version of 'Rmpfr' on R-forge now
contains facilities to enlarge the precision of the computations
by a factor 'fPrec' with default 'fPrec = 1';
notably, instead of x %*% y (where the `%*%` cannot have more
than two arguments) does have a counterpart matmult(x,y, ....)
which allows more arguments, namely 'fPrec', or directly 'precBits';
and of course there are crossprod() and tcros...
2020 Mar 26
0
unstable corner of parameter space for qbeta?
...nd "easy" workarounds have
> > not been successful, but I'll admit that other things took precedence.
>
> Well, the current development version of 'Rmpfr' on R-forge now
> contains facilities to enlarge the precision of the computations
> by a factor 'fPrec' with default 'fPrec = 1';
> notably, instead of x %*% y (where the `%*%` cannot have more
> than two arguments) does have a counterpart matmult(x,y, ....)
> which allows more arguments, namely 'fPrec', or directly 'precBits';
> and of course there are c...
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
.../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c wilcox.c -o wilcox.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c signrank.c -o signrank.o
rm -rf libnmath.a
ar cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o
fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o
expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o
gamma_cody.o beta.o lbeta.o polygamma.o bessel_i.o bessel_j.o bessel_k.o
bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o rgamma.o
dbeta.o pbeta.o...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...fa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o lminfl.o
: libappl.a
making mlutils.d from mlutils.c
making d1mach.d from d1mach.c
making i1mach.d from i1mach.c
making fmax2.d from fmax2.c
making fmin2.d from fmin2.c
making fprec.d from fprec.c
making fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making lgammacor.d from lgammacor.c
making gammali...
2000 Oct 31
1
conflicting types for `Rf_stirlerr
.../gilp/R-versions/R-devel/src/nmath'
make[3]: Entering directory `/home/mfa5/gilp/R-versions/R-devel/src/nmath'
making mlutils.d from mlutils.c
making d1mach.d from d1mach.c
making i1mach.d from i1mach.c
making fmax2.d from fmax2.c
making fmin2.d from fmin2.c
making fmod.d from fmod.c
making fprec.d from fprec.c
making fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making fsquare.d from fsquare.c
making fcube.d from fcube.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d fro...
1999 May 03
1
problems compiling R-0.63.3 on alpha
..._with_inexact -g -I../include -I../../src/include -c fmax2.c -o
fmax2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fmin2.c -o
fmin2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fmod.c -o fmod.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fprec.c -o
fprec.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fround.c -o
fround.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c ftrunc.c -o
ftrunc.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c sign.c -o sign.o
gcc -ieee_with_inexact -g -I../incl...
2008 Jun 02
6
significant digits (PR#9682)
I came to report this same bug and found it already in the trash, but
I slightly disagree with that assessment. If it's not a bug, then
perhaps it's a feature request. Comments at the end.
On Mon, May 14, 2007, Duncan Murdoch wrote:
>>On 13/05/2007 8:46 PM, scott.wilkinson at csiro.au wrote:
>>
>> In the example below round() does not report to the specified number of
2000 Feb 29
7
R-1.0.0 is released
...an error.
o Lots of help examples now tidy up the files they created, and
detach data frames and libraries they attach.
o library(help=foo) lists only contents of first version if
multiple matches are found on lib.loc.
o round(2.345e-99, 100) now works (not giving 0).
C functions fprec() and fround() [= R's signif() and round()],
now use R_pow_di(10.0, n) which is clean and more efficient.
This changes some results in the least significant bits.
o rpois sometimes had problems with mu=0, now special-cased
o Rare memory overrun in rpois fixed.
o --nsize a...
2000 Feb 29
7
R-1.0.0 is released
...an error.
o Lots of help examples now tidy up the files they created, and
detach data frames and libraries they attach.
o library(help=foo) lists only contents of first version if
multiple matches are found on lib.loc.
o round(2.345e-99, 100) now works (not giving 0).
C functions fprec() and fround() [= R's signif() and round()],
now use R_pow_di(10.0, n) which is clean and more efficient.
This changes some results in the least significant bits.
o rpois sometimes had problems with mu=0, now special-cased
o Rare memory overrun in rpois fixed.
o --nsize a...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...c/include -c d1mach.c
cc -ieee_with_inexact -g -I../../src/include -c i1mach.c
cc -ieee_with_inexact -g -I../../src/include -c fmax2.c
cc -ieee_with_inexact -g -I../../src/include -c fmin2.c
cc -ieee_with_inexact -g -I../../src/include -c fmod.c
cc -ieee_with_inexact -g -I../../src/include -c fprec.c
cc -ieee_with_inexact -g -I../../src/include -c fround.c
cc -ieee_with_inexact -g -I../../src/include -c ftrunc.c
cc -ieee_with_inexact -g -I../../src/include -c sign.c
cc -ieee_with_inexact -g -I../../src/include -c fsign.c
cc -ieee_with_inexact -g -I../../src/include -c fsquare.c
cc -ieee_...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...act -g -I../include -I../../src/include -c fmax2.c -o=
=
fmax2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fmin2.c -o=
=
fmin2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fmod.c -o =
fmod.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fprec.c -o=
=
fprec.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fround.c -=
o =
fround.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c ftrunc.c -=
o =
ftrunc.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c sign.c -o =
sign.o
gcc -ieee_with_inexac...
1998 Dec 08
0
R compile problems with AIX
...include -I../../src/include -c i1mach.c -o i1mach.o
gcc -g -O2 -I../include -I../../src/include -c fmax2.c -o fmax2.o
gcc -g -O2 -I../include -I../../src/include -c fmin2.c -o fmin2.o
gcc -g -O2 -I../include -I../../src/include -c fmod.c -o fmod.o
gcc -g -O2 -I../include -I../../src/include -c fprec.c -o fprec.o
gcc -g -O2 -I../include -I../../src/include -c fround.c -o fround.o
gcc -g -O2 -I../include -I../../src/include -c ftrunc.c -o ftrunc.o
gcc -g -O2 -I../include -I../../src/include -c sign.c -o sign.o
gcc -g -O2 -I../include -I../../src/include -c fsign.c -o fsign.o
gcc -g -O2 -I../...
1998 Dec 08
0
R compile problems with AIX
...include -I../../src/include -c i1mach.c -o i1mach.o
gcc -g -O2 -I../include -I../../src/include -c fmax2.c -o fmax2.o
gcc -g -O2 -I../include -I../../src/include -c fmin2.c -o fmin2.o
gcc -g -O2 -I../include -I../../src/include -c fmod.c -o fmod.o
gcc -g -O2 -I../include -I../../src/include -c fprec.c -o fprec.o
gcc -g -O2 -I../include -I../../src/include -c fround.c -o fround.o
gcc -g -O2 -I../include -I../../src/include -c ftrunc.c -o ftrunc.o
gcc -g -O2 -I../include -I../../src/include -c sign.c -o sign.o
gcc -g -O2 -I../include -I../../src/include -c fsign.c -o fsign.o
gcc -g -O2 -I../...
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...ies skipped: TIFF, ICU*
* Options not enabled: memory profiling*
* Recommended packages: yes*
I encountered an error running "make -n" with the libtre library not
generating libtre.a:
*rm -rf libnmath.a*
*ar -cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o
fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o
expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o
gamma_cody.o beta.o lbeta.o polygamma.o cospi.o bessel_i.o bessel_j.o
bessel_k.o bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o
rgamma.o dbeta.o pb...
2001 Jul 25
2
Installation help
...ke[2]: Entering directory `/home/netlj/Software/R-1.3.0/src/nmath'
gmake[3]: Entering directory `/home/netlj/Software/R-1.3.0/src/nmath'
making mlutils.d from mlutils.c
making d1mach.d from d1mach.c
making i1mach.d from i1mach.c
making fmax2.d from fmax2.c
making fmin2.d from fmin2.c
making fprec.d from fprec.c
making fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making lgammacor.d from lgammacor.c
making gammali...