Displaying 20 results from an estimated 33220 matches for "lesse".
Did you mean:
less
2015 Jun 08
2
less for CentOS6 with POSIX regex?
In article <ml1jnh$afr$1 at softins.softins.co.uk>,
Tony Mountifield <tony at softins.co.uk> wrote:
> When I started using CentOS 6 instead of CentOS 5, I discovered that
> "less" no longer understood \< and \>, which I had been used to using
> since almost forever.
>
> Eventually research revealed that in the Fedora version on which
> RHEL 6 was
2012 May 31
14
How install libv8 (therubyracer) Windows 7
Hello, I have a problem when I try to add the gem therubyracer.
I put in my prompt:
bundle install, and this error appears:
C:\rails\organily>bundle install
Fetching gem metadata from https://rubygems.org/.........
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.6)
Using activesupport (3.2.3)
Using builder (3.0.0)
Using activemodel (3.2.3)
Using erubis (2.7.0)
Using journey
2015 Jun 08
1
less for CentOS6 with POSIX regex?
On 06/09/2015 12:48 AM, Nicolas Thierry-Mieg wrote:
> On 06/09/2015 12:33 AM, tony at softins.co.uk (Tony Mountifield) wrote:
>> In article <ml1jnh$afr$1 at softins.softins.co.uk>,
>> Tony Mountifield <tony at softins.co.uk> wrote:
>>> When I started using CentOS 6 instead of CentOS 5, I discovered that
>>> "less" no longer understood \<
2015 Jun 08
0
less for CentOS6 with POSIX regex?
On 06/09/2015 12:33 AM, tony at softins.co.uk (Tony Mountifield) wrote:
> In article <ml1jnh$afr$1 at softins.softins.co.uk>,
> Tony Mountifield <tony at softins.co.uk> wrote:
>> When I started using CentOS 6 instead of CentOS 5, I discovered that
>> "less" no longer understood \< and \>, which I had been used to using
>> since almost forever.
2024 May 20
1
Output pipes to TTY hang
Hi,
I am seeing this on Linux as well as MacOS: Opening any output pipe from R 4.4.0 to TTY programs like "less"/"more" hangs, SIGINT-proof:
> $ R/4.4.0/bin/Rscript -e 'pipe("less", "w")'
> $ R/4.4.0/bin/Rscript -e 'cat("test", file="|less")
> $ R/4.4.0/bin/Rscript -e 'cat("test",
2007 May 18
3
{10,20,30}>={25,30,15}
Hi There,
Using t.test to test hypothesis about which one is greater, A or B?
where A={10,20,30},B={25,30,15}.
My question is which of the following conclusions is right?
#################hypothesis testing 1
h0: A greater than or equal to B
h1: A less than B
below is splus code
A=c(10,20,30)
B=c(25,30,15)
t.test(c(10,20,30),c(25,30,15),alternative="less")
output:
p-value=0.3359
2024 May 20
1
Output pipes to TTY hang
On 5/20/24 07:36, Zafer Barutcuoglu wrote:
> Hi,
>
> I am seeing this on Linux as well as MacOS: Opening any output pipe from R 4.4.0 to TTY programs like "less"/"more" hangs, SIGINT-proof:
>> $ R/4.4.0/bin/Rscript -e 'pipe("less", "w")'
>> $ R/4.4.0/bin/Rscript -e 'cat("test", file="|less")
>> $
1998 Oct 13
1
SuSe does not like more.
In R "help(package=pkg)" or "library(help=pkg)" seems to behave
like 'more' or 'less' or something that looks like one of these.
Under RedHat this behaves normally: at the end of help it reverts
automatically to the R prompt '>'.
In SuSe it doesn't jump back to the prompt automatically:
I see something like "line 1/28 (end)" and then I
2006 Jun 29
4
re-direct to "more" or "less"
Dear list,
sometimes my function generates too much data and shows them on screen, i
cannot view first several lines until program ends and I have to scroll my
mouse up to get them. Is there any re-direction function in R to pipeline
outputs to "more" or "less" type functions?
Thanks
mike
[[alternative HTML version deleted]]
2010 Apr 07
0
Help with manipulation of svytotal output
I have some output from a survey shown below and would like to insert
total rows for each category to then be able to use it as a data set for
further analysis. Is it possible to do this in R. In this example I
would like to insert a row between rows 5 and 6, 10 and 11, 15 and 16,
20 and 21 and put in the sum of the rows 1-5, 6-10, 11-15, 16-20 and to
delete row 21 which has NA in it. I would
2024 Jul 17
1
default pager is more
Was wondering why R help in recent Fedora only provided --More--
prompt for viewing, rather than allowing arrow key navigation as on
RHEL. It turns out it uses a system command for paging and the current
default pager is more:
grep PAGER /usr/lib64/R/etc/Renviron
PAGER=${PAGER-'/usr/bin/more'}
rpm -qf /usr/lib64/R/etc/Renviron
R-core-4.4.1-3.fc41.x86_64
This primarily affects function
2004 Feb 06
4
more or less pager
R-users,
(forgive my return adres)
I've been breaking my head why R---which i find fabulous, by the
way---does not pipe interactive output through a pager (more or less),
like it does with help(), or like GNU Octave does with arrays with more
than terminal height rows.
Maybe it is my installation (Debian/GNU Linux). Maybe it is my
configuration, but i don't think so because with
2006 Mar 08
3
'less' for R?
Hi All,
is there an equivalent of the Unix command 'less' (or 'more'), so I can
look at what's inside a data.frame or a matrix without having it printed
out on console?
I am using R on Debian Linux and Mac OS 10.4.5
Cheers,
F
--
Federico C. F. Calboli
Department of Epidemiology and Public Health
Imperial College, St Mary's Campus
Norfolk Place, London W2 1PG
Tel +44
2024 Jul 18
1
default pager is more
On Wed, 17 Jul 2024 at 11:33, Ian Malone <ibmalone at gmail.com> wrote:
> Was wondering why R help in recent Fedora only provided --More--
> prompt for viewing, rather than allowing arrow key navigation as on
> RHEL. It turns out it uses a system command for paging and the current
> default pager is more:
> grep PAGER /usr/lib64/R/etc/Renviron
>
1998 Dec 15
1
Use less instead of more
Hello,
I would like to use "less" as pager instead of the default, "more".
So I edited RHOME/bin/pager so that I can use less.
Is it all right?
Yusuke Uchiyama
yusuke at kais.kyoto-u.ac.jp
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2006 Dec 15
2
ks.test "greater" and "less"
Hello r-group
I have a question to the ks.test.
I would expect different values for less and greater between data1 and
data2.
Does anybody could explain my point of misunderstanding the function?
data1<-c(8,12,43,70)
data2<- c(70,43,12,8)
ks.test(data1,"pnorm")
ks.test(data1,"pnorm",alternative ="less") #expected < 0.001
2005 Aug 02
0
less strange behavior
Have encountered a (rather minor but puzzling and annoying) problem with
"less" that I can reproduce on multiple CentOS4 boxes. Only seems to be
a problem for a root login on a VC. Here's the scenario:
1) Login as root on a VC.
2) Type "less /etc/printcap" or any other text file.
3) less hangs until Ctrl-C is typed, then displays the file.
If a gzipped file is tried,
2010 Mar 12
2
Redirect/pipe output to less
I'm using R under Linux. Since the help function in R can use the
program less to display text, I'd like to know if it is possible for a
user to do the same. It would be very helpful to be able to view large
objects (matrices/dataframes etc) using less. This is preferable to
redirecting output to file or to clutter the workspace with too much
output. I have tried to use functions pipe and
2010 Feb 12
2
[LLVMdev] [PATCH] Fix off-by-one errors in the doxygen documentation
Some doxygen annotations are attached to the wrong entry, which can be
misleading. This patch fixes the mistake everywhere I could find it.
---
include/llvm/InstrTypes.h | 54 ++++++++++++++++++++--------------------
include/llvm/MC/MCDirectives.h | 42 +++++++++++++++---------------
include/llvm/Pass.h | 10 +++---
3 files changed, 53 insertions(+), 53 deletions(-)
diff
2008 Jul 10
2
Lattice: merged strips?
Hi all,
By default a call to xyplot from the Lattice package when using 2
factors [eg xyplot( dv~iv | XY * AB ) ] yields the following shingle
structure:
|_A_|_A_|_B_|_B_|
|_X_|_Y_|_X_|_Y_|
However, I'm wondering if it is possible to merge the upper shingle
within levels of that factor, as in:
|___A___|___B___|
|_X_|_Y_|_X_|_Y_|
Mike
--
Mike Lawrence
Graduate Student, Department of