Displaying 20 results from an estimated 30 matches for "sharpie".
Did you mean:
sharpe
2011 Nov 18
0
tikzDevice 0.6.2
...latest version adds new functions that allow users to insert
custom annotations into grid graphics. Previously versions of the
tikzDevice only supported annotation of base graphics.
The full changelog is appended to this email. For a detailed diff of
changes since 0.6.0, see:
https://github.com/Sharpie/RTikZDevice/compare/0.6.0...0.6.2
Bug reports are welcomed at the GitHub issue tracker:
https://github.com/Sharpie/RTikZDevice/issues
The tikzDevice also has a mailing list provided by R-Forge:
tikzdevice-bugs @at@ lists.r-forge.r-project.org
Which is also accessible via Google Groups:...
2011 Nov 18
0
tikzDevice 0.6.2
...latest version adds new functions that allow users to insert
custom annotations into grid graphics. Previously versions of the
tikzDevice only supported annotation of base graphics.
The full changelog is appended to this email. For a detailed diff of
changes since 0.6.0, see:
https://github.com/Sharpie/RTikZDevice/compare/0.6.0...0.6.2
Bug reports are welcomed at the GitHub issue tracker:
https://github.com/Sharpie/RTikZDevice/issues
The tikzDevice also has a mailing list provided by R-Forge:
tikzdevice-bugs @at@ lists.r-forge.r-project.org
Which is also accessible via Google Groups:...
2011 Apr 14
0
tikzDevice 0.6.0
...ebrewed testsuite has also been
re-written on top of Hadley's excellent test_that package. ?Many
thanks to the R community for writing great tools to support package
development!
The full changelog is appended to this email. For a detailed diff of
changes since 0.5.3, see:
??https://github.com/Sharpie/RTikZDevice/compare/0.5.3...master
With 80 commits, it is likely we introduced some exciting new bugs.
Bug reports are welcomed at the GitHub issue tracker:
??https://github.com/Sharpie/RTikZDevice/issues
The tikzDevice also has a mailing list provided by R-Forge:
??tikzdevice-bugs @at@?lists.r...
2011 Apr 14
0
tikzDevice 0.6.0
...ebrewed testsuite has also been
re-written on top of Hadley's excellent test_that package. ?Many
thanks to the R community for writing great tools to support package
development!
The full changelog is appended to this email. For a detailed diff of
changes since 0.5.3, see:
??https://github.com/Sharpie/RTikZDevice/compare/0.5.3...master
With 80 commits, it is likely we introduced some exciting new bugs.
Bug reports are welcomed at the GitHub issue tracker:
??https://github.com/Sharpie/RTikZDevice/issues
The tikzDevice also has a mailing list provided by R-Forge:
??tikzdevice-bugs @at@?lists.r...
2010 Feb 07
3
using a variable name stored in another variable?
Hello,
I'm trying to figure out how to create a data object, and then save it
with a user-defined name that is input as a command line argument. I
know how to create the object and assign it the new name, however, I
can't figure out how to refer to the new name for a future operation
such as save(). The code below creates an object and uses assign() to
give it the user supplied name
2011 Apr 07
1
R 2.13.0-beta for Windows, file.copy() throws suspicious errors due to default value of copy.mode
...r half a day of tinkering, the best reproducible example I can come up
with involves using Roxygen to generate man files for the tikzDevice:
# Install roxygen from CRAN and grab tikzDevice source code
R --vanilla --slave -e "install.packages('roxygen')"
git clone git://github.com/Sharpie/RTikZDevice.git
# Generate documentation, first run succeeds:
R --vanilla --slave -e "require(roxygen); roxygenize('RTikZDevice',
'RTikZDevice.build', overwrite = TRUE)"
Loading required package: roxygen
Loading required package: digest
Writing anyMultibyteUTF8Characters...
2010 Feb 12
4
How to get the source code for the assignment of a variable?
'get' can give me the source code for a function. Is there a way to
get the source code for a variable? In the following example, the
source code for x is 'y*y'. Is there a way to get it using the string
'x'?
> f=function(){print('xx')}
> get('f')
function(){print('xx')}
> y=3
> x=y*y
> get('x')
[1] 9
2010 Apr 09
5
SSH Through R Script
Hi,
I am trying to SSH to a remote server through R script. In other words, I
would like to know how I can get a SSH connection to the remote server and
then execute commands on that server with the R script.
So in bash, I would normally type ssh -lusername remoteserver.com; press
enter and then wait for the password prompt to key in my password.
I have tried system("ssh
2010 Apr 13
2
Getting started with .C
Jeff Brown wrote:
>
> Hi,
>
> I'm trying to learn to use .C, which lets one invoke compiled C code from
> within R. To do that, one has to first get the C code into R as a shared
> object, which (I think) means first compiling it (with COMPILE or SHLIB)
> and then loading it (with dyn.load()).
>
I would suggest taking it a step further and building an R package
2010 Aug 21
1
R-devel Digest, Vol 90, Issue 20
On 21/08/10 12:00, r-devel-request at r-project.org wrote:
>
> On Aug 20, 2010, at 1:59 PM, Matt Shotwell wrote:
>
>> > On Fri, 2010-08-20 at 12:58 -0400, Sharpie wrote:
>>> >>
>>> >> Donald Paul Winston wrote:
(...)
>>> >>
>>> >> Donald Paul Winston wrote:
>>>> >>>
>>>> >>> It appears R insists on directing plot output to a file. Is their a
>>>&...
2010 Aug 22
1
fortune? (was: Re: How do you make a formal "feature" request?)
Dear all
I was wondering whether such a long post could be fortune-ed. What do you think?
Regards
Liviu
On Sat, Aug 21, 2010 at 9:33 PM, Sharpie <chuck at sharpsteen.net> wrote:
> Well, I can think of three ways it can go down:
>
>
> 1. ?You want a shiny new pony.
>
> You ask about it on the mailing list and it seems that everyone else in the
> world responds "Hell yeah! I want to ride that too!". ?In th...
2010 Mar 24
0
R-help ordinal regression
...tephen sefick)
> ? 51. Conditional replacement of NA depending on value
> in the
> ? ? ? previous column (Mark Na)
> ? 52. Re: Conditional replacement of NA depending on
> value in the
> ? ? ? previous column (Phil Spector)
> ? 53. Re: Creating pdfs using qplot in qqplot2
> (Sharpie)
> ? 54. Re: If else statements (Sharpie)
> ? 55. rpad ? (sjaffe)
> ? 56. Re: Operator overloading for custom classes
> (Sharpie)
> ? 57. Re: Optim() Help, Unusual Error (Nikhil Kaza)
> ? 58. Re: Optim() Help, Unusual Error
> (ApproxGaussian)
> ? 59. Re: rpad ? (sjaffe)
>...
2010 Oct 15
0
Announcing TikZ Device 0.5.2
...the time to file bug reports
that led to the discovery of this issues.
Additionally, the vignette and polypath() functions have been
updated/added to support changes in R 2.12.0 and support for Solaris
was improved.
For more info on the tikzDevice, please visit us on GitHub:
http://github.com/Sharpie/RTikZDevice
The combined changelog for version 0.5.1 and 0.5.2 is as follows:
---
### Version: 0.5.2
---
#### Contributors
The following people contributed to this release of the tikzDevice:
- mlt for reporting problems with the Sanitize function that led to
the discovery of two situations w...
2010 Oct 15
0
Announcing TikZ Device 0.5.2
...the time to file bug reports
that led to the discovery of this issues.
Additionally, the vignette and polypath() functions have been
updated/added to support changes in R 2.12.0 and support for Solaris
was improved.
For more info on the tikzDevice, please visit us on GitHub:
http://github.com/Sharpie/RTikZDevice
The combined changelog for version 0.5.1 and 0.5.2 is as follows:
---
### Version: 0.5.2
---
#### Contributors
The following people contributed to this release of the tikzDevice:
- mlt for reporting problems with the Sanitize function that led to
the discovery of two situations w...
2007 Nov 01
3
Curry: proposed new functional programming, er, function.
Hi all (especially R-core) I suppose,
With the introduction of the new functional programming functions into
base I thought I'd ask for a Curry() function. I use a simple one that
looks this:
Curry = function(FUN,...) { .orig = list(...);function(...)
do.call(FUN,c(.orig,list(...))) }
This comes in really handy when using say, heatmap():
2006 Apr 06
4
OT: HOWTO: Create a 90mbit bonded link 600 metre s away with Cat 3 or telco wire [long]
...nd the LAN interface
will be bridged together.
Easy enough - plug in a network cable into a NIC and run dhclient. Once you
get an IP from your
DHCP server you can use ifconfig to determine whihc one got the IP. Repeat
for each NIC. Once you
have detemined which physical device is which, I used a sharpie to label
each port so I wouldn't
get confused.
6. Install bridging support, if your distro does not support it OOB.
Fortunately, CentOS does so
no problem there.
7. Install bridge-utils to configure the bridge. Cake in CentOS: "yum
install bridge-utils"
8. Configure the bonding c...
2012 Jan 11
1
Inconsistencies in device_Raster when axes are reflected
I noticed some undocumented and inconsistent behavior in device_Raster when a
plot is produced with reflected axes such as:
image(volcano, xlim = c(1,0), useRaster = TRUE)
image(volcano, ylim = c(1,0), useRaster = TRUE)
The `pdf` device will perform horizontal and vertical reflections, while
`quartz` will ignore the transformations when plotting to the screen, but
when plotting to a
2012 Aug 15
3
tikzDevice not available
Hello people!
I just formatted my disk, and I have installed R 2.14 over. Now I am trying
to restore my packages and all.
I realized that tikzDevice, a crucial package for me is gone. Fortunately,
I have kept my old, non-zipped, tikzDevice
folder, but none of the commands I know seems to handle this [i.e. load()
and install.packages()].
Thus the formulation is like this:
how to install a
2010 Apr 22
1
Rtools for building 64 bit windows packages
Hello R developers,
I sincerely apologize if the answer to this question is clearly documented
somewhere, but I was unable to figure it out over my morning coffee.
I just downloaded today's release of R 2.11.0 and installed it on my Windows
7 64 bit VM. I also downloaded the latest version of Rtools211 from
Professor Murdoch's site. The first thing I attempted to do was build some
of
2010 Aug 10
0
tikzDevice 0.5.0 released to CRAN
...sy of R-Forge. The
mailing list is the easiest way to get answers for questions related
to usage:
tikzdevice-bugs @at@ lists.r-forge.r-project.org
Primary development takes place on GitHub. Bugs and feature requests
may be made by opening issues at the primary repository:
http://github.com/Sharpie/RTikZDevice/issues
Adventurous users are encouraged to fork the repository and contribute
to the development of the device!
## Latest Changes
*See the CHANGELOG for changes that occurred in previous releases*
---
### Version 0.5.0 Beta
---
#### Contributors
The following people contributed to...