Displaying 20 results from an estimated 1000 matches similar to: "R-help Digest, Vol 86, Issue 28"
2008 Aug 22
1
A couple of minutes on GnuPG and signing files
There has been a notice of a breach (see: CVE-2007-4752) as to
some binary content upstream of CentOS. I do not address that
matter here beyond stating that the CentOS team have responded
to the matter, and will continue this review process:
updated 22 Aug 2008 CentOS acknowledge CVE-2007-4752 and are
reviewing our build and signing processes and hosts for signs
of tampering subsequent
2010 Apr 26
1
Upgrading R using the "global library folder" strategy -, what do you think about it?
On 4/25/2010 19:39:52, Tal Galili wrote:
> *c) R core implementation ?!*
> I hope I am not being rude (or jumping into any open doors) in asking this
> but...
> What do you think about implementing this strategy into the R basic
> installation?
>
>
>
Tal,
As a general rule, I think R should make upgrading as easy and seamless
as possible. Upgrading strategies seem
2020 Feb 17
1
R-3.6.2 make check fails
Thanks. Here are my results for the commands you list:
> which pdflatex
/bin/pdflatex
> rpm -qf /usr/bin/pdflatex
texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch
> cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
> rpm -qi texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch
Name : texlive-latex-bin-bin
Epoch : 2
Version :
2020 Feb 17
1
R-3.6.2 make check fails
You're definitely missing bits of texlive. Lots of "missing file: mf" in
your debug logs.
I think you need to start with installing texlive-metafont.
Alternately, there are pre-built R 3.6.2 packages for EL-7 here:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1421894
I cannot push them as official updates to EPEL because of the catch-22
created by R's dependency on
2005 Jan 15
1
Guide to stripping Centos 3
I responded to a post in the Dell poweredge mailing list
earlier today. My answer was off the top of my head, with a
bit of experimentation. The content may be useful in the
Cenyos context as well to admin's looking to strip the size of
an install to the bare bones.
Comment welcomed. Can anyone see any packages which I have
missed?
-- Russ Herrold
---------- Forwarded message
2011 Mar 23
1
how can we help? was: Re: The delays on CentOS 5.6 are causing EPEL incompatibilities
2011/3/23 R P Herrold <herrold at owlriver.com>
> This comes and goes, and really there is no substitute for actually
> 'doing' rather than
> talking in the cloister
>
> as i see it, the problem is while the users expectation has grown, the work
became harder. so i believe the real question is: how can we help the CentOS
project? how can we unload the developers so
2009 Jul 30
5
Open Letter to Lance Davis
I seem to be having network and email issues tonight; please
excuse any duplication
-- Russ herrold
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
HTML dump on Thu Jul 30 00:30:33 EDT 2009
http://www.centos.org/
Open Letter to Lance Davis
July 30, 2009 04:39 UTC
This is an Open Letter to Lance Davis from fellow CentOS Developers It is
regrettable that we are forced
2005 May 29
0
Re: centos] Re: Demonizing generic Linux issues as Fedora Core-only issues -- WAS: Hi, Bryan
From: R P Herrold <herrold at owlriver.com>
> Bryan - Please don't overstate this and make a problem where
> none exists. There is an infinity of choices of which you
> list three ...
> Nor does one _have_ to 'get involved' with either the
> RH-Fedora or Centos project to do effective distribution
> building, or add-on packaging. There are independent
2005 Nov 15
0
Re: centos] Beware - Yum 3.5 to 3.6 upgrade replacesnamed.conf -- not a YUM issue ...
"Bzzzt wrong --- yada" is contentious, we don't need it. Please.
2: It's not rpm, it's the packager => "The killer is innocent, the *gun* killed the victim"
" the gun didn't kill him, the *bullet* did"
"no, the wound did!"
"no, the loss of blood did"
"no, dying did".
*jeesh*
Brian Brunner
brian.t.brunner at
2006 Jun 15
0
S4 class slot name 'names' is not allowed (PR#8768 S4Methods)
Hello,
Besides the problem with using "names," one has a similar problem using
".Data" together with "VIRTUAL."
Consider the top of p. 295 of the green book. This should work (I had to
change "structure" to "junk" because "structure" is a sealed class
definition):
setClass("junk",
2006 Jun 12
2
Chapters
I'm surprised this isn't a FAQ, but I searched all over and could not find a
reference to it.
Chambers (1998) makes repeated references to "Chapters" in S (e.g., p. 6),
but I can find no reference to "Chapters" in R. Since Chapters were not used
in earlier versions of S, I'm wondering if R uses them or not. If it does,
how does one get them to work? I've
2006 Dec 07
0
FW: test of spatial dependence?? - ask a geographer (was ask an ecologist)?
No, you do not necessarily need the XY coordinates. You can also use polygon
(field, in your case) adjacency information. See Rogerson, Peter A. 2001.
_Statistical methods for geography_. Thousand Oaks: Sage.
You might also look at GeoDA, a free and soon-to-be open source spatial
analysis package. For your application, it might be easier to use than R. Go
to https://www.geoda.uiuc.edu/.
2005 Mar 20
0
[cAos] cAos and CentOS Reorganization
cAos and CentOS administration
20 March 2005
1 Executive Summary
The cAos project, and the CentOS project are being separated into two
trees; Changes which facilitate DNS and mirror master administration
process for easier load management are already complete.
2 Announcement
In the past two years, the concept of truly community based, locally
rebuildable distributions,
2005 Mar 20
0
[cAos] cAos and CentOS Reorganization
cAos and CentOS administration
20 March 2005
1 Executive Summary
The cAos project, and the CentOS project are being separated into two
trees; Changes which facilitate DNS and mirror master administration
process for easier load management are already complete.
2 Announcement
In the past two years, the concept of truly community based, locally
rebuildable distributions,
2010 Mar 18
1
Do colClasses in readHTMLTable (XML Package) work?
Hi,
I can't get the colClasses option to work in the readHTMLTable function
of the XML package. Here's a code fragment:
require("XML")
doc <- "http://www.nber.org/cycles/cyclesmain.html"
table <- getNodeSet(htmlParse(doc),"//table") [[2]] # The
main table is the second one because it's embedded in the page table.
xt
2010 Apr 02
1
Plots don't update with xlab, etc. What am I doing wrong.
Hi,
I've been struggling with this problem the last few days and finally
discovered it's happening at a very fundamental level. Going through
Stephen Turner's tutorial on ggplot2, I entered these base graphics
commands:
> with(diamonds, plot(carat,price))
> with(diamonds, plot(carat,price), xlab="Weight in Carats",
ylab="Price in USD",
2010 May 04
1
Flushing print buffer
Hello,
I have a function with these lines:
test <- function(object,...){
cat("object: has ",nrow(object),"labels\n")
cat("Head:\n")
head(object,...)
cat("\nTail:\n")
tail(object,...)
}
If I feed it a data frame object, it only prints out the tail part. If I
comment out the last two lines of
2010 May 04
2
read.table: skipping trailing delimiters
Hi,
I am trying to read a tab-delimited file that has trailing tab
delimiters. It's a simple file with two legitimate fields. I'm using the
first as row.names, and the second should be the only column in the
resulting data frame.
Initially, R was filling the last column with NA's, but I was able to
stop that by setting
2010 Jul 27
2
Introductory statistics and introduction to R
Hi,
I have a bright, diligent second-year graduate student who wants to
learn statistics and R and will, in effect, be taking a tutorial from me
on these subjects. (If you've seen some of my questions on this list,
please don't laugh.) As an undergrad he majored in philosophy, so this
will be his first foray into computer programming and statistics.
I'm thinking of having him use
2010 Aug 27
2
doco bug as to http://wiki.centos.org/HowTos/Custom_Kernel
and AJB kernel-2.6.35-3.bcat.src.rpm
[I see AlanBartlett as the last editor on that page]
I have installed the given ajb source rpm
kernel-2.6.35-3.bcat.src.rpm, and verified that it is intact:
[herrold at kernel-bleeder linux-2.6.35.i686]$ rpm -Vp ~/build/ajb/sources/kernel-2.6.35-3.bcat.src.rpm
warning: /home/herrold/build/ajb/sources/kernel-2.6.35-3.bcat.src.rpm:
Header V3 DSA signature: