similar to: R Extensions: Hyperlinking a pdf (not generated by Sweave/not a vignette) from a .Rd file

Displaying 20 results from an estimated 1000 matches similar to: "R Extensions: Hyperlinking a pdf (not generated by Sweave/not a vignette) from a .Rd file"

2008 Sep 02
2
How is the binding for a super assignment made visible?
The statement Globals <<- list() in the body of a function in a package was intended to write an empty list to the R workspace to collect results during the computations of the function. A package name space has not been specified. The package appears to function correctly, but during the R CMD check of the package while "checking R code for possible problems ... NOTE", no
2009 Oct 28
3
Why is package RandomFields not listed in the R 2.10.0 Packages list under Packages, Install package(s)...?
The package list was accessed October 28, 10:13 am MST using Windows XP and mirror USA (CA 1). Bill Morphet, Ph.D.
2007 Sep 20
0
What is the preferred method to view a pdf (not a vignette) in a package /doc ?
What is the preferred method to view a pdf (not generated by Sweave so not a vignette) in a package /doc ? Some options are openPDF(Biobase), and the README and Help files. Bill Morphet ATK, Space Launch Systems Postflight Evaluation Eng [[alternative HTML version deleted]]
2007 Dec 12
1
Install from Local Zip
To install from a local zip file, install.packages option repos=NULL. Then, how can dependencies of the local zip file, which are located in the repository of contributor packages, be automatically installed? Or, is there a better way than to tell the person installing from local zip what the dependent files are, and to install them from the repository first? Bill Morphet [[alternative HTML
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
Hello I can''t manage to install VB on osx via puppet and pkgdmg provider. puppet client : 2.6.8 on osx snow leopard 10.6.7 puppetmaster : 2.6.8-1~bpo60+1 on debian squeeze The puppet logs say : [...] debug: Puppet::Type::Package::ProviderPkgdmg: Executing ''/usr/bin/curl -o /tmp/VirtualBox-4.0.8-71778-OSX.dmg -C - -k -s --url
2010 Mar 25
3
Screencasting using Ogg
Here's what I'd like to be able to do... Record my screen to an ogv: - Record screen and encode in real-time using a light-weight encoder settings (in order to keep CPU usage low while recording). - Store ATK events (i.e. key presses, and menu clicks) as they occur as meta-data within the ogg. After the recording is finished: - Post-process ATK meta-data to add overlays for
2015 Apr 13
7
Accessibility of Cairo/OpenGL text: ATK without GTK?
Hello. While playing with Compiz window switchers (there are several) I noticed that the selected window name is displayed but not vocalized by the screen reader. I was initially surprised after discovering that the window title is not drawn with GTK; but I understand that Compiz itself does not actually depend on GTK --- only the GTK window decorator and CCSM use it. So Compiz renders text
2008 Jul 16
1
Problem with mpi.close.Rslaves()
I am running R 2.7.0 on a Suse 9.1 linux cluster with a job scheduler dispatching jobs and openmpi-1.0.1. I have tried running one of the examples at http://ace.acadiau.ca/math/ACMMaC/Rmpi/examples.html in Rmpi and they seem to be working, except mpi.close.Rslaves() hangs. The slaves are closed, but the master doesn't finish its script. Below is the example script and the call to R. The job is
2017 Sep 18
1
Antw: Re: opusfile Include fix
>>> Jean-Marc Valin <jmvalin at jmvalin.ca> schrieb am 16.09.2017 um 08:12 in Nachricht <29959506-9f3b-2ad1-fc02-2aea7c53c084 at jmvalin.ca>: > Actually, you're supposed to add /usr/include/opus to your include path. > That's why the includes don't have the "opus/" prefix. Hi! But that's uncommon: You also don't put /usr/include/sys into
2004 Dec 21
0
link to a vignette/overview document in .Rd file?
Is there a reliable way to link to a vignette or other overview document, which has been included in the "inst/doc" directory of a source package, within a package help file in Rd format? or maybe link to an index of such documents? David Professor David Firth Dept of Statistics University of Warwick Coventry CV4 7AL United Kingdom Voice: +44 (0)247 657 2581 Fax: +44 (0)247 652
2007 Sep 06
1
Rggobi compilation error: display.c
On a ubuntu linux computer (Feisty, i386), I compile R and additional packages from source. The compiler is gcc 4.1.2. The problem is, I can run "sudo R" and successfully compile all packages (e.g., MASS, lattice) except rggobi. The error seems to be in display.c. My ggobi is in /usr/local/, which R can find. I don't think this is a dependence issue because install.packages(...,
2000 Dec 20
2
hyperlinks to other packages in .Rd files
Dear list members, I've been working on an R package, which I just checked and built with the new tools in the Windows version of R 1.2.0. (These tools are wonderful, by the way.) Everything went fine, except that cross-references that I tried to create to help pages in other packages don't work. Page 14 of Writing R Extensions says: "There are optional arguments specified as
2006 Sep 29
1
undeclared identifier 'space' in function MetaButtonSpace
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/opt/Xgl/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libwnck-1.0 -I/opt/Xgl/include -I/usr/include/metacity-1 -I/usr/include/gtk-2.0
2006 Nov 07
2
How to link to vignette from .Rd file
I am building a package for various noncentral hypergeometric distributions. I want to include some heavy mathematical formulas. It appears that the build and INSTALL commands produce only .chm files and not .pdf files from my .Rd files under Windows. This means that it cannot show complicated mathematical formulas. The solution might be to include a .pdf file as a vignette. I tried that,
2006 Nov 07
2
How to link to vignette from .Rd file
I am building a package for various noncentral hypergeometric distributions. I want to include some heavy mathematical formulas. It appears that the build and INSTALL commands produce only .chm files and not .pdf files from my .Rd files under Windows. This means that it cannot show complicated mathematical formulas. The solution might be to include a .pdf file as a vignette. I tried that,
2008 Aug 08
2
Tcl\tk not supported on this system
In trying to install the pbatR package, I was greeted with the error Error: package 'tcltk' does not have a name space Execution halted Directly installing the package tcltk2 returned the following error: Loading required package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system I have seen from previous posts that tcl/tk must be
2010 Apr 07
2
how to upgrade gtk on centos 4.8
Hello, My centos is 4.8 while I need gtk 2.8 or later. How to upgrade GTK? I'm trying to upgrade manually based on RPMs on 5.X, there are too many decencies when upgrading libX. Is there anybody can give some suggestion to enlighten me? Thanks. - Tommy -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Nov 05
3
Help with TCL/TK on centos 5.2 unknown color black
Hi all, I am using centos 5.2 x86_64 on a box. and getting this error: wish -f pcalert.tcl Error in startup script: unknown color name "black" (processing "-background" option) invoked from within "canvas .c -height $canvas_height -width $screen_width -background black -highlightthickness 0 " invoked from within "set c [canvas .c -height
2002 Nov 13
1
Package documentation and rd.sty
Hi all, I've got a basic question regarding package documentation and rd.sty. I wrote my first own package, and now I would like to place the documentation into the appendix of another LaTex document. Seemingly I cannot simply \usepackage{Rd}, as this will modify the page-settings of my document. Is there a minimum style file which will just define the environments and commands needed for
2009 Sep 25
6
update of openssh-server i386 4.3p2-36.el5, dependencies
Any ideas why there is such a dependency hell? It's a server host, I don't need any GTK stuff etc. > yum install openssh-* output: --------- Dependencies Resolved ============================================================================= Package Arch Version Repository Size