similar to: I have corrected a dead link in the treering documentation

Displaying 20 results from an estimated 9000 matches similar to: "I have corrected a dead link in the treering documentation"

2017 Sep 01
0
I have corrected a dead link in the treering documentation
Martin Maechler writes: > There may be one small problem: IIUC, the wayback machine is a > +- private endeavor and really great and phantastic but it does > need (US? tax deductible) donations, https://archive.org/donate/, > to continue thriving. > This makes me hesitate a bit to link to it within the "base R" > documentation. But that may be wrong -- and I should
2009 Jan 04
3
adobe reader 8.x can't decrypt using online authentication
justin at methuselah:~$ wine --version wine-1.0.1 justin at methuselah:~$ uname -a Linux methuselah 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux I use Adobe Acrobat Reader version 8.1.1. It can open files that don't require decryption online. I, however, have to connect to an external server to validate my unique user name and password for the pdf files I must read.
2006 Jul 02
3
Requested book could not be found
I am trying to find the Capistrano (was Switchtower) book. Every link to it that I can find points to http://manuals.rubyonrails.org/read/book/17 ...but that gives me the error message that is the subject line of this post. Google cache and the wayback didn''t help either. Is it top secret? Thanks for any advice, -- Posted via http://www.ruby-forum.com/.
2015 Apr 05
3
Member server - winbind unable to resolve users/groups
On 05/04/15 15:09, Luca Olivetti wrote: > El 05/04/15 a les 15:31, Rowland Penny ha escrit: > >> OK, so you have users that start at '500', these will undoubtedly be >> local Unix users not AD users, unless you have migrated these users to >> AD, in which case you would have had to remove the local Unix users. > Uh? They're users, currently in ldap and after
2004 Oct 29
0
(PR#7320) Internal function isUME() in findGeneric() is
Jeffrey J. Hallman wrote: >OK, I looked at the documentation and you're right about that. However, >I'm curious about why the first argument to UseMethod is ever necessary. >Is there ever a good reason for it to be something other than the name >of the calling function? (Wouldn't that lead to confusing code?) If >not, why bother with it at all? > >I've
2005 Jun 24
1
interpreting Weibull survival regression
Hi, I was wondering if someone can help me interpret the results of running weibreg. I run the following and get the following R output. > weibreg(Surv(time, censor)~covar) fit$fail = 0 Call: weibreg(formula = Surv(time, censor)~covar) Covariate Mean Coef Rel.Risk L-R p Wald p covar 319.880 -0.002 0.998 0.000 log(scale) 0.000 8.239
2005 Oct 19
2
[R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)
>>>>> "K" == Kasper Daniel Hansen <khansen at stat.Berkeley.EDU> writes: K> On Oct 19, 2005, at 3:43 PM, Jeffrey J. Hallman wrote: K> <SNIP> >> Think about it. Once you have a basic math package that can handle >> matrix >> programming and various mathematical functions, building the various >> statistical modeling
2006 Jan 23
2
problem with options_for_select
Hi All, I am having a little difficulty using the options_for_select forms helper method. I have a form for an active record object book, which belongs to a publisher. Using the options_for_select is working fine as far as creating the various options, but it will not output the "selected=''selected''" bit of html needed to identify which publisher is
2005 Nov 25
3
Query: Filesystems
Hello, Just a few quick, but not very simple questions...: Do any Linux filesystems (besides XFS) support freezing? (ie. in conjuction with LVM snapshots this can allow a mounted filesystem to be frozen [freezing all processes writing to this filesystem] in a valid state (with possibly dangling unlinked files), the device can be snapshotted via LVM, and the original filesystem unfrozen - the
2001 Apr 03
1
rle() fails with NA's (PR#892)
Full_Name: Jeff Hallman Version: 1.2.2 OS: Solaris Submission from: (NULL) (132.200.32.33) > rle(c(1, NA, 1) $lengths [1] 3 $values [1] 1 should be as in Splus: $lengths [1] 1 1 1 $values [1] 1 NA 1 The Splus implementation (which works fine in R) is: rle <- function(x){ if(!is.atomic(x)) stop("Argument must have an atomic mode") if(length(x) == 0)
2004 Oct 28
1
Internal function isUME() in findGeneric() is wrong (PR#7320)
Full_Name: Jeff Hallman Version: 2.0 OS: Linux Submission from: (NULL) (132.200.32.34) The function findGeneric() in the utils namespace contains this internal function: isUME <- function(e) { if (is.call(e) && (is.name(e[[1]]) || is.character(e[[1]]))) { switch(as.character(e[[1]]), UseMethod = as.character(e[[2]]), "{" =
2011 Sep 19
1
Re: Run-time error '10'This array is fixed or temporarily locked
Hi, The error I was getting was a whole heap of OLE errors. The fix was the following (it was hidden behind the wayback machine's header): 6.12. My application won't run, and the log shows lots of OLE errors There's some chance that Wine's COM implementation has a bug or missing feature that's hurting your app. If so, you can sometimes work around this by using native
2006 Jun 13
1
format.POSIXlt drops characters following percent sign (PR#8975)
Full_Name: Jeff Hallman Version: 2.3.1 OS: Windows Submission from: (NULL) (132.200.32.34) Internal(format.POSIXlt(as.POSIXlt(Sys.time()), "%Y%m%d%q", F)) Linux R-2.2.1 returns "20060613%q". Windows R-2.3.1 returns "20060613" dropping the "%q". The documentation says "Any character in the format string other that the '%' escape
2013 Apr 23
1
Writing contrast statements to test difference of slope in linear regressions
Hi Everyone, I am uncertain that I am writing the contrast statements correctly. Basically, I'm unsure when to use a -1 and a 1 when writing the contrasts. Specifically I am interested in comparing the slopes between different temperature regimes. Temperature is therefore a factor. Time and percent are numerical. Using the gmodels package I made the following model:
2006 Apr 08
9
DESIGN question: We do not need damned publishers
Here is the actual design of my CMS : each Item is secured by 3 (+1) elements: readers group writers group publishers group owner readers = people who can find the item in the database and .... read it. writers = people who can add new content (create new versions or sub-pages) without making their changes visible (they can propose content). publishers = people who can change what readers
2016 Apr 28
4
About mysql upgrade
Hi, I've found some issues upgrading mysql, some people recommends run mysql_upgrade. I wonder why such a script is not run from scriptlet of mysql-server rpm. Thanks in advance -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org
2020 May 18
3
dbinom link
In principle a good idea, but I'm not sure the whereabouts of Catherine Loader are known at this point. Last peeps from her on the net seem to be about a decade old. .pd > On 18 May 2020, at 10:31 , Abby Spurdle <spurdle.a at gmail.com> wrote: > > This has come up before. > > Here's the last time: > https://stat.ethz.ch/pipermail/r-devel/2019-March/077478.html
2015 Feb 11
2
Another Fedora decision
On Tue, 2015-02-10 at 21:32 -0600, Valeri Galtsev wrote: > Indeed I should have said "allegedly pirated" not just "pirated". As I > don't care to go into details if it is or it isn't. I also would recommend > to finish this discussion and those who feel so get themselves some > fundamental book and go ahead with reading it. Which I'm going to do >
2006 Aug 14
3
failure in do_get_write_access() at transaction.c:731: "(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0)"
Hi, By running some scripts on our target system for a while, I lost all means of access to the system. It seems that the kernel is crashed with the following error message: Assertion failure in do_get_write_access() at transaction.c:731: "(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0)" Oops: Exception in kernel mode, sig: 4 We are currently running Linux version
2006 Jan 23
5
Bibtex database design
I am working a Bibtex database for my school using Rails and I need some idea on how to manage the bibtex types. I crated an Author and Publications model and put has_and_belongs_to_many relationship between them. The user model basically is like this: class User < ActiveRecord::Base has_and_belongs_to_many :publications end The Publication model has all the Bibtex fields