When using R on a linux machine (ubuntu 8.10) which DOES NOT have
LD_LIBRARY_PATH set (I particularly have it NOT set because it causes
problems), the script ldpaths will set LD_LIBRARY_PATH to the R Lib path
(in my case $R_HOME/lib:). The placement of the colon makes my system
think that the
Is topics...
This topic should certainly be taken into account. We just want to wait
for all submissions, so we can better decide on what will suit best the
topic (or subtopics, if any): sessions, islands, round-tables ...
So I hope the abstracts will be coming in!
Cheers,
David
--
Dr. David
[...]
> Maybe we (the R-foundation) should give serious thoughts to
> offer prizes for valid bug reports during alpha and beta
> testing. These could include
> - Reduced fee for 'useR' and 'DSC' conferences
> - being listed as helpful person in R's 'THANKS' file
> {but that may not entice those
>
> First: this is not a bug, more a feature request.
[not in R as correctly pointed out, so just for the records:]
It _is_ a bug (in e1071), since svm() is indeed supposed to support
sparse data. The bug was introduced in 1.5-9 I think when support for
correct na-handling was added. The bug wil
Dear Wolfgang,
I think this new behaviour is related to the following R 4.0.0 NEWS item:
> S3 method lookup now by default skips the elements of the search path between
> the global and base environments.
Your environment "myenv" is attached at position 2 of the search() path
and thus now skip
I can confirm this changed behaviour. I just compared R-3.6.3 with
yesterday's R-devel. Using R-devel, the tempfile opened by the editor
(Emacs for me, but shouldn't matter) contains doubled backslashes.
This could be related to
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17800
Best rega
Greetings,
I am trying to call simple C-code from R.
I am on Windows XP with RTools installed.
The C-function is
#include
#include
#include
#include
// prevent name mangling
extern "C" {
SEXP __cdecl test(SEXP s){
SEXP result;
PROTECT(result = NEW_NUMERIC(1));
double* ptr=NUMERIC_PO
Thanks for all replies.
I'll use inlining until I have figured out how to build a proper package.
Michael
[[alternative HTML version deleted]]
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
some piecewise linear functions, monomials, and exponential function.
My question is: what further parametric models are of sufficiently general
interest to be
included?
Many thanks,
Michael Meyer
[[alternative HTML version deleted]]
__
R-devel
The TODO list of Seth Falcon's weaver
package also states "For Sweave: multiple graphic formats besides just pdf and
eps (perhaps
as a separate driver?)".
However, since so many packages depend on the basic Sweave implementation by
Fritz Leisch, I don't know if there is an easy route to tackle.
Looking forward to your opinions and pointers.
Best regards,
Sebastian Meyer
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Dear Pawel:
yes, this is a bug. Fixed in the next release.
Thanks
David
-
Dear All:
I found a problem with the SVM internal cross-validation (CV) accuracy
estimation in the e1071 package.
File: Rsvm.c
Line: 120
Today, it is:
int j = rand()%(prob->l
ther PCRE support suffices... configure: error: pcre library and
> headers are required
Are there any workarounds for this except for manually compiling and
installing a more recent version of PCRE from source?
Thanks!
Sebastian
--
University of Zurich
Sebastian Meyer
Epidemiolog
Thank you for the report. In R-devel, all.equal.POSIXt() by default
reports inconsistent time zones. Previously,
> x <- Sys.time()
> all.equal(x, as.POSIXlt(x, tz = "EST5EDT"))
would return TRUE. To ignore the time zone attributes in R-devel, the
argument 'check.tzone = FALSE' needs to be used.
the system reports when I login.
>
> Details: The system (RHEL) I am working on has
> $ strings /etc/localtime | tail -n 1
> EST5EDT,M3.2.0,M11.1.0
> $ date +%Z
> EDT
> $ echo $TZ
> US/Eastern
>
>
>
> On Fri, Oct 2, 2020 at 9:48 AM Sebastian M
t; "7200"
>> str(y)
> Named chr [1:11] "19.5111262798309" "27" "18" "23" "9" "120" "5" "296" "1"
> "CEST" "7200"
> - attr(*, "names")=
Your report underlines the importance of the checks implemented by CRAN.
In fact, checkbashisms has become an optional part of R CMD check in R
4.0.0, whose NEWS say
> R CMD check now optionally checks configure and cleanup scripts for
> non-Bourne-shell code ('bashisms').
The R Internals manua
; which would be expanded to something equivalent to the other versions:
> but that makes it quite a bit more complicated. (Maybe _ or \. should
> be used instead of ., since those are not legal variable names.)
I guess "_" as a placeholder would be difficult to implement precis
Am 21.01.21 um 13:51 schrieb Iñaki Ucar:
> Minor question: wouldn't the new pipe syntax be worth a minor version
> bump?
Yes. The NEWS mention the pipe syntax for R-devel not for R-patched.
See the section "CHANGES IN R 4.0.3 patched" in
https://stat.ethz.ch/R-manual/R-devel/doc/html/NEWS.html
I can confirm this Rd warning in R-devel (2021-04-23 r80216), but not in
R 4.0.5. It happens when installing the static help (INSTALL option --html).
The following R code reproduces the warning by creating a tiny test
package and then calling relevant internal functions from 'tools':
```R
## cre
Just in case others (like me) don't instantly know what this is about.
This only affects the html help.
Compare the HTML index page for the base package "graphics"
https://stat.ethz.ch/R-manual/R-patched/library/graphics/html/00Index.html
with the index page for the base package "grDevices"
htt
Am 13.07.21 um 17:37 schrieb Frederick Eaton:
Dear R Team,
I am running R from the terminal command line (not RStudio). I've
noticed that R has been using Unicode quotes in its documentation for
some time, maybe since before I started using it.
I am wondering if it is possible to compile the
For what it's worth, make check runs OK for me with sessionInfo()
R version 4.1.1 Patched (2021-09-30 r80997)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.6 LTS
Matrix products: default
BLAS: /home/smeyer/R/base/release/build/lib/libRblas.so
LAPACK: /home/smeyer/R/base/re
ue R CMD check qra_0.2.4.tar.gz
to set the environment variable for this R process.
See, e.g., https://en.wikipedia.org/wiki/Environment_variable.
Best regards,
Sebastian Meyer
I’d have expected that the "On most systems . . .” mentioned in the Writing R
extensions
manual (1.1.3.
a clean R
session, especially with regard to loaded packages. Changing
buildVignettes() to use clean R processes by default (I'd say even if
there is only one vignette) should be considered. I'd appreciate seeing
this report in Bugzilla to investigate further (and not forget).
Best rega
Just a quick thought.
R for Windows FAQ 2.14 talks about the home directory:
https://cran.r-project.org/bin/windows/base/rw-FAQ.html#What-are-HOME-and-working-directories_003f
So maybe HOMEDRIVE and HOMEPATH are involved?
Hope this helps.
Sebastian Meyer
Am 22.11.21 um 17:46 schrieb
es a "terms" object (a
formula with attributes) and uses the same technique internally to
remove the response -- if there is one... I.e., be sure that
length(f)==3 before dropping the second element.
Best regards,
Sebastian Meyer
However, ?"["
says
‘[’ and
u're trying
to figure out the source of a segfault, or you want to figure out which
code triggers a C/C++ breakpoint"
HTH!
Sebastian Meyer
You could possibly also write your own custom reporter that
could give timings for each of the tests as they run, but the documents
for how to
preference to "srcref" when reporting the location of Rd
problems.
Sebastian Meyer
Am 05.02.23 um 14:04 schrieb Ivan Krylov:
Hello,
Here's an example that renders correctly using Rd2txt / Rd2latex / R
CMD Rd2pdf, but has problems under Rd2HTML:
\name{foo}
\title
are corrected there.
It has now been removed from ?lm in r83832 in the trunk (ported to
R-patched).
Sebastian Meyer
Am 14.02.23 um 09:31 schrieb GILLIBERT, Andre via R-devel:
Dead R developers,
In R-devel 2023-02-11 and older R versions, there is a note in the "lm
{stats}"
I also think the implicit check.names=TRUE behaviour should be disabled. In
> list2DF(list(`A-1` = 1)) |> transform(B = 2)
A.1 B
1 1 2
transforming B should not touch the other columns.
I'm less sure about some other forms of undocumented behaviour as
described in Comment 6 of th
Translated strings are cached.
I'd recommend to use the
• New partly experimental Sys.setLanguage() utility, solving the
main problem of PR#18055.
introduced in R 4.2.0.
Best,
Sebastian Meyer
Am 26.06.23 um 15:15 schrieb Ben Bolker:
I was playing around wit
examples. For related reasons, I guess, it
already sets the "pager" option on Windows to "console". Alternatively,
if the massaged "editor" option called stop() (similar to T and F
producing errors), such examples would really need to be conditioned on
interactive().
this context:
R> package_version("1.3") > 1.20
[1] TRUE
This now warns for a good reason in my opinion.
Best regards,
Sebastian Meyer
Am 06.07.23 um 08:37 schrieb Dipterix Wang:
Dear R devs,
I installed the recent devel R to test a package error when I interc
issing an
escape for the macro name).
Rdpack's fork of tools::deparseLatex() is being updated to drop the
braces that cause the note. I have modified the check code to ignore
these cases for now (r85491).
Best regards,
Sebastian Meyer
Am 07.11.23 um 17:13 schrieb Martin Be
Am 27.08.24 um 11:55 schrieb peter dalgaard:
Yes. A quirk, rather than a bug I'd say. One issue is that the internal logic
of transform() relies on
e <- eval(substitute(list(...)), `_data`, parent.frame())
tags <- names(e)
so untagged entries in ... will not be included.
... unless
## Better Do NOT run -> buffer overflow
# file.copy(pkgdir, vd2, recursive=TRUE)
###
Can anybody confirm this problem? Of course, a workaround is to run R
CMD check from outside the source directory (which is probably the
preferred way).
Thanks in advance,
Sebastian
--
Sebastian Meyer
D
For the CRAN-package "surveillance", unloadNamespace("surveillance") gives the
following warning message:
In FUN(X[[2L]], ...) :
Created a package name, ‘2012-08-28 22:42:37’, when none found
Similar warnings appear for the CRAN-package "solaR" and probably some other
packages.
I created a d
ncy stop() if it receives NA parameters because nlminb won't pick
up courage - regardless of the following return value of the objective
function.
As far as I would assess the situation, nlminb is currently not capable
of optimizing objective functions with non-differentiable points.
Best rega
/2012 2:13 AM, Sebastian Meyer wrote:
>> This is a follow-up question for PR#15052
>> <http://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15052>
>>
>> There is another thing I would like to discuss wrt how nlminb() should
>> proceed with NAs. The question is: What would
in package
> 'datasets'.
Ok. I was not sure about this and just wanted to be on the save side to
offer a reproducible example working in a maximum variety of R sessions.
Best regards and thank you very much for your intense development of R,
Sebastian Meyer
ers(x, beta = 0, gamma = 0);
m$alpha
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dr. David Meyer
Department of Information Systems and Operations
Vienna University of Economics and Business Administration
Augasse 2-6, A-1090 Wien, Au
3464,
>> 0,
>> 0,
>> 0.0143329658213892,
>> 0.0330459770114943,
>> 0,
>> 0,
>> 0,
>> 0,
>> 0.0109890109890110,
>> 0,
>> 0.00118623962040332,
>> 0.007380073800738,
>> 0.00695410292072323,
>> 0.0104895104895105,
>
912 48.8798912 48.8798912 0.6881547
Note that by applying a shift, I also obtained varying values of alpha,
similar to that of what David achieved by changing the initial conditions.
Thanks
-John
On Fri, May 16, 2008 at 4:20 AM, David Meyer <[EMAIL PROTECTED]>
wrote:
I get John's valu
a = 0, gamma =
> 0)$alpha);
> alpha alpha alpha alpha
> 48.8798912 48.8798912 48.8798912 0.6881547
>
> Note that by applying a shift, I also obtained varying values of alpha,
> similar to that of what David achieved by changing the initial conditions.
>
&g
Thanks, fixed in the trunk.
Sebastian Meyer
Am 10.10.24 um 21:53 schrieb Rui Barradas:
Hello,
When following a thread that started today [1], I read the documentation
for DateTimeClasses {base} more carefully and noticed a typo in the
"Details on POSIXlt" section, in the
Thanks. Fixed in the trunk.
Sebastian Meyer
Am 07.01.25 um 07:28 schrieb Roland Fuß via R-devel:
Hi,
I've noticed a small typo in `help("varClasses", "nlme")`. Contrary to
what the "Note" says, variance classes need a method for `Initialize`
(cap
Sebastian Meyer
Thank you,
Avi
building/updating vignettes for package 'grid' ...
processing 'displaylist.Rnw'
Error: compiling TeX file 'displaylist.tex' failed with message:
pdflatex is not available
Execution halted
building/updating vignettes for package &
the more consistent
undocumented behaviour from before the performance patch. Maybe
something to consider for 4.5.1.
Sebastian Meyer
Am 09.04.25 um 08:26 schrieb Suharto Anggono Suharto Anggono via R-devel:
With the change to 'factor',
factor(1L, levels = TRUE)
doesn'
file.common:208: test-Examples] Error 2
make[1]: *** [Makefile.common:193: test-all-basics] Error 1
make: *** [Makefile:333: check-devel] Error 2
```
There should be a file utils-Ex.Rout.fail (I think in tests/Examples/).
What does it say about the error?
Hope this helps!
Sebastian Meyer
not 696
## table(L) 409 # not 1159
## table(C) 591
## table(N) 3324
The (seemingly) small patch passes check-all, but maybe it overlooks
some edge cases. I'd test it on a subset of CRAN/BIOC packages.
Best,
Sebastian Meyer
# Timing is all on my
including former R-core members, of course! AFAICS, the Rd \Sexpr macro
was introduced in R 2.10.0 and most of it was originally implemented by
svn author "murdoch".
Sebastian Meyer
not tidyverse folks.
Duncan Murdoch
On Mon, Jun 9, 2025 at 2:25 PM Lluís Revilla wrote:
H
% of
the functionality of R, it would take a lot of time to do that. And
I'd love to avoid that when good people has already done an amazing
job :-).
Cheers, Mikkel Meyer Andersen.
[1]: http://finzi.psych.upenn.edu/Rhelp08/2009-February/187425.html
[2]: http://developer.android
search.com/Eph_Blog_Post.aspx/Show/41.
Cheers, Mikkel.
2009/10/12 Simon Urbanek :
> Mikkel,
>
> On Oct 11, 2009, at 6:38 AM, Mikkel Meyer Andersen wrote:
>
>> As a follow-up on [1], I'd like to raise the question of whether it's
>> practically possible to compil
Simon,
2009/10/12 Simon Urbanek :
>
> On Oct 11, 2009, at 9:17 PM, Mikkel Meyer Andersen wrote:
>
>> Simon,
>>
>> Thanks for your answer.
>>
>> Do you have a link describing the procedure on compiling for iPhone or is
>> it really just ready out of the
Full_Name: Sebastian Meyer
Version: 2.10.0
OS: x86_64-pc-linux-gnu
Submission from: (NULL) (77.135.124.96)
When using model.frame (model.frame.default) on an intercept-only model and with
na.action=na.fail SPECIFIED, i.e.
data(iris)
model.frame( ~ 1, data = iris, na.action = na.fail)
one
Full_Name: Sebastian Meyer
Version: R version 2.7.2 (2008-08-25)
OS: x86_64-pc-linux-gnu
Submission from: (NULL) (138.246.7.137)
In contrast to anova.lm, which works without storing components 'model', 'x' and
'y' in the fitted lm-object, anova.glm throws an erro
Greetings,
Running R 3.5.0 under Windows 7
typeof(c(1,"2")) yields "character" as expected. But in
d.f <- data.frame(C=c(1,"2"))
typeof(d.f$C) yields "integer".
Is this a bug?
Michael Meyer
mposition of t(A) and not of A to compute the
minimizer x = argmin_u||Au-y|| which is itself of minimal norm.
Or, maybe this is not at all what these functions are doing.
But then, what is it and should this not be evident from the documentation?
Sincerely,
Michael Meyer
__
58 matches
Mail list logo