Skip to content

Commit 91e3e52

Browse files
committed
Deal with R CMD check errors and warnings
1 parent 59e655f commit 91e3e52

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ importFrom(Matrix,colMeans)
7474
importFrom(Matrix,rowMeans)
7575
importFrom(Matrix,rowSums)
7676
importFrom(RSpectra,eigs_sym)
77+
importFrom(S4Vectors,"mcols<-")
7778
importFrom(S4Vectors,"metadata<-")
7879
importFrom(S4Vectors,DataFrame)
7980
importFrom(S4Vectors,Rle)

R/featureData.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' @importFrom S4Vectors mcols metadata metadata<-
1+
#' @importFrom S4Vectors mcols metadata metadata<- mcols<-
22
.check_old_params <- function(params, old_params, name, not_check) {
33
if (!identical(not_check, NA_character_))
44
params <- params[!names(params) %in% not_check]

R/gstat.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#' features with different magnitudes when the length scale of spatial
2020
#' autocorrelation is of interest.
2121
#' @param ... Other arguments passed to \code{automap::autofitVariogram} such as
22-
#' \code{model} and \code{\link{variogram}} such as \code{alpha} for
22+
#' \code{model} and \code{\link[gstat]{variogram}} such as \code{alpha} for
2323
#' anisotropy. Note that \code{gstat} does not fit ansotropic models and you
2424
#' will get a warning if you specify \code{alpha}. Nevertheless, plotting the
2525
#' empirical anisotropic variograms and comparing them to the variogram fitted

man/variogram-internal.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)