Michael S. Truong

Results 34 comments of Michael S. Truong

Hi @cboettig , that makes sense to me--thanks for the package recommendation. Do you have any particular recommendations for how to use confidential information (Zotero API key (?) and etc)...

Hi Sacha and Bill, For what it's worth, Hadley says that it has to do `psych`, but perhaps that's [just an impression](https://github.com/r-lib/conflicted/issues/108#issuecomment-1964141481). As I said later in that thread, to...

Related to #7, the [Arch Wiki](https://wiki.archlinux.org/title/desktop_entries), and [Posit](https://support.posit.co/hc/en-us/articles/200486138-Using-Different-Versions-of-R), the solution I found was to copy the `rstudio.desktop` file from `/usr/share/applications/rstudio.desktop` to `~/.local/share/applications/rstudio.desktop`. Then I modified the exec line to be...

> Related to #7, the [Arch Wiki](https://wiki.archlinux.org/title/desktop_entries), and [Posit](https://support.posit.co/hc/en-us/articles/200486138-Using-Different-Versions-of-R), the solution I found was to copy the `rstudio.desktop` file from `/usr/share/applications/rstudio.desktop` to `~/.local/share/applications/rstudio.desktop`. > > Then I modified the exec...

I am also having troubles, but this seems to be a different way that semPaths doesn't work with OpenMx. ``` r library(OpenMx) library(semPlot) # Instructions from https://brandmaier.github.io/semtree/articles/getting-started.html # Simulated Data...

Is there any chance that the `ctModelLatex()` function could give something that I could copy-paste into a R-Markdown document as opposed to a separate pdf? Perhaps, the way equatiomatic does...

> it's a bit tricky yeah, you can output the tex directly by setting compile=F. But here is how I solved it for some blogdown posts: https://cdriver.netlify.app/post/dtbivariate/ > > ```...

> I couldn't figure out in 2 minutes what equatiomatic was really doing or how it would help, I gladly accept summaries (or pull requests hah) ;) So my understanding...

> to output just the equation and not the entire document, use the `equationonly=TRUE` argument. [D'oh!](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZTBtdm5ibjFsdmp0NjViYzc2b3Y2MjNiZWM5dHdmM2kwdzBsdWpjNiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/xT5LMzIK1AdZJ4cYW4/giphy.gif)

> Hi! Thank you for reporting this. > > Yes, as you have expected this should at least have opened a new window, even if there are no known citations...