search for: retep

Displaying 16 results from an estimated 16 matches for "retep".

Did you mean: recep
2012 May 16
3
Wrong Q3 + Mean.
...computer , installed it again and it still shows the mistake. It is also strange, that I chose "english" as installlanguage, but the program is in german (my OS is in german). Pls help, because otherwise i cannot solve any problems with R. Using Win7 and R version 2.15.0 (2012-03-30). Retep -- View this message in context: http://r.789695.n4.nabble.com/Wrong-Q3-Mean-tp4630223.html Sent from the R help mailing list archive at Nabble.com.
2017 Oct 20
2
split() - unexpected sorting of results
Thanks, for the explanation. Still, I think this is surprising bahaviour which might be handled better. Best, Peter Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>: > Hi Peter, > > 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>: > > Hey, > > > > I found this - for me - quite surprising and puzzling behaviour of > split(). > > > > > > split(1:11, as.character(1:11)) > > split(1:11, 1:11) > > > > > > When splitting by numerics everythin...
2017 Oct 20
2
split() - unexpected sorting of results
Hey, I found this - for me - quite surprising and puzzling behaviour of split(). split(1:11, as.character(1:11)) split(1:11, 1:11) When splitting by numerics everything works as expected - sorting of input == sorting of output -- but when using a character vector everything gets re-sorted alphabetical. Although, there are some references in the help files to what happens when using split, I
2017 Oct 21
1
split() - unexpected sorting of results
...ble when writing unit tests. > > Cheers, > H. > >> >> Best, Peter >> >> Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>: >> >>> Hi Peter, >>> >>> 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>: >>>> Hey, >>>> >>>> I found this - for me - quite surprising and puzzling behaviour of >>> split(). >>>> >>>> >>>> split(1:11, as.character(1:11)) >>>> split(1:11, 1:11) >>&...
2017 Oct 20
0
split() - unexpected sorting of results
Hi Peter, 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>: > Hey, > > I found this - for me - quite surprising and puzzling behaviour of split(). > > > split(1:11, as.character(1:11)) > split(1:11, 1:11) > > > When splitting by numerics everything works as expected - sorting of input > == sorting...
2019 Feb 07
1
Runnable R packages
Doesn't Rtools provide everything needed to build R packages and R on Windows - including gcc? Am Sa., 2. Feb. 2019 um 22:29 Uhr schrieb Abs Spurdle <spurdle.a at gmail.com>: > Creating an .exe file isn't necessarily difficult. > The main problems are that you have to write and compile the C (or other) > files. > Otherwise, the complexity depends on the level of Inter
2017 Oct 20
0
split() - unexpected sorting of results
...(x)) split(1:11, f) This is particularly sensible when writing unit tests. Cheers, H. > > Best, Peter > > Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>: > >> Hi Peter, >> >> 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>: >>> Hey, >>> >>> I found this - for me - quite surprising and puzzling behaviour of >> split(). >>> >>> >>> split(1:11, as.character(1:11)) >>> split(1:11, 1:11) >>> >>> >>> Wh...
2016 Jan 18
4
r-devel @ Travis
Hi! I'm developing R packages and use Travis CI for continous integration. When submitting to CRAN Im suggestet to test the package using the latest R-devel. I would like that all test where run using Travis. Is there anyone who knows if this is possible to run travis test using the latest r-devel? -- Regards M?ns ============================ M?ns Magnusson 070 - 588 97 15 mons.magnusson
2015 Jun 16
0
Add-on argument in sample()
Am .06.2015, 14:55 Uhr, schrieb Millot Gael <Gael.Millot at curie.fr>: > Hi. > > I have a problem with the default behavior of sample(), which performs > sample(1:x) when x is a single value. > This behavior is well explained in ?sample. > However, this behavior is annoying when the number of value is not > predictable. Would it be possible to add an argument >
2015 May 25
0
Unicode display problem with data frames under Windows
Am .05.2015, 18:43 Uhr, schrieb Duncan Murdoch <murdoch.duncan at gmail.com>: > On 25/05/2015 11:37 AM, Ista Zahn wrote: >> AFAIK this is the way it works on Windows. It has been discussed in >> several >> places, e.g. >> http://stackoverflow.com/questions/17715956/why-do-some-unicode-characters-display-in-matrices-but-not-data-frames-in-r >> , >>
2014 Nov 06
1
Citation if copying R base code
Dear Listeners, ... also I read the CRAN policies and tried to solve those questions myself I feel very much in the need of good advise ... I am currently finishing a package that -- to solve some nasty problems with dirty data -- uses its own as.Date() equivalent methods (i.e. its own generic and methods). Thereby, I shamelessly copied code from the as.Date() methods from the base package
2015 Jun 08
0
New version of wikipediatrend
Dear UseRs, wikipediatrend - a package to retrieve Wikipedia page access statistics - has jumped from version 0.2 to 1.1.3 and now is more streamlined, feature richer, more tested and comes with a vignette as well as a lot of fun. packge information: http://cran.rstudio.com/web/packages/wikipediatrend vignette:
2015 Jun 08
0
New version of wikipediatrend
Dear UseRs, wikipediatrend - a package to retrieve Wikipedia page access statistics - has jumped from version 0.2 to 1.1.3 and now is more streamlined, feature richer, more tested and comes with a vignette as well as a lot of fun. packge information: http://cran.rstudio.com/web/packages/wikipediatrend vignette:
2019 Aug 27
0
Conventions: Use of globals and main functions
Hey, I always found it a strength of R compared to many other langaugas that simple things (running a script, doing something interactive, writing a function, using lambdas, installing packages, getting help, ...) are very very simple. R is a commandline statistics program that happens to be a very elegant, simple and consistent programming language too. That beeing said I think the main task
2019 Aug 28
0
Conventions: Use of globals and main functions
The point is, that there are several possible problems. But. One the one hand they are not really problematic in my opinion (I do not care if my function has potential access to objects outside of its environment because this access is read-only at worst and it's not common practice to use this potential anyways). On the other hand I am not sure what the main()-idiom would actually add to
2019 Aug 28
0
Conventions: Use of globals and main functions
Firtst, I think that thinking about best practice advise and beeing able to accomandate different usage scenarios is a good thing despite me arguing against introducing the main()-idiom. Let's have another turn on the global-environment is bad argument. It has two parts: (1) Glattering namespace. Glattering name space might become a problem because you might end up having used all