Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:218ce733af7de6247148caa3cf8c71ef1c66e614
  • Code
  • Branches (8)
  • Releases (0)
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/tags/0.9
    • refs/tags/0.9.1
    • refs/tags/1.0.0
    • refs/tags/1.1.0
    • refs/tags/1.1.1
    • refs/tags/1.1.2
    • refs/tags/1.2.2
    No releases to show
  • 00851c7
  • /
  • NAMESPACE
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
content badge Iframe embedding
swh:1:cnt:0c25059d791ebbcb8324362acf8d657df4f8ce70
directory badge Iframe embedding
swh:1:dir:00851c71c97f144f7cb0a342b4b1dde77990c5d4
revision badge
swh:1:rev:075be1a8012f72bb2248bac416ce04bddff192ac
snapshot badge
swh:1:snp:218ce733af7de6247148caa3cf8c71ef1c66e614
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 075be1a8012f72bb2248bac416ce04bddff192ac authored by Alireza Mahani on 29 July 2015, 00:00:00 UTC
version 1.1.0
Tip revision: 075be1a
NAMESPACE
importFrom("mvtnorm", "rmvnorm", "dmvnorm")
importFrom("coda", "effectiveSize")
importFrom("numDeriv", "grad")
importFrom("numDeriv", "hessian")
importFrom("graphics", "abline", "hist", "plot")
importFrom("stats", "acf", "median", "printCoefmat", "quantile",
             "runif", "sd")
export("ess")

export("sns")
export("sns.run")
export("sns.make.part")
export("sns.check.part")
export("sns.check.logdensity")
export("sns.fghEval.numaug")

# sns methods
S3method("print", "sns")
S3method("summary", "sns")
S3method("print", "summary.sns")
S3method("plot", "sns")
S3method("predict", "sns")
S3method("summary", "predict.sns")
S3method("print", "summary.predict.sns")
S3method("print", "sns.check.logdensity")

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top