np
R package np (Nonparametric Kernel Smoothing Methods for Mixed Data Types)
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
Repository
R package np (Nonparametric Kernel Smoothing Methods for Mixed Data Types)
Basic Info
- Host: GitHub
- Owner: JeffreyRacine
- Language: C
- Default Branch: master
- Homepage: https://socialsciences.mcmaster.ca/people/racinej
- Size: 6.96 MB
Statistics
- Stars: 49
- Watchers: 5
- Forks: 18
- Open Issues: 15
- Releases: 0
Metadata Files
README.md
np
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
- Website: https://socialsciences.mcmaster.ca/people/racinej
- Repositories: 4
- Profile: https://github.com/JeffreyRacine
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
Top Committers
| Name | 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
- Homepage: https://github.com/JeffreyRacine/R-Package-np
- Documentation: http://cran.r-project.org/web/packages/np/np.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL]
-
Latest release: 0.60-18
published over 1 year ago
Rankings
Maintainers (1)
conda-forge.org: r-np
- Homepage: https://github.com/JeffreyRacine/R-Package-np
- License: GPL-3.0-only
-
Latest release: 0.60_16
published almost 4 years ago
Rankings
Dependencies
- boot * imports
- cubature * imports
- methods * imports
- quadprog * imports
- quantreg * imports
- stats * imports
- MASS * suggests
- ks * suggests
- logspline * suggests