Displaying 20 results from an estimated 2000 matches similar to: "[Bug 1285] provide fallback options /etc/ssh/ssh_config"
2012 Sep 14
4
concatenating two vectors
Dear all,
I want to concatenate the elements of two vectors such as
a<-c("a1","a2")
b<-c("b1","b2")
and obtain
"a1b1", "a1b2","a2b1","a2b2"
I tried the paste and paste0 functions, but they yielded elementwise
concatenation such as
"a1b1","a2b2"
I am wondering that is there an efficient
2012 Sep 16
4
two questions about character manipulation
Dear all,
I want to manipulate a character string such as
ex<-"cbind(data$response1,data$response2)"
in R in two ways:
1) extracting the "response1" portion of ex
2) replacing "$" with "."
I am wondering that is it possible efficiently doing these in R?
Best
Ozgur
--
View this message in context:
2012 Mar 03
3
submission of some functions to base package
Dear all,
Actually I could not decide who to contact, then decided to post here. If
not appropriate sorry for that.
I have written some functions in R which might be supposed to available in
the base package but not available. I am wondering that how can I submit
those functions to that package?
Best
Ozgur
-----
************************************
Ozgur ASAR
Research Assistant
Middle East
2009 Feb 26
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Peter Valdemar M?rch <t7nm6lz02 at sneakemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t7nm6lz02 at sneakemail.com
--- Comment #3 from Peter Valdemar M?rch <t7nm6lz02 at
2013 Sep 17
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Flavio Poletti <flavio at polettix.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |flavio at polettix.it
--- Comment #8 from Flavio Poletti <flavio at polettix.it> ---
Created attachment
2012 May 23
2
Special characters in an R package manual
Dear all,
I have some trouble with special characters while building my R package. I
tried to follow the usual LATEX format, but could not fix the problem:
For instance, for "greater than or equal", I tried "\geq", but R says that
this is an unknown macro.
Could anyone direct me how to solve this issue?
Best
Ozgur
-----
************************************
Ozgur ASAR
2007 May 17
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=1285
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|no way to override SendEnv |provide fallback options
|directive in |/etc/ssh/ssh_config
2012 May 31
2
Loop question
Hello,
I have a dataframe (Lx) with 5 Lb, and 5 Lw variables. I want to
create several variables according to the loop presented below (data
attached).
Lx <- read.csv("Lx.csv", header=T, sep=",")
for (i in 1:20) {
Lx$sb1[i] <- Lx$Lb1[i+1]/Lx$Lb1[i]
Lx$sb2[i] <- Lx$Lb2[i+1]/Lx$Lb2[i]
Lx$sb3[i] <- Lx$Lb3[i+1]/Lx$Lb3[i]
Lx$sb4[i] <-
2012 Jun 28
4
remove descriptions from output
Dear R users,
I'd like to remove some descriptions when I use "filter".
> filter(1:10, rep(1, 3))
Time Series:
Start = 1
End = 10
Frequency = 1
[1] NA 6 9 12 15 18 21 24 27 NA
That is, I want only this
[1] NA 6 9 12 15 18 21 24 27 NA
Thank you in advance.
Kathie
--
View this message in context:
2012 May 31
1
Warning message: numerical expression has 1000 elements: only the first used
Hi,
Your mistake seems to be in
sum(v[1:x])
You create "x" as a vector but your treat it as a single number.
v[1:x] expects "x" to be a single number and only considers its first
element which is 1.
If I understand your query correctly, the following might handle your
problem:
sum.vec <-NULL
for (x in 1:1000){
t <- rbinom(1000, 1, 0.5)
v <- replace(t,t==0,-1)
2009 Dec 07
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Simon Vallet <svallet at genoscope.cns.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |svallet at genoscope.cns.fr
--- Comment #5 from Simon Vallet <svallet at genoscope.cns.fr> 2009-12-07
2012 Oct 10
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
avalon at friendofpooh.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avalon at friendofpooh.com
--- Comment #6 from avalon at friendofpooh.com ---
(In reply to comment #1)
...
> config. This is
2013 Apr 16
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Yury V. Zaytsev <yury at shurup.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yury at shurup.com
--- Comment #7 from Yury V. Zaytsev <yury at shurup.com> ---
I'd really like this
2014 Feb 04
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
jurov <rini17 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rini17 at gmail.com
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching
2014 Mar 26
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Simon Deziel <simon at sdeziel.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon at sdeziel.info
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are
2014 Jul 02
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Nathan Phillip Brink (binki) <binki at gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |binki at gentoo.org
--
You are receiving this mail because:
You are watching the assignee of the
2014 Nov 07
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
--- Comment #11 from akostadinov at gmail.com ---
Is this going to be merged?
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
2015 May 03
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Oded Arbel <oded at geek.co.il> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oded at geek.co.il
--- Comment #12 from Oded Arbel <oded at geek.co.il> ---
Guys, is this dead? If not, is there
2015 Aug 18
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Nils Toedtmann <bugzilla.mindrot.org-mail at nils.toedtmann.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla.mindrot.org-mail at n
|
2016 May 11
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Alexey Kotlyarov <a at koterpillar.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |a at koterpillar.com
--
You are receiving this mail because:
You are watching someone on the CC list of the