Emi Tanaka

Results 37 issues of Emi Tanaka

When there is an unclosed "[" (as part of code demo) within the `.someClass` then `.someClass` is not rendered correctly to a div element by remark.js. ``` .someClass[ some code...

markdown

yihui/xaringan/pull/165#issuecomment-428616732

bug

![shinycustomloader_hexsticker](https://user-images.githubusercontent.com/7620319/38168251-79f0b7e8-358a-11e8-8d18-c367656bfdea.png) ![shinycustomloader_hexsticker](https://user-images.githubusercontent.com/7620319/38168546-bb7cd360-3592-11e8-8eca-a81456a91c11.png) ![shinycustomloader_hexsticker](https://user-images.githubusercontent.com/7620319/38168572-71e4543e-3593-11e8-9487-9c6c484b896a.png)

![customtext](https://user-images.githubusercontent.com/7620319/38162646-abfcb7e6-3530-11e8-9160-1e768057f32d.gif) ![example](https://user-images.githubusercontent.com/7620319/38162692-b25596e8-3531-11e8-996b-7cceec95464d.gif) ![nyancat](https://user-images.githubusercontent.com/7620319/38162695-bccb7c1e-3531-11e8-90ed-168fd79b79dd.gif) ![standard](https://user-images.githubusercontent.com/7620319/38162696-cafcd18e-3531-11e8-8228-f08defa97ae0.gif)

One option that would be nice is to include the shadow of all data as an option for `facet_sample` or `facet_strata`. Below is not from using these facets but an...

I was hoping to sample 1 key per group as below but the output seems to be a bit random where I get some correct but another sampling gets 2...

bug

```r design() %>% set_trts(fertilizer = c("yes", "no"), amount = conditioned(fertilizer, "yes" ~ c(10, 20, 30), "no" ~ 0)) ```

The design below takes about 13 minutes to run: ```r design("Mario's plant pathologist problem") %>% set_units(rep = 3, col = 12, row = 12, # so 3 x 12 x...

The current algorithm doesn't take into account a hierarchical structure with more than one level. Therefore the randomisation for something like below doesn't balance out on the second level of...

- [x] Balance incomplete block design (is this possible?) - [ ] Alpha designs - Patterson and Williams(1976) - [ ] Cyclic designs - John, J.A. (1981) Efficient Cyclic Design...

enhancement