I hereby do this and the following contributions with the License this code has. I give the maintainers the right to change the License to less restricting licenses
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
if (!requireNamespace("remotes")) { | |
install.packages("remotes) | |
remotes::install_github("llrs/reppo.data") | |
library("repo.data") | |
bhc <- base_help_cliques() | |
bhc | |
## from_pkg from_Rd clique to_pkg to_Rd n | |
## 1 grid absolute.size.Rd 1 grid widthDetails.Rd 1 | |
## 2 grid widthDetails.Rd 1 grid absolute.size.Rd 1 |
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
Same machine from R >= 4 I compiled R from source (apparently without tckl) | |
# 4.2.0 | |
R version 4.2.0 (2022-04-22) -- "Vigorous Calisthenics" | |
Copyright (C) 2022 The R Foundation for Statistical Computing | |
Platform: x86_64-pc-linux-gnu (64-bit) | |
R is free software and comes with ABSOLUTELY NO WARRANTY. | |
You are welcome to redistribute it under certain conditions. |