Etienne Bacher

Results 284 comments of Etienne Bacher

@IndrajeetPatil Is it possible to ignore some warnings (without using `suppressWarnings()` since we still want to show them to users)? In the following example, a warning is expected and I...

Right, it doesn't bring much to show warnings in the example, I'll change the example

Some examples have warnings (and therefore this check fails) because of the environment problem due to `insight`: > Could not recover model data from environment. Please make sure your data...

I'm wondering how to do this process. For transitioning tidyverse packages, they collected the agreement of all contributors which had "significant" contributions (not typo fixes). For young packages like `datawizard`...

Following the discussion in https://github.com/easystats/see/pull/304, should this be closed?

FYI it's possible to make a sort of roadmap in github issues using milestones: ![image](https://user-images.githubusercontent.com/52219252/206737807-2292e9bf-0be4-4631-aa98-8b897d763f15.png)

> I don't know if GitHub milestones could be smoothly integrated on the pkgdown website in a nice and user-friendly way Hmm I wonder if it's possible to use the...

> So, if you want, you can also run the linters locally (lintr::lint_package()) Note that you'll need the development version (`r-lib/lintr`)

You need the dev version of `lintr`, this function was called `unneeded_concatenation_linter()` before

Some people had the same issues and apparently fixed it by deleting the previous runs that failed (maybe github actions cache is not updated?) https://github.com/actions/runner/issues/1830