search for: libindex

Displaying 20 results from an estimated 33 matches for "libindex".

1998 Jan 19
2
R-beta: updating the library index / overriding compile options
Would it be possible to include a new command in the ${RHOME}/etc path, which updates the Library index (Rd and html) via "R LIBINDEX". I need it because I use RPM to manage three different R installations (at home, at the institute and in the seminar rooms). I put all libraries into several packages, so it is easy for me to update a single library at all these different places. But after installation or removal of a libr...
2001 Apr 26
2
Installing R-packages via install.package
...rsion 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: Permission denied DONE (MASS) [...] Permissions: $ ls -l /usr/lib/R/library/LibIndex -rw-r--r-- 1 root root 410 Feb 27 23:42 /usr/lib/R/library/LibIndex $ ls -l /usr/lib/R/doc/html/search/index.txt -rw-r--r-- 1 root root 124212 Feb 27 23:42 /usr/lib/R/doc/html/sear...
1997 Sep 07
1
R-alpha: naming convention for index files
...s 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 pkg/INDEX.data etc. The package TITLE files would be used for building the package index of a library tree (LibIndex?) In any case, the `plain' indices to be displayed upon calling an appropriate form of help() could contain MORE than simply a list of things. I.e., more like a README. My idea is (assuming only RHOME is in .lib.loc): R> library() `RHOME' is the location of the default R library t...
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
...** 15,20 **** --- 15,21 ---- PKGS = base eda lqs modreg mva stepfun SUBDIRS = profile $(PKGS) + RDFILES = $(@echo $(srcdir)/*/man/*.Rd) all: Makefile R *************** *** 37,43 **** latex: stamp-latex examples: stamp-examples ! stamp-docs: $(srcdir)/*/man/*.Rd $(top_builddir)/library/LibIndex @rm -f $@ stamp-help stamp-html stamp-latex stamp-examples @echo "Building ALL documentation (help, HTML, LaTeX, R-Examples)" @$(MAKE) DOCS --- 38,44 ---- latex: stamp-latex examples: stamp-examples ! stamp-docs: $(RDFILES) $(top_builddir)/library/LibIndex...
2007 Mar 14
4
solaris 10 + dovecot (1)
...-storage-callbacks.o main.o ../lib-storage/register/libstorage-register.a ../../src/lib-storage/index/maildir/libstorage_maildir.a ../../src/lib-storage/index/mbox/libstorage_mbox.a ../../src/lib-storage/index/dbox/libstorage_dbox.a ../../src/lib-storage/index/libstorage_index.a ../../src/lib-index/libindex.a ../lib-storage/libstorage.a ../lib-storage/subscription-file/libstorage_subscription_file.a ../lib-imap/libimap.a ../lib-mail/libmail.a ../lib-dict/libdict.a ../lib-charset/libcharset.a ../lib/liblib.a ../lib/mountpoint.o ../lib/str-sanitize.o -export-dynamic -lsocket -lnsl -lrt -lsendfi...
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) readline was configured and is working OK. R_PAPERSIZE="letter" CPPFLAGS=" -I/home/xxxx/local/include " LIBS=" -L/home/xxxx/local/lib " ./conf...
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) readline was configured and is working OK. R_PAPERSIZE="letter" CPPFLAGS=" -I/home/xxxx/local/include " LIBS=" -L/home/xxxx/local/lib " ./conf...
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 for the build of a package needing the work directory of the build of another package. Would it make sense for dovecot to install those libraries?
1998 Dec 07
1
R-0.63.1 library() command
...ed 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 OK). What could be wrong? I am on hpux10.20 using a bash shell, PAGER set to "less". I also tried "more" or "most" : same problem. TIA Osman -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailin...
2001 Jul 06
1
installing tree pkg on linux
...ling 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'. I then created a ~/.Renviron file with the line 'R_LIBS="/home/cs/murphyk/R"'. Inside R, I typed 'library()' and got back Packages in library `/home/cs/murphyk/R/tree"': <blank> Packages in...
2007 Apr 04
3
solaris 10 dovecot-1.0.rc29 - building issue
...lbacks.o main.o namespace.o ../lib-storage/register/libstorage-register.a ../../src/lib-storage/index/maildir/libstorage_maildir.a ../../src/lib-storage/index/mbox/libstorage_mbox.a ../../src/lib-storage/index/dbox/libstorage_dbox.a ../../src/lib-storage/index/libstorage_index.a ../../src/lib-index/libindex.a ../lib-storage/libstorage.a ../lib-storage/subscription-file/libstorage_subscription_file.a ../lib-imap/libimap.a ../lib-mail/libmail.a ../lib-dict/libdict.a ../lib-charset/libcharset.a ../lib/liblib.a ../lib/mountpoint.o /usr/local/lib/libiconv.so -L/usr/openwin/lib -R/usr/local/lib -export-dyna...
2008 May 01
1
Need Help! (Bug Report)
...n/xlc -g -bexpall -brtl -o convert-tool convert-tool.o ./../../src/lib-storage/register/libstorage-register.a ../../../src/lib- storage/index/maildir/libstorage_maildir.a ../../../src/lib- storage/index/mbox/libstorage_mbox.a ../../../src/lib- storage/index/libstorage_index.a ../../../src/lib-index/libindex.a ./../../src/lib-storage/libstorage.a ../../../src/lib-storage/subscription- file/libstorage_subscription_file.a ../../../src/lib-imap/libimap.a ../../.. /src/lib-mail/libmail.a ../../../src/lib-charset/libcharset.a ./../../src/lib/liblib.a -liconv -bE:.libs/libstorage-register.exp - bE:.libs/libs...
2006 Feb 18
2
"undefined reference to `yes_storage'"
...il.o imap-expunge.o imap-fetch.o imap-fetch-body.o imap-messageset.o imap-search.o imap-sort.o imap-sync.o imap-thread.o mail-storage-callbacks.o main.o namespace.o -Wl,--export-dynamic ../lib-storage/register/libstorage-register.a ../../src/lib-storage/index/libstorage_index.a ../../src/lib-index/libindex.a ../lib-storage/libstorage.a ../lib-storage/subscription-file/libstorage_subscription_file.a ../lib-imap/libimap.a ../lib-mail/libmail.a ../lib-dict/libdict.a ../lib-charset/libcharset.a ../lib/liblib.a -ldl ../lib-storage/register/libstorage-register.a(mail-storage-register.o): In function `mail_...
2010 Jul 27
2
Cant compile managesieve 0.11.11 on Solaris10
...ve/.libs/libsieve.a /usr/local/dovecot/src/dovecot-1.2.13/src/login-common/liblogin-common.a ../../src/lib-managesieve/libmanagesieve.a ../../src/lib-sievestorage/libsievestorage.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-storage/libstorage.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-index/libindex.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-imap/libimap.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-mail/libmail.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-charset/libcharset.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-auth/libauth.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib/l...
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
...age/index/maildir/libstorage_maildir.a /root/luca/dovecot-1.0.beta3/src/lib-storage/index/mbox/libstorage_mbox.a /root/luca/dovecot-1.0.beta3/src/lib-storage/index/dbox/libstorage_dbox.a /root/luca/dovecot-1.0.beta3/src/lib-storage/index/libstorage_index.a /root/luca/dovecot-1.0.beta3/src/lib-index/libindex.a /root/luca/dovecot-1.0.beta3/src/lib-storage/libstorage.a /root/luca/dovecot-1.0.beta3/src/lib-storage/subscription-file/libstorage_subscription_file.a /root/luca/dovecot-1.0.beta3/src/lib-imap/libimap.a /root/luca/dovecot-1.0.beta3/src/lib-mail/libmail.a /root/luca/dovecot-1.0.beta3/src/lib-dict...
2008 Nov 12
2
dovecot 1.2 link error
...nc.o mail-storage-callbacks.o main.o ../../src/lib-storage/register/libstorage-register.a ../../src/lib-storage/list/libstorage_list.a ../../src/lib-storage/index/maildir/libstorage_maildir.a ../../src/lib-storage/index/libstorage_index.a ../../src/lib-storage/libstorage.a ../../src/lib-index/libindex.a ../../src/lib-imap/libimap.a ../../src/lib-mail/libmail.a ../../src/lib-auth/libauth.a ../../src/lib-charset/libcharset.a ../../src/lib/liblib.a ../lib-dict/libdict.a ../lib/mountpoint.o -export-dynamic -ldl mkdir .libs gcc -std=gnu99 -O2 -pipe -std=gnu99 -Wall -ftree-dce -ftree-dse -ftree-l...
1998 Nov 20
2
installing R packages in Windows?
...do this working portably). For Rjune I do not have the right tools. Which package were you interested in? I intend to have pre-compiled versions for Guido's R-0.63.0 and R-0.62.4 available very soon (and he may be doing some too). This will be as simple as cd to library unzip add a line to LibIndex -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax:...
1998 Nov 20
2
installing R packages in Windows?
...do this working portably). For Rjune I do not have the right tools. Which package were you interested in? I intend to have pre-compiled versions for Guido's R-0.63.0 and R-0.62.4 available very soon (and he may be doing some too). This will be as simple as cd to library unzip add a line to LibIndex -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax:...
2008 Mar 03
1
dovecot 1.1rc1 deliver linker error without mbox
...ort-dynamic ../lib-storage/register/libstorage-register.a ./lib-storage/list/libstorage_list.a ./../src/lib-storage/index/maildir/libstorage_maildir.a ./../src/lib-storage/index/raw/libstorage_raw.a ./../src/lib-storage/index/libstorage_index.a ./../src/lib-storage/libstorage.a ../../src/lib-index/libindex.a ./lib-imap/libimap.a ../lib-mail/libmail.a ../lib-dict/libdict.a ./lib-charset/libcharset.a ../lib/liblib.a -ldl deliver.o: In function `create_raw_stream': /home/berni/software/dovecot/dovecot-1.1.rc1/src/deliver/deliver.c:559: undefined reference to `mbox_from_parse' collect2: ld return...
1999 Mar 08
1
R installaiton help
...: Fatal error: Don't know how to make target `*/man/*.Rd' >Current working directory /home/diwang/download/R-0.63.2/src/library I looked at the makefile instead /src/library, and found the following lines that's being called: stamp-docs: $(srcdir)/*/man/*.Rd $(top_builddir)/library/LibIndex @rm -f $@ stamp-help stamp-html stamp-latex stamp-examples @echo "Building ALL documentation (help, HTML, LaTeX, R- Examples)" @$(MAKE) DOCS @touch $@ stamp-help stamp-html stamp-latex stamp-examples So Make utility is looking for the target $(srcdir)/*/ma...