Displaying 20 results from an estimated 6000 matches similar to: ".h files"
1998 Jun 17
1
.First.lib
There seems to be a minor problem in .First.lib: the library argument is all of
$RLIBS. I think it should be just the one directory from which the package is
being taken.
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1998 Jun 16
2
62.1 make problems
I'm just trying to install 62.1 under Solaris. Making the program reports no
errors, but when I try to run R I get
ld.so.1: /home/res8/gilp/R-versions/R-0.62.1/bin/R.binary: fatal: libF77.so.2:
can't open file: errno=2
Is there any standard place where I should be looking to find libF77?
When make moves on to building the documents I get the errors below. (Is this
because configure did
1998 Jan 05
1
make docs
Installing 0.61 in Solaris (SunOS 5.5) I am getting the following error when I
try to make docs or make help
[28] /home/res8/gilp/R : make docs
make: Fatal error: Don't know how to make target `../src/library/*/man/*.Rd'
Current working directory /home/res8/gilp/R-versions/R-0.61/etc
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel
1998 Nov 16
5
Solaris make for 0.63 failing
I shouldn't try to do this on Monday morning. Can anyone suggest why the make
for R 0.63 is failing for me under Solaris (SunOS 5.6).
Paul Gilbert
...
creating src/scripts/html2dos
creating tests/Makefile
creating tests/Examples/Makefile
creating src/include/Platform.h
R is now configured for sparc-sun-solaris2.6
Source directory: .
Installation directory: /usr/local
C
2005 Jan 14
2
Porting from Linux to Windows
I intend to port an R project from Linux to Windows.
It involves C code that is loaded via dyn.load().
I could manage to produce a 'dll' File using cygwin which seems to be
o.k.
Now, using dyn.load("pcr.dll") i get:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"c:/cygwin/home/pingu/rt-pcr/pcr.dll":
LoadLibrary
1998 Jun 19
1
DSE status
I have my DSE library working fairly well now with 0.62.1. It required a few
changes because of the changes to R INSTALL and "xxx<-" functions. I would like
to tar up a new version soon but
1/ for testing I have been using a kludge in .First.lib to select the first
element of section - since I happen to know that is the element I need given the
way I have $RLIBS set. This argument
1998 May 11
1
more on library()
The problem with multiple packages in a library that I reported a few minutes
ago seems to occur only if RLIBS ends in a ":". I was setting
RLIBS=../padi/rlib:$RLIBS and when RLIBS has no value to begin with this causes
the problem.
This is obviously not very urgent as I can get around it easily.
Paul Gilbert
1998 Jan 21
2
alloc
I am trying to get our database interface (PADI) working with R. The code does
some memory allocation and for Splus there is an ifdef which controls whether
malloc or S_alloc is called. I did nm R.binary | grep alloc to see if this was
supported and I find there are some choices:
[2490] | 446036| 272|FUNC |GLOB |0 |7 |R_alloc
[806] | 693956| 312|FUNC |LOCL |0 |7
2000 Mar 03
5
StatDataML
Hi,
we have a first draft of R functions reading/writing data to XML files
including a rather general DTD ... which borrows heavily from the data
types of a certain programming language :-)
The basic idea is to create an XML standard for data exchange,
together with import/export functions for as many applications as
possible. We here will need R, Matlab & Octave for our research
program,
1998 Oct 26
1
package help clobbers R help (html)
As with 0.62.3, when I install my dse package with documentation in 0.62.4 the
html help in R/doc/html/function.html gets clobbered so that the regular R
function help is not available. I was postponing a revised version of my dse
library install in the hope that this might be fixed.
Does anyone know if this is a simple problem that I can hope will be fixed soon,
or should I consider a
1999 Jan 13
4
make docs
I'm having trouble with make at the documentation. (R 0.63.2 on Solaris)
Paul Gilbert
______
g77 -O2 -fPIC -c kmns.f -o kmns.o
ld -G -o mva.so dblcen.o hclust.o kmns.o
mkdir ../../../../library/mva/libs
mkdir ../../../library/stepfun
mkdir ../../../library/stepfun/R
Building system startup profile
You should `make docs' now ...
make: Fatal error: Don't know how to make target
2006 Jun 01
1
package installation errors
I installed R-2.3.1 and ran make check without problem, but I am having
trouble installing several packages using gcc (GCC) 3.2.3 20030502 (Red
Hat Linux 3.2.3-53)
on Red Hat Enterprise Linux AS release 3 (Taroon Update 7) Kernel
2.4.21-40.ELsmp on an x86_64
Below are the messages from MCMCpack. Perhaps my systems are messed up?
Paul Gilbert
> install.packages("MCMCpack")
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old
problem resurface: how should we deal with packages which contain
Fortran code and may need to be linked against additional libraries
such as -lf2c?
The current consensus is that extra Fortran libraries maybe needed are
handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are
added by default if g77 is used.
1998 Jun 19
1
R INSTALL doc woes
I put some documentation in a file dse/man/dse.Rd in and did
R INSTALL -l rlibs dse
This built the copies of dse.Rd in rlibs/dse/{help latex html}.
It also wrote over R/doc/html/function.html and R/doc/html/packages.html,
effectively clobbering all the R documentation.
Also, the link that gets put in R/doc/html/packages.html points to
R/library/dse/html/00Index.html
rather than
1997 Aug 13
2
R-beta: patches
I've loaded R-0.50-a1 but when I try to apply the patches it cannot find the files to apply patches to.
[9] gilp/R0.50 : patch <R-0.50-a1.patch1
Looks like a new-style context diff.
File to patch:
[10] gilp/R0.50 :
[10] gilp/R0.50 :
[10] gilp/R0.50 : cd R-0.50-a1
[11] gilp/R0.50/R-0.50-a1 : ls
CHANGES RESOURCES configure.mac*
COPYING TASKS configure.win*
COPYRIGHTS TASKS.OLD
2015 Nov 13
2
Problem switching to BIND9_DLZ
Hi,
I try to switch from internal DNS to bind9 on an samba-ad-dc (sernet
4.1.23 on debian wheezy).
I try to run
samba_upgradedns --dns-backend=BIND9_DLZ
and get an python error pointing to
/usr/lib/python2.7/dist-packages/samba/provision/__init__.py line 271
Reading domain information
Traceback (most recent call last):
File "/usr/sbin/samba_upgradedns", line 261, in
1998 Nov 18
0
more on RINSTALL with doc clobbers function.html
After some investigation I find that "R INSTALL dse" seems to work well.
Also,
"R REMOVE dse" works but does not clean out ~/.R (which would be pretty
difficult because all users may have this). The result is that a user will have
the impression that the package is installed when it has be remove. (This is
probably not too serious.)
However, "R INSTALL -l rlibs
1997 Dec 11
0
R-alpha: libraries
>>>>> Paul Gilbert writes:
> I have been trying to set up my time series library with the new
> library mechanism. It is a fairly large amount of code and previously
> I split it into five pieces in order to load it into R. (Has anything
> changed which might suggest I shouldn't need to do this anymore?) The
> five files are called dse1, dse2, dsex1, dsex2, and
2003 Apr 05
0
sweave/gc segfault bt
Below is a gdb bt from a segfault provoke by my vignette for dse2. This seems to
be relatively reproducible in the sense that I got a segfault three times
(without gctorture) on Mandrake 9.0 and also caught it in Mandrake 9.1, at what
looks to my untrained eye to be about the same place (actual at
connections.c:293 in Mandrake 9.1). This is the build from Friday morning.
Paul Gilbert
1999 Dec 17
1
R CMD check --help
This example from the INSTALL help seems to be broken in R 0.90.1 (on Solaris):
gilp/dse : R CMD check --help
Usage: R CMD check [options] [-l lib] pkg_1 ... pkg_n
I'm trying to figure out how to request more nsize and vsize when using R CMD
check.
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read