search for: htmllists

Displaying 20 results from an estimated 23 matches for "htmllists".

Did you mean: htmllist
2005 Oct 11
1
Post processing need for installing packages in rpms.
Hello, I maintain some packages in Fedora Extras for R related modules. Until R 2.2.0 I used for post processing (both after installing and removing the package) the following lines: %{_bindir}/R CMD perl %{_libdir}/R/share/perl/build-help.pl --htmllists cat %{_libdir}/R/library/*/CONTENTS > %{_libdir}/R/doc/html/search/index.txt Typically %{_bindir} is /usr/bin and %{_libdir} is /usr/lib or /usr/lib64 The purpose of those lines is to enable the access to the module documentation from R help. The first refers to html and the se...
2010 Aug 25
2
[PATCH] Virtio support
From: Simon Courtois <scourtois at linagora.com> Signed-off-by: Simon Courtois <scourtois at linagora.com> --- src/app/controllers/vm_controller.rb | 19 ++++++++++++++++- src/app/views/vm/_form.rhtml | 25 ++++++++++++++++++++--- src/db/migrate/044_add_virtio_to_vm_and_nic.rb | 11 ++++++++++ src/public/stylesheets/components.css | 5
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
...x @rm -f $@ stamp-help stamp-html stamp-latex stamp-examples @echo "Building ALL documentation (help, HTML, LaTeX, R-Examples)" @$(MAKE) DOCS *************** *** 44,64 **** @RHOME=`cd $(top_builddir); pwd`; export RHOME; \ $${RHOME}/bin/build-help --htmllists @touch $@ stamp-help stamp-html stamp-latex stamp-examples ! stamp-help: $(srcdir)/*/man/*.Rd $(top_builddir)/library/LibIndex @rm -f $@ @OPTS="--nroff" $(MAKE) DOCS @touch $@ ! stamp-html: $(srcdir)/*/man/*.Rd @rm -f $@ @OPTS="--html&q...
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
There was no release since virtio support was introduced, so a proper migration is not necessary. Signed-off-by: Nicolas Ochem <nicolas.ochem at gmail.com> --- src/app/controllers/vm_controller.rb | 6 ++- src/app/models/nic.rb | 2 + src/app/views/vm/_form.rhtml | 25 +++++++++------- src/db/migrate/046_add_model_to_nic.rb | 29 ++++++++++++++++++
2000 Mar 31
1
building a package
...tex example /R/TOOLS/MAKE.EXE -C ./help RHOME=/R/rw1000 PKGDIR=/R/rw1000/src/library RLIB=/R /rw1000/library contents-acepack perl Rd2contents /R/rw1000/src/library/acepack /R/rw1000/library/acepack/CONTENTS cat /R/rw1000/library/*/CONTENTS > /R/rw1000/doc/html/search/index.txt perl build.help -htmllists C:\R\rw1000\src\gnuwin32>path PATH=C:\R\TOOLS;C:\H-I586~1\BIN;C:\GCC-29~1.2\BIN;C:\PERL\BIN;C:\WINDOWS;C:\ WIND OWS\COMMAND;C:\DMI95\WIN32\BIN -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FA...
2010 Sep 02
1
[PATCH 1/1] Introduce an option to always pxe-boot a vm.
Previously, a pxe-booted vm would always boot to HD at next startup. Signed-off-by: Nicolas Ochem <nicolas.ochem at alcatel-lucent.com> --- src/app/controllers/vm_controller.rb | 1 + src/app/models/vm.rb | 15 +++++++++++---- src/app/views/vm/_form.rhtml | 2 +- src/task-omatic/taskomatic.rb | 13 +++++++++++-- 4 files changed, 24 insertions(+), 7
2001 Apr 27
1
INSTALL Problems
...]: Entering directory `/d/bin/cran/rw1022/src/gnuwin32/help' perl Rd2contents D:/bin/cran/tucker/tensor d:/bin/cran/rw1022/library/tensor/CONTENTS cat d:/bin/cran/rw1022/library/*/CONTENTS > d:/bin/cran/rw1022/doc/html/search/index.txt PERL5LIB=d:/bin/cran/rw1022/share/perl perl build.help -htmllists make[1]: Leaving directory `/d/bin/cran/rw1022/src/gnuwin32/help' make -C ./help RHOME=d:/bin/cran/rw1022 PKGDIR=D:/bin/cran/tucker RLIB=d:/bin/cran/rw1022/library chm-tensor make[1]: Entering directory `/d/bin/cran/rw1022/src/gnuwin32/help' PERL5LIB=d:/bin/cran/rw1022/share/perl perl build...
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
2004 May 22
1
RPM post-install scripts to update R
...ey are installed) for doc in admin exts FAQ intro lang; do file=%{_infodir}/R-${doc}.info.gz if [ -e $file ]; then /sbin/install-info ${file} %{_infodir}/dir fi done # Update package indices %{_bindir}/R CMD perl %{_libdir}/R/share/perl/build-help.pl --htmllists %__cat %{_libdir}/R/library/*/CONTENTS > %{_libdir}/R/doc/html/search/index.txt One way to do what you want would be to add something like the following at the beginning: %post cat > /tmp/RPM_postinstall.R << EOF update.packages(ask=F) install.packages(c("...
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
2004 May 25
1
debian packages and html help on linux
I have a fresh installation of R from debian unstable packages. The html index found in /usr/lib/R/doc/html/index.html works in Mozilla and under the link of 'packages' on this page I have a list and corresponding links. However, it appears that not all packages I have installed from available deb files via apt-get, will get their link updated to this package index. Specifically, from
2009 Aug 04
3
[PATCH server] require at least one vm network if pxe booting
--- src/app/models/vm.rb | 2 ++ src/app/views/vm/_form.rhtml | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/app/models/vm.rb b/src/app/models/vm.rb index 3e0a6fa..9d326ac 100644 --- a/src/app/models/vm.rb +++ b/src/app/models/vm.rb @@ -464,6 +464,8 @@ class Vm < ActiveRecord::Base
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
the vm form is getting cluttered, this patch simply add collapsable sections to the form, making the 'storage' and 'network' sections collapsed by default credit goes to jayg for contributing alot to this patch in terms of simplification and cleanup --- src/app/helpers/application_helper.rb | 4 +- src/app/views/vm/_form.rhtml | 35 ++++++++++++++++++++++----------
2001 Feb 23
0
cross building
...ents-gee make[1]: Entering directory `/a3/jyan/src/R-1.2.1/src/gnuwin32/help' perl Rd2contents /a3/jyan/gee /home/jyan/Rwinlibs/gee/CONTENTS cat /a3/jyan/src/R-1.2.1/library/*/CONTENTS > /a3/jyan/src/R-1.2.1/doc/html/search/index.txt PERL5LIB=/a3/jyan/src/R-1.2.1/share/perl perl build.help -htmllists make[1]: Leaving directory `/a3/jyan/src/R-1.2.1/src/gnuwin32/help' Then I zipped the package and installed it on a Win98 machine. But when I load the library, I got an error message: >library(gee) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared li...
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
When empty grids are shown (ex: no VMs in this pool) a specific graphic, message and improved action button are shown. For Task views, the user will see the current filter and an explanation that no tasks match that filter. Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com> --- src/app/views/hardware/show_hosts.rhtml | 11 ++++------- src/app/views/hardware/show_storage.rhtml
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
the vm form is getting cluttered, this patch simply add collapsable sections to the form, making the 'resources' and 'network' sections collapsed by default - icon added - methods added to the js - reorganization / cleanup in rhtml, indentation changes, no functionality or content changes --- src/app/views/vm/_form.rhtml | 109
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
the vm form is getting cluttered, this patch simply add collapsable sections to the form, making the 'storage' and 'network' sections collapsed by default --- src/app/helpers/application_helper.rb | 9 +++++ src/app/views/vm/_form.rhtml | 55 +++++++++++++++++++++++++-------- src/public/javascripts/ovirt.js | 25 +++++++++++++++
2002 Jan 17
2
Problem building packages from source (WIN32)
...share/perl perl \ ../../../share/perl/Rd2contents.pl \ --os=windows -o C:/R/rw1040/library/vegan/CONTENTS C:/R/rw1040/src/gnuwin32/ve gan cat C:/R/rw1040/library/*/CONTENTS > C:/R/rw1040/doc/html/search/index.txt PERL5LIB=C:/R/rw1040/share/perl perl ../../../share/perl/build-help-windows.pl -htmllists make[1]: Leaving directory `/cygdrive/c/R/rw1040/src/gnuwin32/help' make -C ./help RHOME=C:/R/rw1040 PKGDIR=C:/R/rw1040/src/gnuwin32 RLIB=C:/R/rw104 0/library chm-vegan make[1]: Entering directory `/cygdrive/c/R/rw1040/src/gnuwin32/help' PERL5LIB=C:/R/rw1040/share/perl perl ../../../share/p...
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
- changes to the form/style cleaning it up greatly - changes to the controller fixing allowing nics/ networks to actually be saved (credit to Michel Loiseleur for helping with this) - very small test and indentation fixes --- src/app/controllers/vm_controller.rb | 41 +++- src/app/views/vm/_form.rhtml | 365 ++++++++++++++---------------
1998 Jun 14
5
R-beta: R-0.62 is released
...) is more reasonable when max(x)-min(x) < 1e-10 max(|x|), and has a new argument "shrink.sml" for that case. o formatC(.) supports a new "fg" format for flexible non-exponential formatting. o etc/build-htmlpkglist has been integrated into etc/build-help (option --htmllists) o family gaussian(.) and inverse.gaussian(.) both accept several link arguments [J.Lindsey]. o The graphics function "tck" now produces effects just like those in S (e.g. par(tck=1) now produces grid lines). Since using "tck" produces nasty results in some circumst...