-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c780198
commit 1824420
Showing
5 changed files
with
33 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1 @@ | ||
# ggformula | ||
|
||
<details> | ||
|
||
* Version: 0.10.2 | ||
* GitHub: https://github.com/ProjectMOSAIC/ggformula | ||
* Source code: https://github.com/cran/ggformula | ||
* Date/Publication: 2022-09-01 00:00:02 UTC | ||
* Number of recursive dependencies: 128 | ||
|
||
Run `revdepcheck::revdep_details(, "ggformula")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking for code/documentation mismatches ... WARNING | ||
``` | ||
Erreurs 'codoc' pour la documentation de l'objet 'var_label' : | ||
var_label | ||
Code : function(x, ...) | ||
Docs : function(x, unlist = FALSE) | ||
Noms d'arguments dans le code mais pas dans la doc : | ||
... | ||
Noms d'arguments dans la doc mais pas dans le code : | ||
unlist | ||
Incohérence dans le nom des arguments : | ||
Position: 2 Code: ... Docs: unlist | ||
... | ||
Position: 2 Code: ... Docs: unlist | ||
var_label | ||
Code : function(x, ...) | ||
Docs : function(x, unlist = FALSE) | ||
Noms d'arguments dans le code mais pas dans la doc : | ||
... | ||
Noms d'arguments dans la doc mais pas dans le code : | ||
unlist | ||
Incohérence dans le nom des arguments : | ||
Position: 2 Code: ... Docs: unlist | ||
``` | ||
## In both | ||
* checking Rd cross-references ... WARNING | ||
``` | ||
Packages non disponibles pour vérifier les xrefs Rd : 'interp', 'quantreg' | ||
``` | ||
*Wow, no problems at all. :)* |