Displaying 3 results from an estimated 3 matches for "assert_that".
Did you mean:
assert_tag
2017 Nov 20
2
mensaje de error al usar libreria tibbletime
Hola A todos.
Aún no he podido encontrar la causa de porqué la libraría tibbletime, al transformar la tabla a AS_TBL_TIME ME ARROJA EL SIGUIENTE EL SIGUIENTE MENSAJE
Error: assert_that: assertion must return a logical value
Si alguien ha tenido ese mismo problema, solicito ayuda al foro.
El seguimiento de la transformación es el siguiente;
library(tibbletime)
a<-read.table("iridium.txt",header = T, sep = "\t")
a<-as_tbl_time(a,index = date)
Error: as...
2017 Jan 04
4
RFC: Reconsidering adding gmock to LLVM's unittest utilities
> On Jan 4, 2017, at 9:49 AM, Zachary Turner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> TL;DR - I want this.
For the most part, +1 from me too. A few comments though.
>
> On Wed, Jan 4, 2017 at 6:11 AM Chandler Carruth via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> ## Matchers
>
> To start off, it
2013 Aug 20
7
Extending suggestion for stopifnot
I am using a variant of stopifnot a lot. can I suggest that base R
extends its functionality? I know how to do this for myself. this is
a suggestion for beginners and students. I don't think it would break
anything.
first, I think it would be more useful if it had an optional character
string, so users could write
stopifnot( is.matrix(m), "m is not a matrix" )
this would