Ports Search

Results 3,7913,800 of 5,623 for /devel/.(0.003 seconds)
devel/php55-5.5.38 (Score: 0.032514982)
The sysvmsg shared extension for php
devel/glmnet-1.8.5 (Score: 0.032514982)
Lasso and elastic-net regularized generalized linear models
Extremely efficient procedures for fitting the entire lasso or elastic-net regularization path for linear regression, logistic and multinomial regression models, poisson regression and the Cox model. Two recent additions are the multiresponse gaussian, and the grouped multinomial.
devel/gmodels-2.16.2 (Score: 0.032514982)
Various R Programming Tools for Model Fitting
Various R Programming Tools for Model Fitting.
devel/gsubfn-0.6.5 (Score: 0.032514982)
R package used for string matching, substitution and parsing
gsubfn is an R package used for string matching, substitution and parsing. A seemingly small generalization of gsub, namely allow the replacement string to be a replacement function, list, formula or proto object, can result in increased power and applicability. The resulting function, gsubfn is the namesake of this package.
devel/picp-0.6.8 (Score: 0.032514982)
Driver for the Microchip Picstart Plus development programmer
This is a FreeBSD port of picp, a command line driver for the Microchip Picstart Plus development programmer. It is compatible with a variety of PICs including the 16F84.
devel/iterators-1.0.8 (Score: 0.032514982)
Iterator construct for R
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
devel/itertools-0.1.3 (Score: 0.032514982)
Iterator Tools for R
Various tools for creating iterators, many patterned after functions in the Python itertools module, and others patterned after functions in the 'snow' package.
devel/pipestatus-0.6.0 (Score: 0.032514982)
UNIX/POSIX shell helper for running pipes safely
pipestatus - source file for POSIX shell that allows to obtain an exit status of every program in a pipe. MOTIVATION When we program in shell we often run pipes like this prog1 args1 | prog2 args2 | ... | progN argsN POSIX says that exit status of pipe is the exit status of LAST program in it, i.e. progN in our example. That is, exit status of all other programs in pipe is silently ignored. But in many situations exit status of all programs in pipe should be checked to make program robust. Some shells like BASH and ZSH have special extensions for doing this but POSIX shell unfortunately doesn't provide an EASY way for doing this. In order to solve the problem, described above pipestatus was written.
devel/memoise-1.0.0 (Score: 0.032514982)
Memoise functions for R
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
devel/microbenchmark-1.4.2 (Score: 0.032514982)
Infrastructure to measure the execution time of R expressions
Provides infrastructure to accurately measure and compare the execution time of R expressions.