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:df9731f7198ce3b5055b1aa19d96e140bcde7483
  • Code
  • Branches (13)
  • Releases (0)
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/tags/0.7.2
    • refs/tags/0.7.3
    • refs/tags/0.7.4
    • refs/tags/0.7.6
    • refs/tags/1.0.0
    • refs/tags/1.0.1
    • refs/tags/1.0.2
    • refs/tags/1.0.32
    • refs/tags/1.1.0
    • refs/tags/1.1.1
    • refs/tags/1.1.2
    • refs/tags/1.2.0
    No releases to show
  • 2cb721c
  • /
  • DESCRIPTION
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:3c5c951a2348ef42bd0c74adf5c4fb09d3b0493e
directory badge Iframe embedding
swh:1:dir:2cb721cd149f0a69e4c8b5da2ff5b062801c14f8
revision badge
swh:1:rev:94a7e298b1a50d93e8a9ccb813a070f7b30f3da1
snapshot badge
swh:1:snp:df9731f7198ce3b5055b1aa19d96e140bcde7483
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: 94a7e298b1a50d93e8a9ccb813a070f7b30f3da1 authored by Christian Thiele on 21 March 2018, 08:27:24 UTC
version 0.7.2
Tip revision: 94a7e29
DESCRIPTION
Package: cutpointr
Type: Package
Title: Determine and Evaluate Optimal Cutpoints in Binary
        Classification Tasks
Version: 0.7.2
Authors@R: person("Christian", "Thiele", , "c.thiele@hs-osnabrueck.de", c("aut", "cre"))
Description: Estimate cutpoints that optimize a specified metric in binary classification tasks
    and validate performance using bootstrapping. Some methods for more robust cutpoint
    estimation and various plotting functions are included.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
LinkingTo: Rcpp
Imports: gridExtra (>= 2.2.1), foreach (>= 1.4.3), dplyr (>= 0.5.0),
        tidyr (>= 0.6.0), purrr (>= 0.2.2), tibble (>= 1.4.2), ggplot2
        (>= 2.2.0), Rcpp (>= 0.12.12), stats, utils, rlang (>= 0.1.2)
RoxygenNote: 6.0.1
Suggests: KernSmooth (>= 2.23-15), fANCOVA (>= 0.5-1), testthat (>=
        1.0.2), doRNG (>= 1.6), doParallel (>= 1.0.11), knitr,
        rmarkdown, mgcv (>= 1.8)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-03-20 15:45:55 UTC; ct
Author: Christian Thiele [aut, cre]
Maintainer: Christian Thiele <c.thiele@hs-osnabrueck.de>
Repository: CRAN
Date/Publication: 2018-03-21 09:27:24 UTC

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