Software Map
Project Tree
Now limiting view to projects in the following categories:
Development Status :: 3 - Alpha [Remove This Filter]
Programming Language :: R [Remove This Filter]
Operating System :: OS Independent [Remove This Filter]
105 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1>
0. Special Mathematical Functions - Exploring issues about computing special mathematical functions as accurately and efficiently as possibly, including Bessel functions, incomplete Gamma and Beta. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C/C\+\+ [Filter]
- Programming Language : R (Now Filtering)
- Topic : Numerical Analysis : Error Analysis and Interval Analysis [Filter]
|
Activity Percentile: 62.50
Registered: 2009-11-25 09:17 |
1. EcoHydrology - A package containing a library of principle/fundamental equations used in the interdisciplinary field studying the complex interactions between hydrology and ecology (commonly referred to as Eco-Hydrology). |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Environmetrics [Filter]
|
Activity Percentile: 0.00
Registered: 2010-11-29 02:43 |
2. Quantmod extension for Russian market - This is an extension for quantmod framework to simplify working with Russian stock market. Adds additional datas to work with MOEX (Moscow Exchange) using finam.ru and mfd.ru datasources. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : Developers [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Natural Language : Russian [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Finance : Data and Date Management [Filter]
|
Activity Percentile: 0.00
Registered: 2011-08-02 08:18 |
3. refnet - Bibliometric Tools for R - This package and its tools are currently designed to read, analyze and visualize Thomson-Reuters Web of Knowledge/Science, ISI and SCOPUS format reference data files. Social network analyses, geocoding of addresses and spatial visualization are supported. |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU Lesser General Public License (LGPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Social Sciences [Filter]
- Topic : Spatial Data & Statistics [Filter]
- Topic : Text [Filter]
|
Activity Percentile: 0.00
Registered: 2013-06-03 18:44 |
4. Web Maps - A package for creating 'slippy web maps' from spatial data. Easily create HTML pages that show your points, lines, and polygons on world map data. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Connectivity : WWW/HTTP [Filter]
- Topic : Spatial Data & Statistics : Reading and Writing Spatial Data [Filter]
|
Activity Percentile: 0.00
Registered: 2009-08-06 15:29 |
5. Bias reduction in GLMs - brglm provides brglm.fit which is an alternative method to glm.fit that works under the usual glm interface.
Estimation is either by correcting the bias of the maximum likelihood estimates or using an adjusted-score approach to improving bias. |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Regression Models [Filter]
- Topic : Social Sciences : Analysis of Categorical and Count Data [Filter]
- Topic : Social Sciences : Linear and Generalized Linear Models [Filter]
|
Activity Percentile: 0.00
Registered: 2011-08-20 14:19 |
6. Quantitative Fitness Analysis - QFA is an experimental and computational methodology for estimation of the fitnesses of arrayed microbial cultures growing on solid agar. Methods for estimating fitnesses, fitness variability and genetic interaction strengths are included. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Bayesian Statistics : General Model Fitting [Filter]
- Topic : Bioinformatics : Mathematics [Filter]
- Topic : Bioinformatics : Statistics [Filter]
|
Activity Percentile: 0.00
Registered: 2010-09-06 17:05 |
7. xkcd - Graphs using the XKCD style (http://xkcd.com/). Original idea was borrowed from http://stackoverflow.com/questions/12675147/how-can-we-make-xkcd-style-graphs-in-r. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Education [Filter]
- Topic : Graphics : Applications [Filter]
|
Activity Percentile: 0.00
Registered: 2013-04-28 15:53 |
8. Leverage Space Portfolio Modeler - Functions to implement Ralph Vince's Leverage Space Portfolio Model in R.
This project has moved from R-Forge to GitHub :
https://github.com/joshuaulrich/LSPM
|
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C/C\+\+ [Filter]
- Programming Language : R (Now Filtering)
- Topic : Finance [Filter]
|
Activity Percentile: 0.00
Registered: 2009-07-22 17:50 |
9. RMVL - Mappable vector library provides convenient way to access large datasets on solid state drives. This bypasses limitation of physical memory size as well as limited bandwidth of database interfaces. Memory mapped data can be shared between multiple R processes. Access speed depends on storage medium, so solid state drive is recommended, preferably with PCI Express (or M.2 nvme) interface. The data is memory mapped into R and then accessed using usual R list and array subscription operators. The layout of underlying MVL files is optimized for large datasets. The vectors are stored to guarantee alignment for vector intrinsics after memory map. The package is built on top of libMVL, which can be used as standalone C library. libMVL has simple C API making it easy to interchange of datasets with outside programs. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU Lesser General Public License (LGPL) [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C/C\+\+ [Filter]
- Programming Language : R (Now Filtering)
- Topic : Database [Filter]
- Topic : High Performance Computing : Large Memory [Filter]
- Topic : High Performance Computing : Parallel Computing [Filter]
|
Activity Percentile: 0.00
Registered: 2021-08-19 02:16 |
10. cdb - A constant database is a data structure created by Daniel J. Bernstein in his cdb package. Its format consists on a sequence of (key,value)-pairs. This R package replicates the basic utilities for reading (cdbget) and writing (cdbdump) constant databases. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Database : R Interfaces [Filter]
|
Activity Percentile: 0.00
Registered: 2013-04-14 09:23 |
11. ggExtra - This package provides functions and themes to complement the ggplot2 graphics package for R available on CRAN. |
- Development Status : 3 - Alpha (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Graphics : Plotting [Filter]
|
Activity Percentile: 0.00
Registered: 2009-03-06 11:39 |
12. quantmod: financial modelling - Designed to bring fast, full, and extensible access of R statistical tools to the quantitative developer.
This project has moved from R-Forge to GitHub:
https://github.com/joshuaulrich/quantmod |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Fortran [Filter]
- Programming Language : R (Now Filtering)
- Topic : Econometrics [Filter]
- Topic : Finance : Data and Date Management [Filter]
|
Activity Percentile: 0.00
Registered: 2008-01-10 19:53 |
13. ORCME - ORCME project develops a package for order restricted clustering of microarray experiments. It reflects on-going research of the bioinformatics group within the Center for Statistics at UHasselt. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Bioinformatics : Statistics [Filter]
- Topic : Cluster Analysis : Other Cluster Algorithms [Filter]
|
Activity Percentile: 0.00
Registered: 2008-08-21 11:49 |
14. PhyloOrchard - This holds noteworthy chronograms. It serves as the tree store for the DateLife.org project but is available for anyone to use. |
- Development Status : 3 - Alpha (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Datasets [Filter]
- Topic : Genetics : Phylogenetics [Filter]
|
Activity Percentile: 0.00
Registered: 2011-09-17 01:58 |
15. drawExpression - This package aims at giving easy access to the abstract syntax of R through graphical representation.
R expressions and R data structure are represented through some graphical conventions. |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Other Environment [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : Public Domain [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Graphics [Filter]
- Topic : Text : Documentation [Filter]
|
Activity Percentile: 0.00
Registered: 2009-12-28 09:49 |
16. Trading System Modelling - A framework for modelling trading systems in R |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Finance [Filter]
|
Activity Percentile: 0.00
Registered: 2009-07-09 18:48 |
17. Metadata along Dimensions - Arrays and Data Frames with Metadata along their Dimensions |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Developers [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Finance : Data and Date Management [Filter]
- Topic : Software Development [Filter]
|
Activity Percentile: 0.00
Registered: 2009-07-17 07:56 |
18. tables: Compute and format tables - Development of the tables package has moved to Github: https://github.com/dmurdoch/tables.
This site will contain the history before the move (i.e. up to version 0.9.10).
This project provides a formula interface to construct tables. It is mainly intended to produce Sweave output. (It was inspired by old memories of SAS PROC TABULATE, but the syntax is not compatible.) |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : GNU General Public License (GPL) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Text : Documentation [Filter]
|
Activity Percentile: 0.00
Registered: 2011-11-26 16:10 |
19. soRvi - avoimen datan työkalupakki - soRvi on avoimen datan työkalupakki, joka tarjoaa laskennallisia välineitä avointen rajapintojen kautta saatavien tietoaineistojen hakuun, siivoamiseen, yhdistelyyn, louhintaan ja visualisointiin tukien erityisesti suomalaista avoimen datan yhteisöä. |
- Development Status : 3 - Alpha (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Environment : Web Environment [Filter]
- Environment : X11 Applications [Filter]
- Intended Audience : Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- Intended Audience : Other Audience [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : R (Now Filtering)
- Topic : Database : R Interfaces [Filter]
- Topic : Machine Learning [Filter]
- Topic : Other/Nonlisted Topic [Filter]
|
Activity Percentile: 0.00
Registered: 2011-10-07 15:24 |
105 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1>