Rémi Thériault
Rémi Thériault
Works! ``` r suppressWarnings(suppressPackageStartupMessages(library(lavaan))) suppressWarnings(suppressPackageStartupMessages(library(tidySEM))) suppressWarnings(suppressPackageStartupMessages(library(dplyr))) packageVersion("tidySEM") #> [1] '0.2.5.3' data ``` r # Does this flip the curve? p$edges
> I need to implement integration tests for the figures :( But how to go about that... There is, in fact, a way to integrate tests for figures (though I've...
At `easystats` we rely on snapshots a lot. And we often make minor non-breaking changes and that triggers the snapshots tests, but we simply review them and accept the changes...
Thanks, but we see: ```r Undefined global functions or variables: pnorm Consider adding importFrom("stats", "pnorm") ___________________________________________ ENP report.compare.loo.Rd:14 Error: ! Spelling errors found. Either correct them or update `inst/WORDLIST` using...
(Dom I'm just secretly waiting for the meme signal to get to work 🤫)
Issue linked to `processx` update to version 3.5.2, see https://github.com/r-lib/processx/issues/313 Fix is to roll back to `processx` version 3.5.1.
Thanks @simonrp84 I was confused by this also. I wonder why it cannot save to the folder directly? Would it not be simpler? I wonder if there is a way...
Ok got it! Just add the following as the last step of the GHA: ``` - name: save pdf to repo uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Saved new PDF of paper...
I think I had not added paper.pdf to .gitignore, so when the action ran, it just overwrote my local paper.pdf. Perhaps it conflicts. You should try removing it from .gitignore...
What would be the steps involved for switching to the `HatScripts/circle-flags` images?