- using R version 4.3.0 alpha (2023-03-31 r84137)
- using platform: aarch64-apple-darwin20 (64-bit)
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
- running under: macOS Big Sur 11.6.7
- using session charset: UTF-8
- checking for file ‘spacetime/DESCRIPTION’ ... OK
- this is package ‘spacetime’ version ‘1.3-0’
- 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 ‘spacetime’ can be installed ... [5s/6s] 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 ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/0s] 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 ... [4s/5s] OK
- checking Rd files ... [0s/0s] 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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [6s/7s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [9s/10s] OK
Running ‘basic.R’ [1s/1s]
Comparing ‘basic.Rout’ to ‘basic.Rout.save’ ...82,85c82,85
< 2010-08-05 10:00:00 ID_1 ID_2 ID_3
< 2010-08-05 11:00:00 ID_4 ID_5 ID_6
< 2010-08-05 12:00:00 ID_7 ID_8 ID_9
< 2010-08-05 13:00:00 ID_10 ID_11 ID_12
---
> 2010-08-05 10:00:00 "ID_1" "ID_2" "ID_3"
> 2010-08-05 11:00:00 "ID_4" "ID_5" "ID_6"
> 2010-08-05 12:00:00 "ID_7" "ID_8" "ID_9"
> 2010-08-05 13:00:00 "ID_10" "ID_11" "ID_12"
1082,1098d1081
<
< ################################### WARNING ###################################
< # We noticed you have dplyr installed. The dplyr lag() function breaks how #
< # base R's lag() function is supposed to work, which breaks lag(my_xts). #
< # #
< # If you call library(dplyr) later in this session, then calls to lag(my_xts) #
< # that you enter or source() into this session won't work correctly. #
< # #
< # All package code is unaffected because it is protected by the R namespace #
< # mechanism. #
< # #
< # Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
< # #
< # You can use stats::lag() to make sure you're not using dplyr::lag(), or you #
< # can add conflictRules('dplyr', exclude = 'lag') to your .Rprofile to stop #
< # dplyr from breaking base R's lag() function. #
< ################################### WARNING ###################################
Running ‘over.R’ [1s/1s]
Comparing ‘over.Rout’ to ‘over.Rout.save’ ... OK
Running ‘raster.R’ [4s/4s]
Comparing ‘raster.Rout’ to ‘raster.Rout.save’ ... OK
Running ‘rw.R’ [1s/1s]
Comparing ‘rw.Rout’ to ‘rw.Rout.save’ ... OK
Running ‘stconstruct.R’ [2s/2s]
Comparing ‘stconstruct.Rout’ to ‘stconstruct.Rout.save’ ...59c59
< Linking to GEOS 3.11.0, GDAL 3.5.3, PROJ 9.1.0; sf_use_s2() is TRUE
---
> Linking to GEOS 3.11.1, GDAL 3.6.2, PROJ 9.1.1; sf_use_s2() is TRUE
61c61
< `/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/sf/shape/nc.shp'
---
> `/home/edzer/R/x86_64-pc-linux-gnu-library/4.0/sf/shape/nc.shp'
Running ‘subsetting.R’ [1s/1s]
Comparing ‘subsetting.Rout’ to ‘subsetting.Rout.save’ ... OK
Running ‘wind.R’ [0s/0s]
Comparing ‘wind.Rout’ to ‘wind.Rout.save’ ... OK
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in ‘inst/doc’ ... OK
- checking running R code from vignettes ... [15s/21s] OK
‘stgvis.Rmd’ using ‘UTF-8’... [0s/0s] OK
‘jss816.Rnw’ using ‘UTF-8’... [10s/13s] OK
‘sto.Rnw’ using ‘UTF-8’... [3s/5s] OK
‘stpg.Rnw’ using ‘UTF-8’... [1s/1s] OK
‘stsubs.Rnw’ using ‘UTF-8’... [1s/1s] OK
- checking re-building of vignette outputs ... [40s/47s] OK
- checking PDF version of manual ... [4s/5s] OK
- DONE
Status: OK
- using check arguments '--no-clean-on-error '