Displaying 20 results from an estimated 200 matches similar to: "Depends: R (>= 4.1) for packages that use |> and \(...)"
2025 Jan 16
1
Depends: R (>= 4.1) for packages that use |> and \(...)
Thanks for looking into this and the patch. FWIW, there's an open
PR18105 - "R CMD build: Add dependency on R >= 4.1.0 if code uses pipe
symbol |>" for this
(https://bugs.r-project.org/show_bug.cgi?id=18105).
/Henrik
On Thu, Jan 16, 2025 at 3:42?AM Ivan Krylov via R-devel
<r-devel at r-project.org> wrote:
>
> Hello R-devel,
>
> Approximately [*] the
2025 Jan 17
1
Depends: R (>= 4.1) for packages that use |> and \(...)
>>>>> Henrik Bengtsson writes:
Thanks. Will take a look ...
Best
-k
> Thanks for looking into this and the patch. FWIW, there's an open
> PR18105 - "R CMD build: Add dependency on R >= 4.1.0 if code uses pipe
> symbol |>" for this
> (https://bugs.r-project.org/show_bug.cgi?id=18105).
> /Henrik
> On Thu, Jan 16, 2025 at 3:42?AM Ivan Krylov
2025 Jan 19
1
Depends: R (>= 4.1) for packages that use |> and \(...)
>>>>> Kurt Hornik writes:
Oh dear. Using a variant of Ivan's code, I seem to find 728 (!!!) CRAN
packages which are missing their R >= 4.1 dependency.
So clearly we need to do more about this than teach R CMD build to add
the dependency ...
Best
-k
>>>>> Henrik Bengtsson writes:
> Thanks. Will take a look ...
> Best
> -k
>> Thanks for
2025 Jan 22
1
Depends: R (>= 4.1) for packages that use |> and \(...)
>>>>> Kurt Hornik writes:
I just committed c8761[2-4] to the trunk which adds an internal utility
for finding package code using the pipe or function shorthand, teaches R
CMD build to add a dependency on R >= 4.1.0 as necessary, and teaches R
CMD check to NOTE a missing dependency on R >= 4.1.0, based on Ivan's
code.
Currently, we seem to have about 1149 packages on
2025 Jan 22
1
Depends: R (>= 4.1) for packages that use |> and \(...)
Hello all,
Would packages using the underscore placeholder with the native pipe need
to also depend on R >= 4.2.0?
There appear to be a number, modifying Ivan's GitHub search:
https://github.com/search?q=org%3Acran+path%3A%2F%5B.%5D%5BRr%5Dd%3F%24%2F+%2F%5Cs%5C%7C%3E%5Cs.*%3D%5Cs%3F_%2F&type=code
Regards,
Ian
____
Ian Farm
Laboratory Manager, The Agroecology Lab
University of Maine
2016 Oct 19
2
Xen in stretch - 4.7 or 4.8 ?
On 19/10/16 16:54, Ian Jackson wrote:
> Ian Jackson writes ("Xen in stretch - 4.7 or 4.8 ?"):
>> Hi. I was wanting an initial opinion from the Release Team, about the
>> Xen packages. Currently they are in bad shape in stretch and I intend
>> to fix them ASAP.
>>
>> The question is whether I should move to Xen 4.7, or Xen 4.8.
>
> I just asked
2012 Jan 18
1
how to check all CRAN dependencies for my package, before submitting
Suppose I'm author of a package on which quite a few other packages
depend. When I submit to CRAN, I run R CMD check on it, Kurt does that
too, and if things work out fine, it is accepted. When one or more of
the packages that depend on it break because of my changes, however,
hell breaks loose.
I would like to extend my testing (currently: R CMD check pkg) to
running R CMD check on all
2016 Sep 30
2
Help wanted with Debian Xen packages ?
On 27.09.2016 17:07, Ian Jackson wrote:
> Stefan Bader writes ("Re: [Pkg-xen-devel] Help wanted with Debian Xen packages ?"):
>> FWIW, I think I got the library naming cleaned up now
>> (~rc5). Slightly different approach as I had to either keep the
>> major.minor .so versions (I believe because of the map files) or
>> libvirt would fail to compile against the
2016 Oct 18
2
Xen in stretch - 4.7 or 4.8 ?
Hi. I was wanting an initial opinion from the Release Team, about the
Xen packages. Currently they are in bad shape in stretch and I intend
to fix them ASAP.
The question is whether I should move to Xen 4.7, or Xen 4.8. Xen 4.8
is currently at RC2 and seems in pretty good shape. I think it's more
probable than not that we'll have Xen 4.8.0 by the Debian freeze date,
but this is by no
2009 Sep 10
0
[PATCH 02/13] nv50: add functions for swizzle resolution
We're going to try to reorder the scalar ops of a vector instr
to accomodate swizzles that would otherwise require us to emit
to an additional TEMP first (like MOV R0.xy, R0.zx).
---
src/gallium/drivers/nv50/nv50_program.c | 148 ++++++++++++++++++++++++------
1 files changed, 118 insertions(+), 30 deletions(-)
diff --git a/src/gallium/drivers/nv50/nv50_program.c
2007 Feb 06
2
abbreviate dataframe for Sweave output
I wanted to print the first and last rows of some dataframes in Sweave
using dots in columns to separate the two parts. Head and tail almost
work, but I have problems with factors and row names.
z<-data.frame(id=letters[1:26], x=sample(1:26,26))
rbind(head(z,3), ".", tail(z,1))
id x
1 a 18
2 b 8
3 c 14
4 <NA> .
26 z 10
Warning message:
invalid
2007 Sep 25
2
3d barplot in rgl
Is there anyway to plot a matrix using a 3d bar plot. Something like
bar3 in matlab?
The example in demo hist3d does a 3d barplot for binned data, but has
anyone tried something for a simple matrix with spaces betwen bars
and axis labels using matrix dimnames or 1,2,3?
stages<-letters[1:3]
A<-matrix(c(
0.21, 0.21,0.03,
0.55, 0.58, 0.09,
1.30, 1.35, 0.22), nrow=3, byrow=TRUE,
2005 Dec 06
2
Constructing a transition matrix
Hi,
I would like to construct a transition matrix from a data frame with
annual transitions of marked plants.
plant<-c(1:6)
class<-c("seed","seed", "seed", "veg", "rep", "rep")
fate<-c("dead", "veg","veg","rep", "rep", "veg")
trans<-data.frame(plant, class, fate)
2000 Jun 28
1
F-secure -> Openssh Compatibility (fwd)
Date: Tue, 27 Jun 2000 16:09:43 -0600 (MDT)
From: "W. Scott Wilburn" <wilburn at lanl.gov>
To: ssh at clinet.fi
Subject: F-secure -> Openssh Compatibility
We have Macintoshes running Fsecure SSH client 1.0.1 which are unable to
connect to a server running Openssh 2.1.1 on Red Hat 6.2.
I believe that the problem is a bug with Fsecure, since a 30-day trial
version of 1.0.2 works
2006 Jan 23
1
Sample rows in data frame by subsets
Hi,
I need to resample rows in a data frame by subsets
L3 <- LETTERS[1:3]
d <- data.frame(cbind(x=1, y=1:10), fac=sample(L3, 10, repl=TRUE))
x y fac
1 1 1 A
2 1 2 A
3 1 3 A
4 1 4 A
5 1 5 C
6 1 6 C
7 1 7 B
8 1 8 A
9 1 9 C
10 1 10 A
I have seen this used to sample rows with replacement
d[sample(nrow(d), replace=T), ]
x y fac
7 1 7 B
2
2003 Sep 03
2
lme in R and Splus
Good Day,
Included below is some code to generate data and to fit a mixed effects
model to this fake data. The code works as expected when I call the
function "lme" in Splus but not in R.
The error message from calling lme in R is:
"Error in getGroups.data.frame(dataMix, groups) :
Invalid formula for groups"
I installed the nlme package for R around 20 August
1999 Nov 29
2
Food for thought regarding PAM
I'm new to this list, so please forgive me if this has been discussed
before.
It appears that one of the (commendable) design goals of OpenSSH is to
re-use existing open-source libraries wherever possible in order to
simplify the OpenSSH code and hopefully improve security in the process.
As exhibited by the current, non-open SSH, supporting all of the nuances
of authentication and logins
2002 Feb 13
3
xtabs
Hi,
In Splus if I call the function crosstabs() the output is a contigency
table; in each cell of the table is printed: N, N/RowTotal,
N/ColTotal, N/Total. N is the number of observations in each cell.
The same call to xtabs() in R will produce the contigency table but the
only entry in each cell is N.
How can I get the same relative frequencies that crosstabs() gives?
Thanks,
mike
--
2007 Nov 14
1
reading tables from url
I'm trying to read some web tables directly into R. These are both
genome sequencing projects (eukaryotes and metagenomes) from NCBI and
look very similar; however, only the first one works.
http://www.ncbi.nlm.nih.gov/genomes/leuks.cgi
http://www.ncbi.nlm.nih.gov/genomes/lenvs.cgi
I added ?dump=selected to the end of the url string to get a tab-
delimited file (which is what happens
2002 May 28
0
random Forests
Hi,
I have a data set with 1000 observations and 260 predictors. The
predictor variables are all ordinal. There are 2 classes labeled as, F
and T with class proportions of 0.44 and 0.56, respectively.
In a call to the function randomForest() with mytry=1 and nodesize=1 and
ntree=100 the resulting classifier puts all observations in class T.
When I change nodesize to nodesize=5 I get the