Displaying 20 results from an estimated 20 matches for "bracken".
Did you mean:
bracket
2001 Mar 14
3
OpenSSH 2.3.0p1: HP-UX 11.00 64-bit
...these systems has the latest March 2001 HP-UX 11.00
recommended bundle installed.
Altering configure to set BROKEN_VHANGUP for HP-UX 11 prevents
vhangup(2) from being used and builds usable OpenSSH daemons on my HP-UX
11.00 64-bit systems.
Thanks for your hard work and dedication.
--
Quentin C. Bracken
UNIX Master Craftsman
Application Development UNIX Services, Sabre Inc.
quentin.bracken at sabre.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010313/5814077b/attachment.html
2013 Jan 09
3
Sweave, Texshop, and sync with included Rnw file
...tands in the fact that like this I am missing synchronization between the pdf and the source Rnw. If part of text is in book.Rnw I can synchronize, but if the text is in one of the included files, it just doesn't work.
I am using the sweave engine found in the following webpage:
http://cameron.bracken.bz/synctex-with-sweavepgfsweave-in-texshoptexworks
Has anybody succeeded in synchronizing with included Rnw files?
Thanks,
Mic
2013 Apr 03
1
Alternativas a pgfSewave
...gustaría encontrarme dentro de unos meses migrando
otra vez mis documentos.
Por cierto, buscando me he encontrado con el paquete SweaveListingutils
[1], ¿es compatible con el uso de Knitr o la alternativa que me propongáis?
Gracias por adelantado.
Salud y Revolución.
Lobo.
[0] http://cameron.bracken.bz/who-wants-to-maintain-pgfsweave
[1] http://cran.r-project.org/web/packages/SweaveListingUtils/index.html
--
Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux,
para no atar mis manos con las cadenas del soft propietario.
---------
Desde El Ejido, en Almería, usuario regist...
2002 Jan 09
1
64-bit HP/UX 11.00 wtmp corruption identified
...p. I also thought about defining a
custom utmp structure when building on HP-UX 64-bit, but that really
seems like a bad way of doing it.
As far as I can tell, there are no patches from HP regarding this issue.
So, that is why wtmp gets corrupted, but I wish I had a real
work-around.
--
Quentin Bracken
Infrastructure Specialist
EDS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020109/5e1d8b8b/attachment.html
2010 Aug 07
0
several figures from one Sweave chunk? [solved]
(on-list)
Hello Cameron
On Fri, 6 Aug 2010 19:02:22 +0100
Liviu Andronic <landronimirc at gmail.com> wrote:
> On Fri, 6 Aug 2010 11:30:59 -0600
> Cameron Bracken <cameron.bracken at gmail.com> wrote:
> > There is no real good way to deal with this in Sweave. Sweave does
> > not actually know anything about the graphics it is creating, all
> > it knows it that a graphic is or is not being created. The problem
> > lies with the g...
2009 Dec 04
0
New Package: pgfSweave
...vides new chunk options tikz, pgf and
external on top of the cache option provided by cacheSweave.
This package started as a fork (hack) of cacheSweave to suit our own
narrow purposes and has since become a valuable tool for much of our
own work. We hope you will find it useful as well.
-Cameron Bracken and Charlie Sharpsteen
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Dec 04
0
New Package: pgfSweave
...vides new chunk options tikz, pgf and
external on top of the cache option provided by cacheSweave.
This package started as a fork (hack) of cacheSweave to suit our own
narrow purposes and has since become a valuable tool for much of our
own work. We hope you will find it useful as well.
-Cameron Bracken and Charlie Sharpsteen
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Nov 11
1
Building package under windows which links against a cygwin library
I am developing a package
(http://r-forge.r-project.org/projects/swfdevice/)?which links against
the ming C library. The package builds fine under Mac OS X and Linux.
I am really out of my element on windows, but I know there is a cygwin
package for libming.
My question is, does anyone have advice/examples on linking R packages
against cygwin libraries? Is this even possible? ?How would I go
2012 Feb 08
3
Version control (git, mercurial) for R packages
Hi all, in particular package developers,
I'm exploring using a version control system to keep better track of
changes to the packages I maintain. I'm leaning towards git (although
mercurial also looks good) but am not sure what is the best way to set
up the repository. It seems I can't set the repository directly within
the R package main directory, since it will be incompatible with
2012 Feb 08
3
Version control (git, mercurial) for R packages
Hi all, in particular package developers,
I'm exploring using a version control system to keep better track of
changes to the packages I maintain. I'm leaning towards git (although
mercurial also looks good) but am not sure what is the best way to set
up the repository. It seems I can't set the repository directly within
the R package main directory, since it will be incompatible with
2009 Aug 30
3
Computer Modern Fonts in R graphic
Hello all,
I am trying to use computer modern fonts in my r grahics. I tried to do,
as described here: http://www.stat.auckland.ac.nz/~paul/R/CM/CMR.html
but unfortunately, it does not work.
First of all I downloaded the cm-lgc package and the AFM and PFB-files
from the page and put them in my R working directory, so far, so good.
Then I tried to run the following code:
> sn <-
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...ing, please edit your Subject line so it is more specific
than "Re: Contents of R-help digest..."
Today's Topics:
1. Need help on nnet (jothy)
2. Re: How to enable Arial font for postcript/pdf figure on
Windows? (Camille)
3. [R-pkgs] pgfSweave 1.1.1 Released (Cameron Bracken)
4. Compare one level of a factor with *all* other non-missing
levels (deriK2000)
5. subset with two factors (Martin Spindler)
6. Re: [lattice xyplot] Help needed in help in customizing the
panel.abline() function (Felix Andrews)
7. Re: subset with two factors (Michael Bedwa...
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems
2009 Sep 01
1
Logistic Politomic Regression in R
...ts in R graphic
To: r-help@stat.math.ethz.ch
Message-ID:
<806322fe0908302129u68144fa0mdcf8bbab64200798@mail.gmail..com>
Content-Type: text/plain
If you are trying to use Computer Modern fonts because the R graphics will
be included in a LaTeX report, you could try the TikZ Device Cameron Bracken
and I wrote:
http://r-forge.r-project.org/projects/tikzdevice
The tikzDevice translates R graphics instructions into a LaTeX-friendly
format that can be included directly into documents where the font used in
the figure will match that used in the rest of the text.
<http://r-forge.r-project.or...
2009 Jul 25
0
Beta Verson of tikzDevice Released!
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090725/abfc180a/attachment-0001.pl>
-------------- next part --------------
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Sep 12
0
New package: tikzDevice
This is to announce the first release of the tikzDevice package on CRAN.
The package should be migrating to your mirror soon.
The tikzDevice package provides a new graphics device for R which enables
direct output of graphics in a LaTeX-friendly way. Please see the original
posting on R-Forge for all the release details:
http://r-forge.r-project.org/forum/forum.php?forum_id=1596
Enjoy!
- The
2010 Dec 07
0
pgfSweave 1.1.1 Released
The next release of?pgfSweave?is now on CRAN! pgfSweave has seen some
significant changes in the past couple of months.
The main new features are:
- Automatic code highlighting via the?highlight?package. This can be
turned off with the new `highlight`?option.
- "Tidying" of source code output via the?tidy?option.
- Access to?tikzDevice?sanitization through a code chunk
2010 Dec 07
0
pgfSweave 1.1.1 Released
The next release of?pgfSweave?is now on CRAN! pgfSweave has seen some
significant changes in the past couple of months.
The main new features are:
- Automatic code highlighting via the?highlight?package. This can be
turned off with the new `highlight`?option.
- "Tidying" of source code output via the?tidy?option.
- Access to?tikzDevice?sanitization through a code chunk
2009 Jul 25
0
Beta Verson of tikzDevice Released!
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090725/abfc180a/attachment-0001.pl>
-------------- next part --------------
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Sep 12
0
New package: tikzDevice
This is to announce the first release of the tikzDevice package on CRAN.
The package should be migrating to your mirror soon.
The tikzDevice package provides a new graphics device for R which enables
direct output of graphics in a LaTeX-friendly way. Please see the original
posting on R-Forge for all the release details:
http://r-forge.r-project.org/forum/forum.php?forum_id=1596
Enjoy!
- The