Jorge Sinval

Results 14 comments of Jorge Sinval

I have produced some tables already for this kind of objects, mainly for measurement invariance, betas, and lambdas values.

I think that your answer is here: Appelbaum, M., Cooper, H., Kline, R. B., Mayo-Wilson, E., Nezu, A. M., & Rao, S. M. (2018). Journal article reporting standards for quantitative...

Strangely, even after defining `120` seconds, I get: ``` (¬_¬)pagedown::chrome_print("example.html", "example.pdf", wait = 120) Error in force(expr) : Failed to generate output in 30 seconds (timeout). ``` So, the error...

I added: ```css pre.stan, ... pre.stan::after, ... pre.stan { border-color: var(--red); } pre.stan::after { content: 'stan'; color: var(--red); } ``` But it did not work: ![image](https://user-images.githubusercontent.com/8278071/144683716-73d57c2a-0b6d-463f-b92a-8800cef68d29.png)

Thank you! I managed to add the `'stan'` reference to the `HTML file: ```HTML const langSpecial = ['r', 'stan', 'js', 'yaml', 'json', 'bash'] ``` However, every time I change the...

Dear @gadenbuie, did you have to opportunity to see what is happening? Thank you for your time.

> oh no! I forgot an important component, which is the [JavaScript in this file](https://github.com/gadenbuie/js4shiny/blob/a70eab58bfa1661c96f40ab3b0a2f775aced4ee5/inst/rmarkdown/templates/js4shiny-xaringan/skeleton/assets/html/js4shiny-includes.html#L1-L39) that moves the source code class from the child `` element to the `\` parent...

One suggestion — that I would like you to consider — is to add the possibility of inserting round parenthesis on confidence intervals reporting. Since in rigor, for a continuous...

> I had to modify the `httr::content()` call amending the argument `as = "text"` as proposed by the `httr` manual to suppress automatic parsing of the JSON response from the...

I am using 6.2.5. Thanks for the warning, @Jan-E. I will not update LS to 6.3.5 version for now. Before updating LS to the latest version, I used Python's `citric`...