CRAN Package Check Results for Maintainer ‘Roman Minguez <roman.minguez at uclm.es>’

Last updated on 2022-08-15 08:50:33 CEST.

Package ERROR NOTE OK
pspatreg 2 1 10
spsur 11 2

Package pspatreg

Current CRAN status: ERROR: 2, NOTE: 1, OK: 10

Version: 1.0.4
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘spsur’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.4
Check: package dependencies
Result: ERROR
    Package required and available but unsuitable version: ‘grDevices’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-oldrel-macos-arm64

Version: 1.0.4
Check: examples
Result: ERROR
    Running examples in 'pspatreg-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: impactsnopar
    > ### Title: Compute direct, indirect and total impacts functions for
    > ### continous non-parametric covariates in semiparametric spatial
    > ### regression models.
    > ### Aliases: impactsnopar
    >
    > ### ** Examples
    >
    > ################################################
    > # Examples using spatial data of Ames Houses.
    > ###############################################
    > # Getting and preparing the data
    > library(pspatreg)
    > library(spdep)
    Loading required package: sp
    Loading required package: spData
    To access larger datasets in this package, install the spDataLarge
    package with: `install.packages('spDataLarge',
    repos='https://nowosad.github.io/drat/', type='source')`
    Loading required package: sf
    Linking to GEOS 3.10.2, GDAL 3.4.1, PROJ 7.2.1; sf_use_s2() is TRUE
    > library(sf)
    > ames <- AmesHousing::make_ames() # Raw Ames Housing Data
    > ames_sf <- st_as_sf(ames, coords = c("Longitude", "Latitude"))
    > ames_sf$Longitude <- ames$Longitude
    > ames_sf$Latitude <- ames$Latitude
    > ames_sf$lnSale_Price <- log(ames_sf$Sale_Price)
    > ames_sf$lnLot_Area <- log(ames_sf$Lot_Area)
    > ames_sf$lnTotal_Bsmt_SF <- log(ames_sf$Total_Bsmt_SF+1)
    > ames_sf$lnGr_Liv_Area <- log(ames_sf$Gr_Liv_Area)
    > ########### Constructing the spatial weights matrix
    > ames_sf1 <- ames_sf[(duplicated(ames_sf$Longitude) == FALSE), ]
    > coord_sf1 <- cbind(ames_sf1$Longitude, ames_sf1$Latitude)
    > ID <- row.names(as(ames_sf1, "sf"))
    > col_tri_nb <- tri2nb(coord_sf1)
    > soi_nb <- graph2nb(soi.graph(col_tri_nb,
    + coord_sf1),
    + row.names = ID)
    Error in soi.graph(col_tri_nb, coord_sf1) : dbscan required
    Calls: graph2nb -> soi.graph
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Package spsur

Current CRAN status: NOTE: 11, OK: 2

Version: 1.0.2.1
Check: HTML version of manual
Result: NOTE
    Found the following math rendering problems:
    spain.covid.Rd:69-81: No such environment: tabular in ...ac{
     \begin{tabular}{c}
     \text...
    spain.covid.Rd:99-108: No such environment: tabular in ...{
     \begin{tabular}{c}
     \t...
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.2.1
Check: installed package size
Result: NOTE
     installed size is 6.6Mb
     sub-directories of 1Mb or more:
     doc 5.2Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0.2.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘Rdpack’ ‘car’ ‘knitr’ ‘lmtest’ ‘rmarkdown’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64