DistanceDevelopment / dssd

Distance Sampling Survey Design
1 stars 1 forks source link

Fix DISPLAY syntax #64

Closed olexandr-konovalov closed 3 years ago

olexandr-konovalov commented 3 years ago

To avoid "couldn't connect to display" warnings (see e.g. https://github.com/DistanceDevelopment/dssd/actions/runs/902753286)

olexandr-konovalov commented 3 years ago

@LHMarshall clean pass, no warnings - ready to go!

Run rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning", check_dir = "check")
── R CMD build ─────────────────────────────────────────────────────────────────
* checking for file ‘/home/runner/work/dssd/dssd/DESCRIPTION’ ... OK
* preparing ‘dssd’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
Omitted ‘LazyData’ from DESCRIPTION
* building ‘dssd_0.2.2.9001.tar.gz’

── R CMD check ─────────────────────────────────────────────────────────────────
* using log directory ‘/home/runner/work/dssd/dssd/check/dssd.Rcheck’
* using R version 4.1.0 (2021-05-18)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-manual’
* checking for file ‘dssd/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘dssd’ version ‘0.2.2.9001’
* 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 ‘dssd’ 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 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 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 ...
  Running ‘test-that.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘GettingStarted.Rmd’ using ‘UTF-8’... OK
  ‘MultiStrataVignette.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* DONE

Status: OK

── R CMD check results ──────────────────────────────────── dssd 0.2.2.9001 ────
Duration: 1m 34.9s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔