| Package |
character |
the name of the package |
| Version |
character |
the version of the package |
| Priority |
character |
‘recommended’ indicates packages that are recommended to be incuded in every binary distribution of R. A handful of other packages use “optional” here. |
| Depends |
character |
a comma-separated list of package names which this package depends on |
| Imports |
character |
packages whose namespaces are imported from (as specified in the NAMESPACE file) but which do not need to be attached |
| LinkingTo |
character |
packages whose header files are used to compile this package’s C/C++ code |
| Suggests |
character |
packages that are not necessarily needed |
| Enhances |
character |
packages “enhanced” by the package at hand, e.g., by providing methods for classes from these packages, or ways to handle objects from these packages |
| License |
character |
license information |
| License_is_FOSS |
logical |
whether the license is considered free, open-source software |
| License_restricts_use |
logical |
whether the license restricts use |
| OS_type |
character |
specifies the OS(es) for which the package is intended |
| Archs |
character |
Archs |
| MD5sum |
character |
MD5sum |
| NeedsCompilation |
character |
should be set to “yes” if the package contains native code which needs to be compiled, otherwise “no” |
| Additional_repositories |
character |
Additional_repositories |
| Author |
character |
who wrote the package |
| Authors@R |
character |
a refined and machine-readable description of the package “authors” (in particular specifying their precise roles) |
| Biarch |
character |
used on Windows to select the INSTALL option –force-biarch for this package |
| BugReports |
character |
a single URL to which bug reports about the package should be submitted |
| BuildKeepEmpty |
logical |
BuildKeepEmpty |
| BuildManual |
logical |
BuildManual |
| BuildResaveData |
character |
BuildResaveData |
| BuildVignettes |
character |
can be set to a false value to stop R CMD build from attempting to build the vignettes, as well as preventing R CMD check from testing this |
| Built |
logical |
added by the package management tools |
| ByteCompile |
character |
controls if the package R code is to be byte-compiled on installation |
| Classification/ACM |
logical |
subject classifications for the content of the package Computing Classification System of the Association for Computing Machinery |
| Classification/ACM-2012 |
logical |
subject classifications for the content of the package Computing Classification System of the Association for Computing Machinery |
| Classification/JEL |
logical |
subject classifications for the content of the package Journal of Economic Literature Classification System |
| Classification/MSC |
character |
subject classifications for the content of the package Mathematics Subject Classification of the American Mathematical Society |
| Classification/MSC-2010 |
logical |
subject classifications for the content of the package Mathematics Subject Classification of the American Mathematical Society |
| Collate |
character |
used for controlling the collation order for the R code files in a package when these are processed for package installation |
| Collate.unix |
logical |
a UNIX-specific version of Collate |
| Collate.windows |
logical |
a Windows-specific version of Collate |
| Contact |
character |
Contact |
| Copyright |
character |
an optional field to be used when the copyright holder(s) are not the authors |
| Date |
character |
the release date of the current version of the package |
| Date/Publication |
character |
Date/Publication |
| Description |
character |
a comprehensive description of what the package does |
| Encoding |
character |
used as the encoding of the DESCRIPTION file itself and of the R and NAMESPACE files, and as the default encoding of .Rd files |
| KeepSource |
character |
controls if the package code is sourced using keep.source = TRUE or FALSE |
| Language |
character |
used to indicate if the package documentation is not in English |
| LazyData |
character |
controls whether the R datasets use lazy-loading |
| LazyDataCompression |
character |
LazyDataCompression |
| LazyLoad |
character |
was used in versions prior to 2.14.0, but now is ignored |
| MailingList |
character |
MailingList |
| Maintainer |
character |
a single name followed by a valid (RFC 2822) email address in angle brackets |
| Note |
character |
Note |
| Packaged |
character |
added by the package management tools |
| RdMacros |
character |
used to hold a comma-separated list of packages from which the current package will import Rd macro definitions |
| StagedInstall |
logical |
controls if package installation is ‘staged’, that is done to a temporary location and moved to the final location when successfully completed |
| SysDataCompression |
logical |
SysDataCompression |
| SystemRequirements |
character |
dependencies external to the R system |
| Title |
character |
a short description of the package |
| Type |
character |
specifies the type of the package |
| URL |
character |
a list of URLs separated by commas or whitespace, for example the homepage of the author or a page where additional material describing the software can be found |
| UseLTO |
logical |
used to indicate if source code in the package is to be compiled with Link-Time Optimization |
| VignetteBuilder |
character |
names (in a comma-separated list) packages that provide an engine for building vignettes |
| ZipData |
character |
has been ignored since R 2.13.0 |
| Path |
character |
Path |
| X-CRAN-Comment |
logical |
X-CRAN-Comment |
| Published |
double |
Published |
| Reverse depends |
character |
Reverse depends |
| Reverse imports |
character |
Reverse imports |
| Reverse linking to |
character |
Reverse linking to |
| Reverse suggests |
character |
Reverse suggests |
| Reverse enhances |
character |
Reverse enhances |