You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---> Testing R-distfromq
Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-distfromq/R-distfromq/work/distfromq" && /opt/local/bin/R CMD check ./distfromq_1.0.4.tar.gz --no-manual --no-build-vignettes
* using log directory ‘/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-distfromq/R-distfromq/work/distfromq/distfromq.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: powerpc-apple-darwin10.0.0d2 (32-bit)
* R was compiled by
gcc-mp-13 (MacPorts gcc13 13.3.0_0+stdlib_flag) 13.3.0
GNU Fortran (MacPorts gcc13 13.3.0_0+stdlib_flag) 13.3.0
* running under: OS X Snow Leopard 10.6
* using session charset: UTF-8
* using options ‘--no-manual --no-build-vignettes’
* checking for file ‘distfromq/DESCRIPTION’ ... OK
* this is package ‘distfromq’ version ‘1.0.4’
* 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 ‘distfromq’ can be installed ... OK
* checking installed package size ... OK
* 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 code 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 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 ... NONE
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ...
‘distfromq.Rmd’ using ‘UTF-8’... failed
ERROR
Errors in running code in vignettes:
when running code in ‘distfromq.Rmd’
...
+ bins = 100) + theme_bw()
> mean(sampled_values_df$x == 0)
[1] 0.1989
> d_fn_lnorm <- make_d_fn(ps = ps, qs = qs, tail_dist = "lnorm")
When sourcing ‘distfromq.R’:
Error: make_d_fn requires the distribution to be continuous, but a discrete component was detected
Execution halted
* checking re-building of vignette outputs ... SKIPPED
* DONE
Status: 1 ERROR
See
‘/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-distfromq/R-distfromq/work/distfromq/distfromq.Rcheck/00check.log’
for details.
Command failed: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-distfromq/R-distfromq/work/distfromq" && /opt/local/bin/R CMD check ./distfromq_1.0.4.tar.gz --no-manual --no-build-vignettes
Exit code: 1
The text was updated successfully, but these errors were encountered: