phangorn

Phylogenetic analysis in R

https://github.com/klausvigo/phangorn

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 11 committers (9.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.3%) to scientific vocabulary

Keywords

phylogenetic-analysis phylogenetics r

Keywords from Contributors

bioinformatics
Last synced: 9 months ago · JSON representation

Repository

Phylogenetic analysis in R

Basic Info
Statistics
  • Stars: 208
  • Watchers: 9
  • Forks: 41
  • Open Issues: 36
  • Releases: 3
Topics
phylogenetic-analysis phylogenetics r
Created about 12 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing Code of conduct Codemeta

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```
```{r srr-tags-1, eval = FALSE, echo = FALSE}
#' srr-tags-readme
#'
#' @srrstats {G1.1} Addressed existence of other packages/implementations in
#'   section on 'Other packages'.
#' @srrstats {EA1.0, EA1.1, EA1.2} Addressed target audience, kinds of data,
#'   and kinds of questions addressable through gigs.
```


[![CRAN Status Badge](https://www.r-pkg.org/badges/version/phangorn)](https://cran.r-project.org/package=phangorn)
[![CRAN Downloads (monthly)](https://cranlogs.r-pkg.org/badges/phangorn)](https://cran.r-project.org/package=phangorn)
[![CRAN Downloads (total)](https://cranlogs.r-pkg.org/badges/grand-total/phangorn)](https://cran.r-project.org/package=phangorn)
[![R-CMD-check](https://github.com/KlausVigo/phangorn/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/KlausVigo/phangorn/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/KlausVigo/phangorn/branch/main/graph/badge.svg)](https://app.codecov.io/github/KlausVigo/phangorn?branch=main)




# phangorn 


phangorn is a package for phylogenetic reconstruction and analysis in the R language. phangorn offers the possibility of reconstructing phylogenies with distance based methods, maximum parsimony or maximum likelihood (ML) and performing Hadamard conjugation. Extending the general ML framework, this package provides the possibility of estimating mixture and partition models. Furthermore, phangorn offers several functions for exploring and comparing trees, phylogenetic models or splits, simulating character data and performing congruence analyses. 

To get an introduction into phylogenetic inference you want to look at: 
```
vignette("Trees", package="phangorn")
```

## Installation

You can install the the latest release `phangorn` of the package from
[CRAN](https://CRAN.R-project.org/package=phangorn), or the development version 
from [github](https://github.com/KlausVigo/phangorn) or
[r-universe](https://klausvigo.r-universe.dev/phangorn).
                                                                 
                                                                 
| Type        | Source          | Command                                                      |
|-------------|-----------------|--------------------------------------------------------------|
| Release     | CRAN            | `install.packages("phangorn")`                                             |
| Development | GitHub          | `remotes::install_github("KlausVigo/phangorn")`                            |
| Development | r-universe      | `install.packages('phangorn', repos = 'https://klausvigo.r-universe.dev')`    |

To install the development version you may need to install the Biostrings package from bioconductor first:
```
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("Biostrings")
```
To use all functionality you might install all you might need to install the 
`rgl` and `ggseqlogo` package.  
```
install.packages("rgl")
install.packages("ggseqlogo")
```
The development version usually depends on the latest `ape` development 
version and information to download can be found 
[here](https://emmanuelparadis.github.io/ape_installation.html). 


## Citation

If you use phangorn please cite:

Schliep K.P. 2011. phangorn: phylogenetic analysis in R. Bioinformatics, 27(4) 592-593 


License
-------
phangorn is licensed under the GPLv2.

Owner

  • Name: Klaus Schliep
  • Login: KlausVigo
  • Kind: user
  • Location: Graz, Austria
  • Company: Graz University of Technology

Senior Scientist at TU Graz

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "phangorn",
  "description": "Allows for estimation of phylogenetic trees and networks using Maximum Likelihood, Maximum Parsimony, distance methods and Hadamard conjugation (Schliep 2011). Offers methods for tree comparison, model selection and visualization of phylogenetic networks as described in Schliep et al. (2017).",
  "name": "phangorn: Phylogenetic Reconstruction and Analysis",
  "relatedLink": [
    "https://klausvigo.github.io/phangorn/",
    "https://CRAN.R-project.org/package=phangorn"
  ],
  "codeRepository": "https://github.com/KlausVigo/phangorn",
  "issueTracker": "https://github.com/KlausVigo/phangorn/issues",
  "license": "https://spdx.org/licenses/GPL-2.0",
  "version": "2.12.1.3",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.5.1 (2025-06-13)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Klaus",
      "familyName": "Schliep",
      "email": "klaus.schliep@gmail.com",
      "@id": "https://orcid.org/0000-0003-2941-0161"
    },
    {
      "@type": "Person",
      "givenName": "Emmanuel",
      "familyName": "Paradis",
      "@id": "https://orcid.org/0000-0003-3092-2199"
    },
    {
      "@type": "Person",
      "givenName": "Leonardo",
      "familyName": "de Oliveira Martins",
      "@id": "https://orcid.org/0000-0001-5247-1320"
    },
    {
      "@type": "Person",
      "givenName": "Alastair",
      "familyName": "Potts"
    },
    {
      "@type": "Person",
      "givenName": "Iris",
      "familyName": "Bardel-Kahr",
      "@id": "https://orcid.org/0000-0002-8950-834X"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Tim W.",
      "familyName": "White"
    },
    {
      "@type": "Person",
      "givenName": "Cyrill",
      "familyName": "Stachniss"
    },
    {
      "@type": "Person",
      "givenName": "Michelle",
      "familyName": "Kendall",
      "email": "m.kendall@imperial.ac.uk"
    },
    {
      "@type": "Person",
      "givenName": "Keren",
      "familyName": "Halabi"
    },
    {
      "@type": "Person",
      "givenName": "Richel",
      "familyName": "Bilderbeek"
    },
    {
      "@type": "Person",
      "givenName": "Kristin",
      "familyName": "Winchell"
    },
    {
      "@type": "Person",
      "givenName": "Liam",
      "familyName": "Revell"
    },
    {
      "@type": "Person",
      "givenName": "Mike",
      "familyName": "Gilchrist"
    },
    {
      "@type": "Person",
      "givenName": "Jeremy",
      "familyName": "Beaulieu"
    },
    {
      "@type": "Person",
      "givenName": "Brian",
      "familyName": "O'Meara"
    },
    {
      "@type": "Person",
      "givenName": "Long",
      "familyName": "Qu"
    },
    {
      "@type": "Person",
      "givenName": "Joseph",
      "familyName": "Brown",
      "@id": "https://orcid.org/0000-0002-3835-8062"
    },
    {
      "@type": "Person",
      "givenName": "Santiago",
      "familyName": "Claramunt",
      "@id": "https://orcid.org/0000-0002-8926-5974"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Klaus",
      "familyName": "Schliep",
      "email": "klaus.schliep@gmail.com",
      "@id": "https://orcid.org/0000-0003-2941-0161"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "apex",
      "name": "apex",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=apex"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "Biostrings",
      "name": "Biostrings",
      "provider": {
        "@id": "https://www.bioconductor.org",
        "@type": "Organization",
        "name": "Bioconductor",
        "url": "https://www.bioconductor.org"
      },
      "sameAs": "https://bioconductor.org/packages/release/bioc/html/Biostrings.html"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "codetools",
      "name": "codetools",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=codetools"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "fastmatch",
      "name": "fastmatch",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=fastmatch"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggseqlogo",
      "name": "ggseqlogo",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggseqlogo"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggplot2"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "magick",
      "name": "magick",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=magick"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rgl",
      "name": "rgl",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rgl"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "seqinr",
      "name": "seqinr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=seqinr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "version": ">= 3.0.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "tinytest",
      "name": "tinytest",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=tinytest"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "vdiffr",
      "name": "vdiffr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=vdiffr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "xtable",
      "name": "xtable",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=xtable"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "ape",
      "name": "ape",
      "version": ">= 5.8",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ape"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 4.1.0"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "checkmate",
      "name": "checkmate",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=checkmate"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "digest",
      "name": "digest",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=digest"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "generics",
      "name": "generics",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=generics"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "graphics",
      "name": "graphics"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "grDevices",
      "name": "grDevices"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "igraph",
      "name": "igraph",
      "version": ">= 1.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=igraph"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "Matrix",
      "name": "Matrix",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=Matrix"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "methods",
      "name": "methods"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "osqp",
      "name": "osqp",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=osqp"
    },
    "12": {
      "@type": "SoftwareApplication",
      "identifier": "parallel",
      "name": "parallel"
    },
    "13": {
      "@type": "SoftwareApplication",
      "identifier": "Rcpp",
      "name": "Rcpp",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=Rcpp"
    },
    "14": {
      "@type": "SoftwareApplication",
      "identifier": "stats",
      "name": "stats"
    },
    "15": {
      "@type": "SoftwareApplication",
      "identifier": "utils",
      "name": "utils"
    },
    "SystemRequirements": null
  },
  "fileSize": "19405.075KB",
  "citation": [
    {
      "@type": "ScholarlyArticle",
      "datePublished": "2011",
      "author": [
        {
          "@type": "Person",
          "givenName": "Klaus",
          "familyName": "Schliep"
        }
      ],
      "name": "phangorn: phylogenetic analysis in R",
      "identifier": "10.1093/bioinformatics/btq706",
      "pagination": "592--593",
      "@id": "https://doi.org/10.1093/bioinformatics/btq706",
      "sameAs": "https://doi.org/10.1093/bioinformatics/btq706",
      "isPartOf": {
        "@type": "PublicationIssue",
        "issueNumber": "4",
        "datePublished": "2011",
        "isPartOf": {
          "@type": [
            "PublicationVolume",
            "Periodical"
          ],
          "volumeNumber": "27",
          "name": "Bioinformatics"
        }
      }
    },
    {
      "@type": "ScholarlyArticle",
      "datePublished": "2017",
      "author": [
        {
          "@type": "Person",
          "givenName": "Klaus",
          "familyName": "Schliep"
        },
        {
          "@type": "Person",
          "givenName": "Alastair J.",
          "familyName": "Potts"
        },
        {
          "@type": "Person",
          "givenName": "David A.",
          "familyName": "Morrison"
        },
        {
          "@type": "Person",
          "givenName": "Guido W.",
          "familyName": "Grimm"
        }
      ],
      "name": "Intertwining phylogenetic trees and networks",
      "pagination": "1212--1220",
      "isPartOf": {
        "@type": "PublicationIssue",
        "issueNumber": "10",
        "datePublished": "2017",
        "isPartOf": {
          "@type": [
            "PublicationVolume",
            "Periodical"
          ],
          "volumeNumber": "8",
          "name": "Methods in Ecology and Evolution"
        }
      }
    }
  ],
  "readme": "https://github.com/KlausVigo/phangorn/blob/main/README.md",
  "contIntegration": [
    "https://github.com/KlausVigo/phangorn/actions/workflows/R-CMD-check.yaml",
    "https://app.codecov.io/github/KlausVigo/phangorn?branch=main"
  ],
  "keywords": [
    "r",
    "phylogenetic-analysis",
    "phylogenetics"
  ]
}

GitHub Events

Total
  • Issues event: 17
  • Watch event: 6
  • Delete event: 1
  • Issue comment event: 12
  • Push event: 199
  • Pull request event: 2
  • Fork event: 3
Last Year
  • Issues event: 17
  • Watch event: 6
  • Delete event: 1
  • Issue comment event: 12
  • Push event: 199
  • Pull request event: 2
  • Fork event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 2,512
  • Total Committers: 11
  • Avg Commits per committer: 228.364
  • Development Distribution Score (DDS): 0.012
Past Year
  • Commits: 196
  • Committers: 2
  • Avg Commits per committer: 98.0
  • Development Distribution Score (DDS): 0.005
Top Committers
Name Email Commits
Klaus Schliep k****p@g****m 2,483
iris-bk o****g@g****m 11
Martin Smith m****s@g****m 5
richelbilderbeek r****l@r****l 4
Richel Bilderbeek r****k 2
Martin R. Smith m****h@d****k 2
Lee Katz l****z@g****m 1
Joseph W. Brown p****b@g****m 1
Duncan Murdoch m****n@g****m 1
Diego Giovane Pasqualin d****n@g****m 1
Darío Hereñú m****a@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 114
  • Total pull requests: 27
  • Average time to close issues: 5 months
  • Average time to close pull requests: 24 days
  • Total issue authors: 91
  • Total pull request authors: 11
  • Average comments per issue: 2.51
  • Average comments per pull request: 1.22
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 11
  • Pull requests: 3
  • Average time to close issues: 2 months
  • Average time to close pull requests: 3 days
  • Issue authors: 9
  • Pull request authors: 2
  • Average comments per issue: 0.73
  • Average comments per pull request: 0.67
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kbhoehn (7)
  • richelbilderbeek (5)
  • KlausVigo (5)
  • trilisser (3)
  • alptaciroglu (3)
  • cbird808 (2)
  • akhst7 (2)
  • wrightaprilm (2)
  • jphill01 (2)
  • BerzhanKurmanov (2)
  • melmasri (2)
  • ms609 (2)
  • Xinru99 (1)
  • ndukler (1)
  • iferres (1)
Pull Request Authors
  • iris-bk (8)
  • KlausVigo (7)
  • richelbilderbeek (4)
  • ms609 (4)
  • thijsjanzen (1)
  • kant (1)
  • teng-gao (1)
  • dwbapst (1)
  • lskatz (1)
  • josephwb (1)
  • dmurdoch (1)
Top Labels
Issue Labels
enhancement (2) upkeep (1)
Pull Request Labels

Packages

  • Total packages: 4
  • Total downloads:
    • cran 20,423 last-month
  • Total docker downloads: 209,470
  • Total dependent packages: 73
    (may contain duplicates)
  • Total dependent repositories: 171
    (may contain duplicates)
  • Total versions: 72
  • Total maintainers: 1
cran.r-project.org: phangorn

Phylogenetic Reconstruction and Analysis

  • Versions: 59
  • Dependent Packages: 66
  • Dependent Repositories: 162
  • Downloads: 20,423 Last month
  • Docker Downloads: 209,470
Rankings
Dependent packages count: 1.3%
Dependent repos count: 1.5%
Forks count: 1.9%
Stargazers count: 2.2%
Downloads: 3.7%
Average: 5.3%
Docker downloads count: 21.0%
Maintainers (1)
Last synced: 10 months ago
proxy.golang.org: github.com/KlausVigo/phangorn
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.5%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 10 months ago
proxy.golang.org: github.com/klausvigo/phangorn
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.5%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 10 months ago
conda-forge.org: r-phangorn
  • Versions: 11
  • Dependent Packages: 7
  • Dependent Repositories: 9
Rankings
Dependent packages count: 8.0%
Dependent repos count: 11.6%
Average: 19.1%
Stargazers count: 27.5%
Forks count: 29.1%
Last synced: 10 months ago

Dependencies

.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action 4.1.4 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 4.1.0 depends
  • ape >= 5.6 depends
  • Matrix * imports
  • Rcpp * imports
  • digest * imports
  • fastmatch * imports
  • generics * imports
  • grDevices * imports
  • graphics * imports
  • igraph >= 1.0 imports
  • methods * imports
  • parallel * imports
  • quadprog * imports
  • stats * imports
  • utils * imports
  • Biostrings * suggests
  • knitr * suggests
  • magick * suggests
  • rgl * suggests
  • rmarkdown * suggests
  • seqLogo * suggests
  • seqinr * suggests
  • tinytest * suggests
  • xtable * suggests
.github/workflows/check-standard.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite