np

R package np (Nonparametric Kernel Smoothing Methods for Mixed Data Types)

https://github.com/jeffreyracine/r-package-np

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package np (Nonparametric Kernel Smoothing Methods for Mixed Data Types)

Basic Info
Statistics
  • Stars: 49
  • Watchers: 5
  • Forks: 18
  • Open Issues: 15
  • Releases: 0
Created about 15 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

np

CRAN downloads

This is the R package `np' (Nonparametric Kernel Methods for Mixed Datatypes) written and maintained by Jeffrey S. Racine (racinej@mcmaster.ca) and co-authored by Tristen Hayfield (tristen.hayfield@gmail.com)

Installation

You can install the stable version on CRAN:

r install.packages('np', dependencies = TRUE)

Or download the zip ball or tar ball, decompress and run R CMD INSTALL on it.

Alternatively, you can install the development version but before doing so Windows users have to first install Rtools, while OS X users have to first install Xcode and the command line tools (in OS X 10.9 or higher, once you have Xcode installed, open a terminal and run xcode-select --install). Note also that versions of e.g. Rtools are paired with versions of R so ensure you have the latest version of R installed prior to commencing this process.

After installing Rtools/Xcode and devtools (via install.packages("devtools")), install the development package using the following command:

r library(devtools); install_github('JeffreyRacine/R-Package-np')

Note also that if you wish a fast install without the building of vignettes (or if you do not have TeX installed on your system), add the option buildvignettes=FALSE to the installgithub() call.

Note that if you wish to install the MPI-enabled development version of the package (i.e. the package `npRmpi'), you can add the option ref='npRmpi' to the install_github call above presuming that your system has the required MPI subsystem installed (see my homepage for further details).

For more information on this project please visit the maintainer's website (https://www.socialsciences.mcmaster.ca/people/racinej).

Owner

  • Name: Jeffrey S. Racine
  • Login: JeffreyRacine
  • Kind: user
  • Location: Hamilton, Ontario, Canada
  • Company: McMaster University

GitHub Events

Total
  • Issues event: 4
  • Watch event: 2
  • Issue comment event: 4
  • Push event: 4
Last Year
  • Issues event: 4
  • Watch event: 2
  • Issue comment event: 4
  • Push event: 4

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 947
  • Total Committers: 4
  • Avg Commits per committer: 236.75
  • Development Distribution Score (DDS): 0.378
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jeffrey Racine r****j@m****a 589
Tristen Hayfield t****d@g****m 355
Tristen Hayfield h****d@m****e 2
guest4 g****4@t****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 49
  • Total pull requests: 3
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 33
  • Total pull request authors: 3
  • Average comments per issue: 2.29
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 0
  • Average time to close issues: about 18 hours
  • Average time to close pull requests: N/A
  • Issue authors: 3
  • Pull request authors: 0
  • Average comments per issue: 0.33
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • waynelapierre (8)
  • JeffreyRacine (6)
  • EfthymiosCosta (3)
  • Jadamso (2)
  • egarpor (2)
  • mathieudavidrun (1)
  • spoupakis (1)
  • alequech (1)
  • AlJacq (1)
  • nishanthdikkala (1)
  • iburunat (1)
  • lina0920 (1)
  • mb706 (1)
  • Bijaelo (1)
  • wiz21b (1)
Pull Request Authors
  • mb706 (2)
  • TristenHayfield (1)
  • benkeser (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 5,246 last-month
  • Total docker downloads: 45,773
  • Total dependent packages: 41
    (may contain duplicates)
  • Total dependent repositories: 52
    (may contain duplicates)
  • Total versions: 56
  • Total maintainers: 1
cran.r-project.org: np

Nonparametric Kernel Smoothing Methods for Mixed Data Types

  • Versions: 50
  • Dependent Packages: 39
  • Dependent Repositories: 52
  • Downloads: 5,246 Last month
  • Docker Downloads: 45,773
Rankings
Dependent packages count: 2.0%
Dependent repos count: 3.4%
Forks count: 4.6%
Downloads: 5.2%
Stargazers count: 7.3%
Average: 8.0%
Docker downloads count: 25.7%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-np
  • Versions: 6
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent packages count: 19.5%
Average: 32.2%
Dependent repos count: 34.0%
Forks count: 36.1%
Stargazers count: 39.1%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • boot * imports
  • cubature * imports
  • methods * imports
  • quadprog * imports
  • quantreg * imports
  • stats * imports
  • MASS * suggests
  • ks * suggests
  • logspline * suggests