Skip to content
Open
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions instances/latest/contentTypes/text_x-r.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/contentTypes/text_x-r",
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"definingSource": null,
"description": "An R script is a text file that stores the R commands you would normally type at the R command prompt.",
"displayLabel": "R script",
"fileExtension": [
".R",
".r"
],
"isBasedOn": null,
"name": "text/x-r",
"specification": "https://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_scrpt.html",
"synonym": null
}
22 changes: 22 additions & 0 deletions instances/latest/contentTypes/text_x-stan.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/contentTypes/text_x-stan",
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"definingSource": null,
"description": "A text file containing a program written in the Stan modeling language.",
"displayLabel": "Stan model file",
"fileExtension": [
".stan"
],
"isBasedOn": [
{
"@id": "https://openminds.om-i.org/instances/contentTypes/text_x-r"
}
],
"name": "text/x-stan",
"specification": "https://mc-stan.org/docs/stan-users-guide/style-guide.html#file-extensions",
"synonym": null
}
22 changes: 22 additions & 0 deletions instances/latest/contentTypes/text_x-stanfunctions.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/contentTypes/text_x-stanfunctions",
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"definingSource": null,
"description": "A text file containing function definitions written in the Stan modeling language.",
"displayLabel": "Stan function definitions",
"fileExtension": [
".stanfunctions"
],
"isBasedOn": [
{
"@id": "https://openminds.om-i.org/instances/contentTypes/text_x-r"
}
],
"name": "text/x-stanfunctions",
"specification": "https://mc-stan.org/docs/stan-users-guide/style-guide.html#file-extensions",
"synonym": null
}
Loading