Learn R Programming

SeuratObject (version 5.0.2)

.IsFutureSeurat: Test Future Compatibility with Seurat

Description

Check to see if SeuratObject and/or Seurat are at least a specific version or if they're configured to act as if they're a specific version (see details below). This allows testing compatibility with future requirements for both SeuratObject and Seurat

Usage

.IsFutureSeurat(version, lib.loc = NULL)

Value

TRUE if SeuratObject and/or Seurat

Arguments

version

A version string or object of class package_version

lib.loc

a character vector of directory names of R libraries, or NULL. The default value of NULL corresponds to all libraries currently known. If the default is used, the loaded packages and namespaces are searched before the libraries.

Details

Blah blah blah