search for: burda

Displaying 5 results from an estimated 5 matches for "burda".

Did you mean: surda
2018 Jan 20
1
max and pmax of NA and NaN
...pmax', has this in "Details" section, in the paragraph before the last. By definition the min/max of a numeric vector containing an NaN is NaN, except that the min/max of any vector containing an NA is NA even if it also contains an NaN. ------------------ >>>>> Michal Burda <michal.burda at centrum.cz> >>>>> on Mon, 15 Jan 2018 12:04:13 +0100 writes: > Dear R users, is the following OK? >> max(NA, NaN) > [1] NA >> max(NaN, NA) > [1] NA >> pmax(NaN, NA) > [1] NA >> pmax(NA, N...
2015 Jan 14
2
R CMD check: "..." used in a situation where it does not exist
...s)) } I want to avoid any NOTES prior submitting my package to CRAN, but I cannot find any information what is wrong with my code and how to get rid of that message during R CMD check process. Does anybody of you know what is wrong with my code? Thank you, in advance. Best regards, Michal Burda junior researcher IT4Innovations NSC Institute for Research and Applications of Fuzzy Modeling | University of Ostrava | IT4Innovations National Supercomputing Center 30. dubna 22 | 701 03 Ostrava | Czech Republic e-mail: michal.burda at osu.cz | web IRAFM: irafm.osu.cz | web...
2018 Jan 15
1
max and pmax of NA and NaN
Dear R users, is the following OK? > max(NA, NaN) [1] NA > max(NaN, NA) [1] NA > pmax(NaN, NA) [1] NA > pmax(NA, NaN) [1] NaN ...or is it a bug? Documentation says that NA has a higher priority over NaN. Best regards, Michal Burda [[alternative HTML version deleted]]
2015 Jan 14
0
R CMD check: "..." used in a situation where it does not exist
...e of days - the most relevant would seem to be this one by Michael Lawrence: https://github.com/wch/r-source/commit/d3a42dabccb23462aa1e0a1edad00450f0a6131c (but I might've missed others - many of the commit messages are not terribly explanatory) Hadley On Wed, Jan 14, 2015 at 1:42 AM, Michal Burda <michal.burda at osu.cz> wrote: > Dear R developers, > > when running R CMD check, the R Under development (unstable) > (2015-01-13 r67453) gives me the following NOTE: > > > cbind.fsets: possible error in list(...): ... used in a situation > where it does not exist &g...
2018 Feb 01
1
Error message: 'Rscript' should not be used without a path
...Travis cloud builder. Could someone give me more information about that error? Is there any workaround or do I really need to obtain somehow the full path of Rscript and put it into the makefiles (as it may be tricky for such makefile work on linux, macOs and Windows)? Thanks, in advance. Michal Burda [[alternative HTML version deleted]]