Corrado Lanera
Corrado Lanera
**In the quiz**: traditionally, I think to categorical variables like factors. I have supposed you asked how to change factors’ labels using named character vectors (and subsetting). Something like ```...
What do you think about producing a non-square matrix from the `outer` call? That could be implicitly shows how `outer` works, and if you subset it to obtain at least...
In section 3.2.1 the first note (16) points to this chapter to explore pairlists when referred to attributes. What about explain that case too, and the reason why they are...
I newbie to tf. I used `pip install --ignore-installed --upgrade path/to/my/downloaded/tensorflow-1.14.0-cp37-cp37m-win_amd64.whl --user` it seems to work :-) An explicit mention on how to install it on Windows machines can help...
Text before the example states we can add `session` to the (extracted) function’ arguments, but it is not included in the exported function’s arguments reported (nor in its calls inside...
(this could be related to #6 ) Suppose I have data computed (and updated) at each update of the package. Put them as internal(/exported) objects could be suboptimal because one...
I have run `check_on_cran()` for [`{depigner}`](https://github.com/CorradoLanera/depigner) (if you need to inspect it, I am currently working on the branch _release_) obtaining a strange situation: - `devtools::check()` success locally on Debian...
If I try to start a stream with an index unrelated to a camera, the whole R session crashes. Is it possible to have a function that lists all possible...
It would be R version 3.6.2 (2019-12-12).
If labels are set on the variable used in `by`, that standard table is created as expected; you can `add_p` and `add_n`, but you cannot `add_overall`. That could be a...