klmr / box

Write reusable, composable and modular R code
https://klmr.me/box/
MIT License
833 stars 47 forks source link

Vignette not on CRAN #275

Closed dmenne closed 2 years ago

dmenne commented 2 years ago

Error description

I downloaded box from CRAN today (1.1.1) on Windows: All Vignettes are almost empty with the exception of titles. Online docs are fine, and I can build the vignettes from source, but it would be better if it were prebuild in the Windows version.

R version

R version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)

Matrix products: default

locale:
[1] LC_COLLATE=German_Germany.utf8  LC_CTYPE=German_Germany.utf8   
[3] LC_MONETARY=German_Germany.utf8 LC_NUMERIC=C                   
[5] LC_TIME=German_Germany.utf8    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.2.0 tools_4.2.0   
>

‘box’ version

1.1.1

klmr commented 2 years ago

Thanks for the report. This is already fixed (#271), I just haven’t pushed a new version to CRAN yet to avoid congesting their pipelines with too frequent updates (I had just pushed a version the day of that initial bug report).

klmr commented 2 years ago

FYI, that’s fixed now: on the CRAN website the vignettes are already available, and the binary packages should include the vignettes shortly.