Displaying 20 results from an estimated 10000 matches similar to: "trivial typo"
2014 Mar 01
1
trivial typo in src/library/base/man/timezone.Rd
>From SVN r65092:
line 111: "Note that that the abbreviations have changed over the years"
(duplicated "that")
Ben Bolker
2018 Nov 04
1
trivial typo in src/library/stats/man/ts.Rd
"vector[s]" should be plural in line 54 ...
cheers
Ben Bolker
----
Index: ts.Rd
===================================================================
--- ts.Rd (revision 75540)
+++ ts.Rd (working copy)
@@ -54,7 +54,7 @@
}
\details{
The function \code{ts} is used to create time-series objects. These
- are vector or matrices with class of \code{"ts"} (and additional
2006 Jun 04
1
trivial typo in ?fisher.test
in the comments at the beginning of the first example,
line 6: "and the women's guess" should be "and the woman's guess"
Ben Bolker
2018 Mar 19
1
trivial typo in man/pretty.Rd
patch against recent SVN ...
as far as I can tell this trivial typo has been there for 20 years:
https://github.com/wch/r-source/blame/ba7920a99fb2fb62b89e404e65f8b132ed4c150a/src/library/base/man/pretty.Rd
===================================================================
--- pretty.Rd (revision 74426)
+++ pretty.Rd (working copy)
@@ -21,8 +21,8 @@
\item{min.n}{nonnegative integer giving
2020 Jul 21
2
trivial typo in ?Matrix::sparse.model.matrix.Rd
? "form" -> "from". Diff against latest SVN:
Index: sparse.model.matrix.Rd
===================================================================
--- sparse.model.matrix.Rd??? (revision 3336)
+++ sparse.model.matrix.Rd??? (working copy)
@@ -4,7 +4,7 @@
?\alias{fac2sparse}
?\alias{fac2Sparse}
?\description{Construct a sparse model or \dQuote{design} matrix,
-? form a formula
2010 Apr 18
1
tiny typo in ?prop.test: "if" for "is"
from revision 51769:
Index: prop.test.Rd
===================================================================
--- prop.test.Rd (revision 51769)
+++ prop.test.Rd (working copy)
@@ -60,7 +60,7 @@
If there is only one group, then the null tested is that the
underlying probability of success is \code{p}, or .5 if \code{p} is
- not given. The alternative is that the probability of success if
2013 Aug 08
0
trivial typo in "writing r extensions"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
"followed" on line 423 of R-exts.texi should probably be "followed
by" (or you could say "'followed' on line 423 should probably followed
by 'by'" :-) )
cheers
Ben Bolker
===================================================================
- --- R-exts.texi (revision 63524)
+++ R-exts.texi
2020 Feb 21
1
trivial typo in man page Quote.Rd
Attn: someone on R-core:
"ran" should be "can".
Also, thanks for this feature!
Index: Quotes.Rd
===================================================================
--- Quotes.Rd (revision 77845)
+++ Quotes.Rd (working copy)
@@ -74,7 +74,7 @@
Raw character constants are also available using a syntax similar to
the one used in C++: \code{r"(...)"} with
2017 Feb 01
2
CentOS 7.3.1611 scap-security-guide issue
Hello,
I have noticed that pci-dss profile, ssg-centos7-xccdf.xml will always fail
on test and remediation for disable_prelink rule. That seem to be caused by
insufficient CentOS RPM customization of upstream code. Specifically this:
https://github.com/OpenSCAP/scap-security-guide/blob/master/shared/oval/disable_prelink.xml#L24-L35
2001 Oct 03
1
tiny typo in optim/N-M documentation (PR#1109)
In the optim() documentation, the control parameter "maxit" says
"There is no other stopping criteria." That should be "are", or
"criterion" ...
While I'm at it -- poking at the code a little bit, it looks as if the
initial simplex is set from the initial point by displacing each
parameter value by max(0.1,0.1*pmax(fabs(Bvec))), where Bvec is the
2020 Jul 21
3
trivial typo in ?Matrix::sparse.model.matrix.Rd
Hi, Martin, Ben, et al.:
On 2020-07-21 04:33, Martin Maechler wrote:
>>>>>> Ben Bolker
>>>>>> on Mon, 20 Jul 2020 20:11:04 -0400 writes:
>> ? "form" -> "from". Diff against latest SVN:
>> Index: sparse.model.matrix.Rd
>> ===================================================================
>> ---
2020 Mar 23
5
help with rchk warnings on Rf_eval(Rf_lang2(...))
Thanks, that's really useful. One more question for you, or someone
else here:
const ArrayXd glmLink::linkFun(const ArrayXd& mu) const {
return as<ArrayXd>(::Rf_eval(::Rf_lang2(as<SEXP>(d_linkFun),
as<SEXP>(Rcpp::NumericVector(mu.data(),
mu.data() + mu.size()))
), d_rho);
}
I guess I need that to read
2020 May 18
2
Understanding LLD's SymbolTable's use of CachedHashStringRef
I was looking at the SymbolTable code in LLD COFF and ELF recently, and I’m confused by the use of CachedHashStringRef.
From what I understand, a CachedHashStringRef combines a StringRef with a computed hash. There’s no caching going on in the CachedHashStringRef itself; that is, if you construct CachedHashStringRef("foo"), and then construct a second
2008 Sep 12
1
tiny typo in NEWS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
"browseURL"
o brwoseURL() has a new argument 'encodeIfNeeded' to use
URLencode() in cases where it seems likely that would be
helpful. (Unfortunately, those are hard to guess.)
By the way, thank you !!! to the R developers for
o cov() and cor() newly have the new option 'use = "everything"' as
2007 Dec 24
1
R-ints typos
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
"Internationalization" is misspelled (as
"Internationaliation") throughout the R-ints
document ... I ran ispell on the texi document,
diffs for this and a handful of other minor
typos (fron/from, primiitve/primitive, etc.)
are posted at http://www.zoo.ufl.edu/bolker/R-ints_diff.txt ...
cheers
Ben Bolker
-----BEGIN PGP
2007 Aug 13
1
[Fwd: behavior of L-BFGS-B with trivial function triggers bug in stats4::mle]
I sent this in first on 30 July. Now that UseR! is over I'm trying again
(slightly extended version from last time).
With R 2.5.1 or R 2.6.0 (2007-08-04 r42421)
"L-BFGS-B" behaves differently from all of the
other optim() methods, which return the value of the function
when they are given a trivial function (i.e., one with no
variable arguments) to optimize. This is not
a bug in
2015 Dec 30
1
typo in src/library/stats/man/family.Rd: names of 'validmu' and 'valideta' ??
under "Details" (version 2015-11-29 r69717; not quite cutting-edge,
but nothing has changed in src/library/stats/man/family.Rd in 5 months
[sorry for using the Github mirror, but I prefer the interface ...
<https://github.com/wch/r-source/blob/trunk/src/library/stats/man/family.Rd>])
it says:
valid.mu: logical function. Returns ?TRUE? if a mean vector ?mu? is
within the
2020 Mar 23
2
help with rchk warnings on Rf_eval(Rf_lang2(...))
Dear r-devel folks,
[if this is more appropriate for r-pkg-devel please let me know and
I'll repost it over there ...]
I'm writing to ask for help with some R/C++ integration idioms that are
used in a package I'm maintaining, that are unfamilar to me, and that
are now being flagged as problematic by Tomas Kalibera's 'rchk'
machinery (https://github.com/kalibera/rchk);
2007 Jul 29
1
behavior of L-BFGS-B with trivial function triggers bug in stats4::mle
With the exception of "L-BFGS-B", all of the
other optim() methods return the value of the function
when they are given a trivial function (i.e., one with no
variable arguments) to optimize. I don't think this
is a "bug" in L-BFGS-B (more like a response to
an undefined condition), but it leads to a bug in stats4::mle --
a spurious error saying that a better fit
has been
2012 Jan 10
1
rjags installation trouble
Trying to install latest rjags (3-5) from CRAN with JAGS 3.2.0
installed on Ubuntu 10.04, with r-devel ... the bottom line is that it
fails while loading with
/libs/rjags.so: undefined symbol: _ZN7Console15checkAdaptationERb
Has anyone else seen this or is it a glitch somewhere in my system?
thanks
Ben Bolker
==================
bolker at ubuntu-10-new:~/R/pkgs/rjags$ jags
Welcome to