Displaying 7 results from an estimated 7 matches for "fres".
Did you mean:
free
2010 Jun 14
2
Zero counts lost with table() in functions
An embedded and charset-unspecified text was scrubbed...
Name: ikke tilgjengelig
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100614/b070ca2f/attachment.pl>
2009 Aug 28
2
R CMD check does not recognize S4 functions inside other functions?
...he sparse matrix routines
in the package 'Matrix'.
When these are loaded in R, they create no problems.
However, when running R CMD check, I run into the following error in
executing the examples in a .rd file:
> DD = Matrix(diag(1,200),sparse=TRUE)
> tDD = t(DD)
>
> fres = FitMatchOpt(coefs=coefs,which=2,pars=pars,proc)
Error in t.default(DD) : argument is not a matrix
Calls: FitMatchOpt -> t -> t.default
Execution halted
The first two lines of the function FitMatchOpt are
DD = Matrix(diag(1,200),sparse=TRUE)
tDD = t(DD)
These were fine when given in...
2000 Nov 26
5
Another good optimization (for PPC only, though)
Using the PPC frsqrte and fres instructions, I got the percentage time take in the smoothing code in _vp_compute_mask() down from 13.64% to 1.88% of the running time.
In my local copy of Vorbis I have a fast_math.[hc] in vorbis/lib and have a _fast_sqrt() inline in fast_math.h. If anyone else wants to try it out, it follows....
2010 Dec 08
1
on NMDS graphics
...it. My reviewer has asked me to
use different symbols for each of the forest types.
Can anyone send me how I can do this in R in simple steps. I have used the
options like ordiplot, sel and pl syntaxes that are not working for the
question that I asked for.
Best,
Sinu
--
Palatty Allesh Sinu PhD FRES
Fellow (Adjunct)
Ashoka Trust for Research in Ecology and the Environment (ATREE)
Royal Enclave
Sri Rampura, Jakkur Post
Bangalore 65
[[alternative HTML version deleted]]
2009 Oct 17
1
R292 on AIX53 using gcc
...std=gnu99 -Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000
-Wl,-bpD:0x110000000 -lc -L/opt/freeware/lib64 -L/opt/freeware/64/lib
-L/opt/freeware/lib -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR
ld: 0711-224 WARNING: Duplicate symbol: .memcpy
...duplicate symbol warning for: memcpy,bcopy,memset,fres
ld: 0711-317 ERROR: Undefined symbol: R_running_as_main_program
collect2: ld returned 8 exit status
make: The error code from the last command is 1.
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...duplicates were found:
Symbol Source-File(Object) OR Import-File{Shared-object}
------------------------- -------------------------------------------------
.fsav {../../../../lib/libRlapack.so}
** Duplicate ** noname(/usr/lib/libc.a[fsavres.o])
.fres {../../../../lib/libRlapack.so}
** Duplicate ** noname(/usr/lib/libc.a[fsavres.o])
.memcpy {../../../../lib/libRlapack.so}
** Duplicate ** moveeq.s(/usr/lib/libc.a[moveeq.o])
.isnan {../../../../lib/libRlapack.so}...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...even in R-devel I do not see, directly, how
you are using these tools (some projects include either a setup.sh or a
buildconf script to standardize how the project does this.) I am quite
capable of just calling the tools in sequence, but would prefer to
follow your procedure.
I
Starting again - fresh 3.1.3, 3.2.2 and R-devel - all in 32-bit mode,
for the start. The goal is a 64-bit build so that memory management will
be easier.
This is my "standard command for building a package"
CPPFLAGS="-I/opt/buildaix/include -I/opt/include" CFLAGS="-I/opt/include
-I/opt/buil...