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

https://github.com/cran/RcppDist
24 June 2025, 10:44:38 UTC
  • Code
  • Branches (3)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/tags/0.1.1
    • refs/tags/0.1.1.1
    No releases to show
  • 2f3909a
  • /
  • DESCRIPTION
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

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
origin badgecontent badge
swh:1:cnt:c8225e36aaf6795ffc6f48c1e575a6fe78a9d202
origin badgedirectory badge
swh:1:dir:2f3909ac82decbf2fe4d101a0501d6ed02a4a513
origin badgerevision badge
swh:1:rev:e1fe5693fe757879ca107642f322ad1fa2f3b1ed
origin badgesnapshot badge
swh:1:snp:5cf2e8ab115f3e0a0891fb27a96852f78f780eca

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
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: e1fe5693fe757879ca107642f322ad1fa2f3b1ed authored by JB Duck-Mayr on 12 June 2025, 08:37:39 UTC
version 0.1.1.1
Tip revision: e1fe569
DESCRIPTION
Package: RcppDist
Title: 'Rcpp' Integration of Additional Probability Distributions
Version: 0.1.1.1
Authors@R: person(given = "JB",
                  family = "Duck-Mayr",
                  email = "j.duckmayr@gmail.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0002-2231-1294"))
Description: The 'Rcpp' package provides a C++ library to make it easier
    to use C++ with R. R and 'Rcpp' provide functions for a variety of
    statistical distributions. Several R packages make functions
    available to R for additional statistical distributions. However,
    to access these functions from C++ code, a costly call to the R
    functions must be made. 'RcppDist' provides a header-only C++ library
    with functions for additional statistical distributions that can be
    called from C++ when writing code using 'Rcpp' or 'RcppArmadillo'.
    Functions are available that return a 'NumericVector' as well as
    doubles, and for multivariate or matrix distributions, 'Armadillo'
    vectors and matrices. 'RcppDist' provides functions for the following
    distributions: the four parameter beta distribution; the location-
    scale t distribution; the truncated normal distribution; the
    truncated t distribution; a truncated location-scale t distribution;
    the triangle distribution; the multivariate normal distribution*;
    the multivariate t distribution*; the Wishart distribution*; and
    the inverse Wishart distribution*. Distributions marked with an
    asterisk rely on 'RcppArmadillo'.
License: GPL (>= 2.0)
URL: https://github.com/duckmayr/RcppDist
BugReports: https://github.com/duckmayr/RcppDist/issues
Depends: R (>= 3.0.0)
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp
RoxygenNote: 6.1.0
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-06-12 08:04:12 UTC; hornik
Author: JB Duck-Mayr [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2231-1294>)
Maintainer: JB Duck-Mayr <j.duckmayr@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-12 08:37:39 UTC

back to top

Software Heritage — Copyright (C) 2015–2026, 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— Content policy— Contact— JavaScript license information— Web API