agsemisc
miscellaneous plot and stats helpers for R, in particular panel.bwstrip and panel.xy
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Repository
miscellaneous plot and stats helpers for R, in particular panel.bwstrip and panel.xy
Basic Info
- Host: GitHub
- Owner: prechelt
- Language: R
- Default Branch: master
- Size: 160 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
README for agsemisc
agsemisc is a set of utility functions for the R statistics software. It includes the lattice plot type functions panel.bwstrip and panel.xy, the plotting management function plotf and a number of minor helpers.
How to use
In an R session: install.packages("agsemisc") # once library("agsemisc") # once per R session
History
1997-10 First beginnings, first with S-Plus, then also with R 0.64
2005-xx Version 1.0-1 released for R 2.1
2006-05-29 Version 1.1-3 released for R 2.3 - FIRST PUBLIC VERSION
2010-11-03 Version 1.2-1 released for R 2.11 - Renamed a.showextremes to a.printextremes - Removed a.rankval (use rank(x, na.last="keep") instead) - Added documentation for statshelpers.R: a.iqr, a.qr, a.findcorrelations, a.printextremes
2014-07-30 Version 1.2-2 to be released for R 3.1 - corrections for compatibility with R 3.1
How to make a new release
For release XX, on a command prompt in agsemisc/.. : R CMD build agsemisc # create tar R CMD check --as-cran agsemisc_XX.tar.gz # perform conformance tests
Submit to CRAN via http://cran.r-project.org/submit.html
Owner
- Name: Lutz Prechelt
- Login: prechelt
- Kind: user
- Location: Berlin, Germany
- Company: Freie Universität Berlin
- Repositories: 27
- Profile: https://github.com/prechelt
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 4
- Total Committers: 1
- Avg Commits per committer: 4.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| Lutz Prechelt | p****t@i****e | 4 |
Committer Domains (Top 20 + Academic)
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
cran.r-project.org: agsemisc
Miscellaneous plotting and utility functions
- Homepage: https://github.com/prechelt/agsemisc
- Documentation: http://cran.r-project.org/web/packages/agsemisc/agsemisc.pdf
- License: GPL-2
- Status: removed
-
Latest release: 1.3-1
published almost 12 years ago
Rankings
Dependencies
- R >= 1.8.0 depends
- lattice * depends
- MASS * imports
- grid * imports