Antoine Bichat

Results 20 issues of Antoine Bichat

The url https://www.tidyverse.org/lifecycle/ now redirect to https://lifecycle.r-lib.org/articles/stages.html, and this throw a note by CRAN: ``` URL: [https://www.tidyverse.org/lifecycle/#stable ](https://www.tidyverse.org/lifecycle/#stable)(moved to https://lifecycle.r-lib.org/articles/stages.html#stable) From: README.md Status: 301 Message: Moved Permanently ``` Moreover, status...

bug

Hello! When I trigger a CI check with GitHub Action, the R-devel configuration of the standard check (as defined [here](https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml)) fails because it can't find **spelling**... ``` * checking package...

Hello! Thanks for your package, I use it a lot when I need to do complex computation! However, I found some weird behavior when we use several functions in `accros2x()`...

## The problem I tried to compare results of a PLS dimension reduction with `recipes::step_pls()` and `mixOmics::plsda()` (at the begining, to recreate a importance plot like `mixOmics::plotLoadings()` in a tidy...

bug

When some of the metrics can't be computed –as in the example below with SVM which can't compute `roc_auc`–, fitting (e.g. `last_fit`) and tuning (e.g. `tune_grid`) methods say that the...

feature

When I run `attachment::att_amend_desc()` , it now removes the lines corresponding to Bioconductor packages in the Remotes field. Before running it: ``` Remotes: bioc::frma, bioc::gcrma, bioc::genefilter, bioc::limma, github::mycompany/internalpkg ``` After...

# Full name Dr Antoine Bichat # Link to GitHub repo https://github.com/abichat/thesis https://abichat.github.io/thesis/ # Template https://github.com/abichat/hadamardown # Completion Date 09/12/2020 # Institution Université Paris-Saclay # Summarize your thesis #### Discovering...

completed theses

Proposition to add `{yatah}` in the list of taxonomy-related packages. https://cran.r-project.org/web/packages/yatah/index.html Thanks!

Sometimes, when doing data wrangling, you need to apply functions not only on multiple columns, but also on multiple pairs of columns. This is what the [`{dplyover}`](https://github.com/TimTeaFan/dplyover) package allows with...