-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Potential release blocker] R CMD CHECK NOTE: sub-directories of 1Mb or more: #1391
Labels
Comments
This might not be a blocker, but should be explained to CRAN, see this receipt. |
Hey, this is no longer visible. Probably it was temporary. This is what I see on main when I build the package - it has 3Mbs in total devtools::build()
file.size('C:/Rprojects/teal_0.15.2.9085.tar.gz')/1000000
# 3 Mbs
untar('C:/Rprojects/teal_0.15.2.9085.tar.gz', exdir = 'memory_test')
file.size('memory_test/teal/inst/doc')/1000000
# 0.01 Mbs |
But still visible here http://cedar.gene.com/gran/dev/SinglePkgLogs/teal.log Is this platform related? pkg: teal ( Mon Nov 11 06:10:18 2024 ) - Forcing rebuild of version 0.15.2.9084.
pkg: teal ( Mon Nov 11 06:10:19 2024 ) - Successfully built package.
pkg: teal ( Mon Nov 11 06:16:51 2024 ) - Successfully checked out package source from https://gran:gldt-fDqzvirg_v-ivah2w4W-@code.roche.com/nest/insights-engineering/teal.git on branch main
pkg: teal ( Mon Nov 11 06:16:51 2024 ) - Temporary source directory successfully created: TRUE
pkg: teal ( Mon Nov 11 06:16:51 2024 ) - Had version 0.15.2.9084. Building new version 0.15.2.9085
pkg: teal ( Mon Nov 11 06:16:52 2024 ) - Successfully built package.
pkg: teal ( Mon Nov 11 06:17:10 2024 ) - Successfully installed package teal from temporary repository
pkg: teal ( Mon Nov 11 06:17:10 2024 ) - Had version NA. Building new version 0.15.2.9085
pkg: teal ( Mon Nov 11 06:17:30 2024 ) - Successfully built package.
pkg: teal ( Mon Nov 11 06:17:30 2024 ) - Running R CMD check on /mnt/gran_dir/GRANbuilds/dev/staging/teal_0.15.2.9085.tar.gz
WARNING pkg: teal ( Mon Nov 11 06:20:07 2024 ) - R CMD check raised notes.
WARNING pkg: teal ( Mon Nov 11 06:20:07 2024 ) - R CMD check output:
* using log directory ‘/mnt/gran_dir/GRANbuilds/dev/staging/teal.Rcheck’
* using R Under development (unstable) (2023-12-04 r85659)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 9.4.0-1ubuntu1~18.04) 9.4.0
GNU Fortran (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
* running under: Ubuntu 18.04.6 LTS
* using session charset: UTF-8
* using option ‘--no-build-vignettes’
* checking for file ‘teal/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘teal’ version ‘0.15.2.9085’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘teal’ can be installed ... OK
* checking installed package size ... NOTE
installed size is 9.9Mb
sub-directories of 1Mb or more:
doc 4.3Mb
help 3.2Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
‘adding-support-for-reporting.Rmd’ using ‘UTF-8’... OK
‘bootstrap-themes-in-teal.Rmd’ using ‘UTF-8’... OK
‘creating-custom-modules.Rmd’ using ‘UTF-8’... OK
‘data-as-shiny-module.Rmd’ using ‘UTF-8’... OK
‘data-transform-as-shiny-module.Rmd’ using ‘UTF-8’... OK
‘filter-panel.Rmd’ using ‘UTF-8’... OK
‘getting-started-with-teal.Rmd’ using ‘UTF-8’... OK
‘including-data-in-teal-applications.Rmd’ using ‘UTF-8’... OK
‘teal-options.Rmd’ using ‘UTF-8’... OK
OK
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 NOTE |
could be related: insightsengineering/nestdevs-tasks#87 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We may revisit the size of our documentation if this is a blocker for the CRAN release.
sessionInfo()
The text was updated successfully, but these errors were encountered: