Displaying 20 results from an estimated 33 matches for "purl".
Did you mean:
pull
2014 May 30
1
R CMD check for the R code from vignettes
Hi,
Recently I saw a couple of cases in which the package vignettes were
somewhat complicated so that Stangle() (or knitr::purl() or other
tangling functions) can fail to produce the exact R code that is
executed by the weaving function Sweave() (or knitr::knit(), ...). For
example, this is a valid document that can pass the weaving process
but cannot generate a valid R script to be source()d:
\documentclass{article}
\begi...
2006 May 11
1
DLL Problems Installig Picasa2
...om/.wine/c/windows/system
directory, but Picasa is apparently looking for WINTRUST.dll. I
tried renaming the DLL, but that didn't help.
Has anyone else seen anything like this or had any luck installing
Picasa 2 using Wine? Any troubleshooting help would be greatly
appreciated.
Thanks!
Tom Purl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.winehq.org/pipermail/wine-users/attachments/20060511/afb3c6a8/attachment.pgp
2009 May 07
3
RSPerl and Statistics::R
Greetings!
Being a Perl hacker for some time, and wanting to leverage what R provides, I've been trying to work with Statistics::R and RSPerl.
The former has a race condition that breeds some unreliability and the latter seems to have issues all around, and neither has been updated in some time.
Are these projects are abandoned, or is there some effort currently being undertaken to
2018 Apr 04
2
glusterd2 problem
...nitConfig]"
DEBU[2018-04-04 09:28:16.946343] running with
configuration??????????????????? cert-file=
clientaddress="192.168.222.24:24007"
config=/etc/glusterd2/glusterd2.toml defaultpeerport=24008
etcdcurls="http://192.168.222.24:2379" etcdendpoints="[]"
etcdpurls="http://192.168.222.24:2380" key-file=
localstatedir=/var/lib/glusterd2 logdir=/var/log/glusterd2
logfile=glusterd2.log loglevel=debug noembed=false
peeraddress="192.168.222.24:24008" rundir=/usr/var/run/glusterd2
source="[config.go:129:main.dumpConfigToLog]" stat...
2018 Jul 09
3
Parametrized Vignettest in R packages
...ly the object `sample_analysis` is. Sounds like it is an
environment. If that is the case, devtools::build_vignettes() will
tangle (for the meaning of "tangle", see ?tools::buildVignette) your
vignette into an invalid R script. Environments cannot be represented
via dput(), so knitr's purl() (eventually called by the vignette
engine) cannot really create a valid R script when your vignette
contains `params` that uses environment values. Most other types of
values should be fine.
Regards,
Yihui
--
https://yihui.name
On Mon, Jul 9, 2018 at 10:37 AM, Duncan Murdoch
<murdoch.duncan...
2018 Apr 06
0
glusterd2 problem
...> DEBU[2018-04-04 09:28:16.946343] running with
> configuration cert-file= clientaddress="192.168.222.24:
> 24007" config=/etc/glusterd2/glusterd2.toml defaultpeerport=24008
> etcdcurls="http://192.168.222.24:2379" etcdendpoints="[]" etcdpurls="
> http://192.168.222.24:2380" key-file= localstatedir=/var/lib/glusterd2
> logdir=/var/log/glusterd2 logfile=glusterd2.log loglevel=debug
> noembed=false peeraddress="192.168.222.24:24008"
> rundir=/usr/var/run/glusterd2 source="[config.go:129:main.dumpConfig...
2010 Sep 20
0
unz() ignores encoding argument
...> language R
> version.string R version 2.11.1 (2010-05-31)
but have been looking at the current R-devel source code, so I suspect my problem won't just go away with the next release.
Best regards,
Stefan Evert
[ stefan.evert at uos.de | http://purl.org/stefan.evert ]
2008 Dec 27
1
Zipf fitting using R
Dear R-users,
I am new to R and would like to use it for fitting the zipf distribution to
some numeric data that I have. Here's the snippet that I use:
library(VGAM)
X <- read.table(file("~\\mydata.txt", encoding="latin1"))
w <- as.vector(t((X[2])))
w <- w/sum(w)
y <- (1:length(w))
fit = vglm (y ~ 1, zipf, tra=TRUE, weight=w)
zipf(N=NULL,
1997 Jul 24
0
Updated Windos 95 Drivers to Correct Samba issuess.
The updated Vredir.vxd file corrects a problem deleting files on Samba
servers running on UNIX- based computers. This problem can cause local
files to be deleted. (168936 bytes, published 07/16/97 )
http://www.microsoft.com/isapi/support/ps_sl.idc?purl=/windows/&pfx=w95&base=windowssupport&kbd=win95x&sl=q_misc95
Hope this helps,
Alan
2008 Sep 10
1
A question about the hypergeometric distribution and phyper()
Dear All
I have a question about the hypergeomteric distribution.
Example 1: I have a universe of 6187 objects, and 164 have a particular
attribute, therefore 6187-164 do not have that attribute. I sample 249
of those objects, and find that 19 have that attribute. I get a p-value
here (looking at just over-representation):
phyper(19, 164, 6187-164, 249, lower.tail=FALSE)
[1] 7.816235e-06
2008 Nov 29
1
unrelated software install triggering an error from R's install script on Mac OS X 10.5
Dear List,
I am having a problem triggered by having R-2.8
(R version 2.8.0 Patched (2008-11-15 r46953)) installed on Mac OS X
10.5.
The steps needed to generate the error are:
- install a binary distribution of R (default location)
- add R to the PATH
- install the python module pycairo
(http://www.cairographics.org/releases/pycairo-1.4.12.tar.gz)
That last step results in an error, and the
2008 Nov 18
2
rss feed is not detected in firefox ?
my rails version is 2.2.0
i have created a rss feed
It is working fine in IE
but in fire fox
only xml content is showned
like
"This XML file does not appear to have any style information associated
with it. The document tree is shown below."
any idea ?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2009 Apr 09
2
R interpreter not recognized
Hello,
I am trying to install a program based on R, but I am receiving the
following error message:
root at darkstar:/home/maria/UCS# perl System/Install.perl
Error: Can't run the R interpreter (/usr/local/bin/R).
Please make sure that R is installed and specify the fully qualified
filename of the R interpreter with -R if necessary (see "doc/install.txt").
I do have installed R,
2005 Mar 26
0
Newbie Instalation
...ding.
My Advice for Newbies
- Don't let the arrogance (perceived or real) of folks on the list get you down. 99% are trying to help, but many of them have been dealing with this stuff for a long time, so our meltdowns are old hat to them!
- Make sure you get to know the scripts and not rely purlely on AMP, *@Home, etc.
- Test, test, test
George
________________________________
From: asterisk-users-bounces@lists.digium.com on behalf of Tzafrir Cohen
Sent: Fri 3/25/2005 7:54 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Newbie Instalation
On Fri, Mar 25, 2005...
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata
vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care
about metadata issues, please take a look at:
http://www.cdindex.org/MM
I've included a section for video specific stuff, but everything that I
originally had in there is being covered by the MM:Contributors section.
The Contributors stuff will allow
2012 Jun 16
1
Efficient distance calculation on big matrix
Hi All,
I'm working on analyzing a large data set, lets asume that
dim(Data)=c(1000,8700). I want to calculate the canberra distance
between the columns of this matrix, and using a toy example ('test' is
a matrix filled with random numbers 0-1):
> system.time(d<-as.matrix(dist(t(test), method = "canberra", diag = FALSE, upper = FALSE, p = 2)))
user system
2008 Nov 20
1
pdf device: rasterize portions of the plot to reduce file size
Dear list,
My favorite output format is usually pdf. I can include the graphics
in pdflatex documents and benefit from the scalable nature of vector
graphic formats.
However, I recently had to generate high-res 2D levelplot graphics as
in the example below,
N <- 100
# N <- 1000 # slow to diplay
xy <- expand.grid(x=seq(0, 10, length=N), y=seq(0, 10, length=N))
xy <- within(xy,
2008 Jul 31
4
instal tar.gz package on windows
Dear HelpeRs,
I have created a tar.gz package (the package was created on unix) and I would like to install it in R on a Windows operating system.
As far as I know, R in Windows accepts only packages in zip file for installation and I could not find a way to install a tar.gz file.
I would like to mention that I installed the package on unix using install.packages and it works. I also tried to
2008 Nov 30
6
Regex: workaround for variable length negative lookbehind
Hi all
I have the following regular expression problem: I want to find
complete elements of a vector that end in a repeated character but
where the repetition doesn't make up the whole word. That is, for the
vector vec:
vec<-c("aaaa", "baaa", "bbaa", "bbba", "baamm", "aa")
I would like to get
"baaa"
"bbaa"
2018 Jul 09
0
Parametrized Vignettest in R packages
...e_analysis` is. Sounds like it is an
> environment. If that is the case, devtools::build_vignettes() will
> tangle (for the meaning of "tangle", see ?tools::buildVignette) your
> vignette into an invalid R script. Environments cannot be represented
> via dput(), so knitr's purl() (eventually called by the vignette
> engine) cannot really create a valid R script when your vignette
> contains `params` that uses environment values. Most other types of
> values should be fine.
>
> Regards,
> Yihui
> --
> https://yihui.name
>
>
> On Mon, Jul 9,...