Displaying 20 results from an estimated 2000 matches similar to: "R-beta: updating the library index / overriding compile options"
1997 Sep 07
1
R-alpha: naming convention for index files
In the process of moving to the new directory structure, we might also
reconsider the naming of the various index files.
A simple idea would be to have an `INDEX' file in each directory where
this is appropriate. E.g., we could have
pkg/funs/INDEX (rather than help/pkg/INDEX)
pkg/data/INDEX (rather than index.doc)
pkg/help/INDEX (rather than AnIndex)
or e.g.
pkg/INDEX.funs
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
Full_Name: Andrew Barclay
Version: 0.63.4
OS: Solaris 2.7
Submission from: (NULL) (170.140.252.158)
The Makefile in src/library gets the following error from our Solaris 2.7 make
when making 'docs':
make: Fatal error: Don't know how to make target `*/man/*.Rd'
Current working directory R-release/src/library
It doesn't seem to appreciate shell wildcards in the
1997 Dec 02
2
R-beta: wish: hist() returning breaks and counts
Hi,
would it be possible to change the hist() function in future R Versions to
accept a "plot=F" parameter (like hist() in S it should return a list with
"breaks" and "counts" in this case). This change should be very simple.
Albrecht
-------------------------------------------------------------------------------
Albrecht Gebhardt email :
1997 Dec 02
2
R-beta: wish: hist() returning breaks and counts
Hi,
would it be possible to change the hist() function in future R Versions to
accept a "plot=F" parameter (like hist() in S it should return a list with
"breaks" and "counts" in this case). This change should be very simple.
Albrecht
-------------------------------------------------------------------------------
Albrecht Gebhardt email :
1998 Mar 13
0
R-beta: modified "help.start()"
Hi,
this modified version of help.start() makes it possible to store R Documentation
on your (intranet) webserver.
This could be necessary if you run netscape and R from different systems on one
X11 display (if there is no $RHOME directory on the host running netscape).
help.start() <-
function (gui = "irrelevant", browser = "netscape", remote = NULL)
{
if
2001 Apr 26
2
Installing R-packages via install.package
Hi there,
I've successfully installed und updated some contributed R packages (R
version 1.2.2 on Debian Linux, logged in as a normal user), but I'm
wondering about this:
[...]
Could not open /usr/lib/R/doc/html/packages.html at
/usr/lib/R/share/perl/R/Rdlists.pm line 238.
/usr/lib/R/bin/INSTALL: /usr/lib/R/doc/html/search/index.txt: Permission
denied
/usr/lib/R/bin/INSTALL: LibIndex:
1998 May 07
2
R-beta: 0.61.3: Problems on DEC Unix 4.0
Hi,
I had some trouble compiling the new R version on my Alpha:
make[2]: Entering directory `/usr2/local/R/src/graphics'
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
gdevice.c
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
graphics.c
cc: Error: graphics.c, line 808: An unexpected newline character is present in a
string literal.
1998 May 07
2
R-beta: 0.61.3: Problems on DEC Unix 4.0
Hi,
I had some trouble compiling the new R version on my Alpha:
make[2]: Entering directory `/usr2/local/R/src/graphics'
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
gdevice.c
cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
graphics.c
cc: Error: graphics.c, line 808: An unexpected newline character is present in a
string literal.
2007 Mar 14
4
solaris 10 + dovecot (1)
hi...
i try to make dovecot (v1.0.r26) in solaris 10 and i have the following
problem
# ./configure --with-ldap
...
...
Install prefix ...................... : /usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : none
Building with SSL support ........... : yes (OpenSSL)
Building with IPv6 support ..........
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make
fails. bin/build-help did not have exec permissions. After that, it
failed for missing *.pl files called from build-help. I just copied
them from an R-devel I had. Then make docs worked. However,
LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs:
gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make
fails. bin/build-help did not have exec permissions. After that, it
failed for missing *.pl files called from build-help. I just copied
them from an R-devel I had. Then make docs worked. However,
LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs:
gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
1998 Dec 07
1
R-0.63.1 library() command
Hello,
I just installed 0.63.1 (from diffs, patch seemed to work OK). I just
noticed that library() command is behaving differently. It is
outputting one line a time and I have to hit the "q" key to advance a
single line ! library(help=modreg) seems to be working OK. So are
other help commands (e.g. ?library). I can use less directly on the
LibIndex file without any problems (pages
2009 Feb 23
1
pkgsrc-ing sieve and managesieve
I'm trying to integrate both the new sieve implementation and managesieve into pkgsrc.
Managesieve seems to need some dovecot libraries that dovecot doesn't install (lib-storage/libstorage.a, lib-auth/libauth.a, lib-imap/libimap.a, lib-index/libindex.a, lib-mail/libmail.a, lib-charset/libcharset.a, lib-dict/libdict.a and lib-charset/libcharset.a). There seems to be no provision in pkgsrc
2000 Feb 08
7
demo(dyn.load) error in R 0.99.0
I noticed this error in my demo from previous versions as well as
R 0.99.0. Is there a way around this one also? Thanks in advance...
> demo(dyn.load)
demo(dyn.load)
---- ~~~~~~~~
Type <Return> to start :
> dyn.load(file.path(R.home(), "demos", "dynload", paste("zero",
.Platform$dynlib.ext, sep = "")))
Error in
2001 Jul 06
1
installing tree pkg on linux
I am having trouble installing the tree package on linux.
I followed all the steps in section 5.2 of the FAQ
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html#How%20can%20add-on%20packages%20be%20installed%3f
In particular, I typed 'R CMD INSTALL -l /home/cs/murphyk/R
tree_1.0-2.tar.gz'. This created the files 'LibIndex', 'R.css' and a
subdirectory called 'tree'.
2007 Apr 04
3
solaris 10 dovecot-1.0.rc29 - building issue
Hi all,
I'm having terrible time, and a lot of core dumps, building dovecot on
Solaris 10.
My environment:
gcc 3.3.2
LDFLAGS=-L/usr/local/ssl/lib -lssl -lcrypto \
-L/usr/local/BerkeleyDB.4.2/lib -ldb -L/usr/local/lib -lldap
CPPFLAGS=-I/usr/local/BerkeleyDB/include \
-I/usr/local/include -I/usr/local/ssl/include
my configure:
./configure --prefix=/usr/local --with-ldap
...that is:
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you
can use the same directories for multiple machines. That is, machines
running various flavors of UNIX can access the same directories.
The modified structure adds the directories
$RHOME/bin/$OSTYPE/
$RHOME/lib/$OSTYPE/
to hold the machine specific binaries.
For instance, here the $RHOME directory
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you
can use the same directories for multiple machines. That is, machines
running various flavors of UNIX can access the same directories.
The modified structure adds the directories
$RHOME/bin/$OSTYPE/
$RHOME/lib/$OSTYPE/
to hold the machine specific binaries.
For instance, here the $RHOME directory
2018 Dec 28
2
[Fwd: Centos 7.6 and Aeskulap]
> I tried to compile aeskulap on Centos 7.6 by using the commands ./configure followed by
> make which resulted in the following errors :
Attempting to build this way is next to pointless and will likely show
you errors completely unrelated to why the package won't properly build.
> make[4]: *** [dimoimg.o] Error 1
> make[4]: Leaving directory
1999 Jul 28
1
problem to install R-0.64.2 on mips-sgi-irix6.4
Dear all,
I hope the following problem haven't been discussed here recently (I
could not find anything about it the help archive files) :
I tried to compile R-0.64.2 from the source files without much
success...
the last lines from the output of the ./configure command were :
----------------------------------------------------------
R is now configured for mips-sgi-irix6.4
Source