[R] Problems installing biocLite on Fedora 23

2015-11-23 Thread Knut Hansen
e same error message for all modules). It did not help to reinstall gcc. Any suggestions? Knut Hansen University of Tromsø [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://

[R] How do I access a specific element of a multi-dimensional list

2015-02-20 Thread Knut Hansen
e: (2, "aa", TRUE) In my real life problem the list is about 350 elements in the first dimension so the solution must handle that. Sincerely Knut Hansen __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.

Re: [R] Substituting elements in vector

2015-02-18 Thread Knut Hansen
Tirsdag 17. februar 2015 15.50.27 skrev David Winsemius: > On Feb 17, 2015, at 3:58 AM, Knut Hansen wrote: > > Dear list, > > > > I have a vector: > > my.vector <- c("A", "B", "C", "D", "E", "F", &quo

[R] Substituting elements in vector

2015-02-17 Thread Knut Hansen
t;, "z") I want to substitute elements "b" and "e" in my.vector with vectors vec1 and vec2 respectively so that the result becomes the vector: c("A", "p", "q", "r" , "s" , "t", "C" , "D",

[R] Repeat elements of character vector

2015-01-30 Thread Knut Hansen
ot;a_1", "a_2", "a_3", "b_1", "b_2", "b_3", "c_1", "c_2", "c_3") Knut Hansen knut.han...@uit.no __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see