Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions types/cran-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@
"note": "there is no namespace"
},
"name_definition": {
"requirement": "required",
"native_name": "name",
"is_case_sensitve": true,
"note": "The name is the package name and is case sensitive, but there cannot be two packages on CRAN with the same name ignoring case."
"case_sensitive": true,
"note": "The name is the package name. It is case-sensitive, but there cannot be two packages on CRAN with the same name ignoring case, so the canonical case MUST be used."
},
"version_definition": {
"requirement": "required",
"native_name": "version",
"note": "The version is the package version."
},
"qualifiers_definition": [],
"examples": [
"pkg:cran/[email protected]",
"pkg:cran/[email protected]",
"pkg:cran/[email protected]"
]
}
}