Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: julia-wrobel
  • License: other
  • Language: R
  • Default Branch: main
  • Size: 67.3 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 2
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

mxfda

R-CMD-check test-coverage <!-- badges: end -->

mxFDA

A functional data analysis package for spatial point pattern data.

Installing mxFDA to R

To install, the devtools or remotes package is required for the install_github() function:

```

install devtools if not available

if (!require("devtools", quietly = TRUE)) install.packages("devtools")

install from github

devtools::install_github("julia-wrobel/mxfda") ```

To install a specific release of mxfda, use the devtools syntax. This is an example for installing the first release of mxfda:

devtools::install_github('julia-wrobel/mxfda@v0.2.2.1')

Vignettes and Function References

If interested in documentation and how-to's, please see https://julia-wrobel.github.io/mxfda/index.html

GitHub Code

The raw code can be found on the GitHub page by clicking the GitHub symbol in the upper right of the pkgdown site or at https://github.com/julia-wrobel/mxfda

Owner

  • Name: Julia Wrobel
  • Login: julia-wrobel
  • Kind: user
  • Location: Denver, CO
  • Company: University of Colorado School of Public Health

GitHub Events

Total
  • Release event: 1
  • Push event: 3
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 3
  • Create event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 226 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: mxfda

A Functional Data Analysis Package for Spatial Single Cell Data

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 226 Last month
Rankings
Dependent packages count: 27.8%
Dependent repos count: 35.6%
Average: 49.5%
Downloads: 85.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • dplyr * imports
  • magrittr * imports
  • purrr * imports
  • refund * imports
  • spatstat.explore * imports
  • spatstat.geom * imports
  • tibble * imports
  • tidyr * imports
  • knitr * suggests
  • rmarkdown * suggests
  • spatialTIME * suggests
  • testthat >= 3.0.0 suggests
  • tidyverse * suggests
.github/workflows/R-CMD-check.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