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/cutpointr
27 December 2024, 06:59:48 UTC
  • Code
  • Branches (13)
  • Releases (0)
  • Visits
    • 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
  • 9342c2f
  • /
  • NAMESPACE
Raw File Download
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 ...

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
origin badgecontent badge Iframe embedding
swh:1:cnt:de382aead9f6f695377cef776b15646f3903afc0
origin badgedirectory badge Iframe embedding
swh:1:dir:9342c2fab3eec210776f7deb2cc8d14870954705
origin badgerevision badge
swh:1:rev:7e56c827a694247d212e9a0167a119f917e1f31b
origin badgesnapshot 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: 7e56c827a694247d212e9a0167a119f917e1f31b authored by Christian Thiele on 31 August 2018, 15:50:10 UTC
version 0.7.4
Tip revision: 7e56c82
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(cutpointr,default)
S3method(cutpointr,numeric)
S3method(plot,cutpointr)
S3method(predict,cutpointr)
S3method(print,cutpointr)
S3method(print,multi_cutpointr)
S3method(print,summary_cutpointr)
S3method(summary,cutpointr)
export(F1_score)
export(abs_d_ppv_npv)
export(abs_d_sens_spec)
export(accuracy)
export(add_metric)
export(cohens_kappa)
export(cutpoint)
export(cutpoint_knots)
export(cutpointr)
export(cutpointr_)
export(cutpoints)
export(false_discovery_rate)
export(false_omission_rate)
export(fn)
export(fnr)
export(fp)
export(fpr)
export(maximize_boot_metric)
export(maximize_gam_metric)
export(maximize_loess_metric)
export(maximize_metric)
export(maximize_spline_metric)
export(minimize_boot_metric)
export(minimize_gam_metric)
export(minimize_loess_metric)
export(minimize_metric)
export(minimize_spline_metric)
export(misclassification_cost)
export(multi_cutpointr)
export(nlr)
export(npv)
export(oc_manual)
export(oc_mean)
export(oc_median)
export(oc_youden_kernel)
export(oc_youden_normal)
export(odds_ratio)
export(p_chisquared)
export(plot_cut_boot)
export(plot_cutpointr)
export(plot_metric)
export(plot_metric_boot)
export(plot_precision_recall)
export(plot_roc)
export(plot_sensitivity_specificity)
export(plot_x)
export(plr)
export(ppv)
export(precision)
export(prod_ppv_npv)
export(prod_sens_spec)
export(recall)
export(risk_ratio)
export(roc)
export(roc01)
export(sensitivity)
export(specificity)
export(sum_ppv_npv)
export(sum_sens_spec)
export(tn)
export(tnr)
export(total_utility)
export(tp)
export(tpr)
export(youden)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(foreach,"%do%")
importFrom(purrr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(stats,median)
useDynLib(cutpointr)

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