Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 10991 - 11000 of 11200 found.
[1] < 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 > [1120]  Sort:

rbamtools : Read and Write BAM (Binary Alignment) Files

Package: rbamtools
Type: Package
Title: Read and Write BAM (Binary Alignment) Files
Version: 2.16.0
Date: 2016-05-24
Author: Wolfgang Kaisers
Maintainer: Wolfgang Kaisers <kaisers@med.uni-duesseldorf.de>
Description: Provides an interface to functions of the 'SAMtools' C-Library by Heng Li.
License: Artistic-2.0
LazyLoad: yes
Depends: methods, refGenome (>= 1.6.1)
Suggests: xtable
Collate: rbamtools.r segmentize.r sampleBamFiles.r
Packaged: 2016-05-24 15:20:09 UTC; wolfgang
Repository: CRAN
Date/Publication: 2016-05-29 15:05:36
NeedsCompilation: yes

● Data Source: CranContrib
● 0 images, 54 functions, 0 datasets
● Reverse Depends: 0

rbefdata : BEFdata R package

Package: rbefdata
Title: BEFdata R package
Version: 0.3.5
Authors@R: c(person("Claas-Thido", "Pfaff",
email="claas-thido.pfaff@idiv-biodiversity.de", role=c("cre","aut")),
person("Karin", "Nadrowski", email="nadrowski@uni-leipzig.de", role="aut"),
person("Xingxing", "Man", email="manxingxing@gmail.com", role="aut"))
Description: Basic R package to access data structures offered by any
BEFdata portal instance.
Suggests: ggplot2, plyr
Imports: XML, RCurl, rjson, wordcloud, rtematres, RColorBrewer
Date: 2013-04-17
License: MIT + file LICENSE
URL: https://github.com/befdata/rbefdata
Collate: 'bef.options.R' 'zzz.R' 'rbefdata-package.R'
'bef.portal.get.dataset.R' 'bef.portal.get.proposal.R'
'bef.portal.get.metadata.R' 'bef.portal.get.keywords.R'
'bef.portal.get.categories.R' 'bef.portal.upload.R'
'bef.portal.api.R' 'bef.mediawiki.api.R' 'bef.tematres.api.R'
'helper.R' 'bef.portal.get.attachments.R'
'rbefdata-deprecated.R' 'rbefdata-defunct.R'
'bef.portal.vizalize.R'
Packaged: 2013-11-18 11:38:10 UTC; sabsirro
Author: Claas-Thido Pfaff [cre, aut],
Karin Nadrowski [aut],
Xingxing Man [aut]
Maintainer: Claas-Thido Pfaff <claas-thido.pfaff@idiv-biodiversity.de>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-11-18 17:50:08

● Data Source: CranContrib
● 0 images, 21 functions, 0 datasets
● Reverse Depends: 0

rbenchmark : Benchmarking routine for R

Package: rbenchmark
Type: Package
Title: Benchmarking routine for R
Version: 1.0.0
Date: 2012-08-30
Authors@R: c( person("Wacek", "Kusnierczyk", role=c("aut", "cre"),
email="waku@idi.ntnu.no"), person("Dirk", "Eddelbuettel",
role="ctb", email="edd@debian.org"), person("Berend",
"Hasselman", role="ctb", email="bhh@xs4all.nl"))
Author: Wacek Kusnierczyk <waku@idi.ntnu.no>
Maintainer: Wacek Kusnierczyk <waku@idi.ntnu.no>
Description: rbenchmark is inspired by the Perl module Benchmark, and
is intended to facilitate benchmarking of arbitrary R code. The
library consists of just one function, benchmark, which is a
simple wrapper around system.time. Given a specification of
the benchmarking process (counts of replications, evaluation
environment) and an arbitrary number of expressions, benchmark
evaluates each of the expressions in the specified environment,
replicating the evaluation as many times as specified, and
returning the results conveniently wrapped into a data frame.
License: GPL (>= 2)
LazyLoad: yes
URL: http://rbenchmark.googlecode.com
Packaged: 2012-08-30 10:04:59 UTC; waku
Repository: CRAN
Date/Publication: 2012-08-30 12:26:04

● Data Source: CranContrib
● 0 images, 2 functions, 0 datasets
Reverse Depends: 1

rbhl : Interface to the 'Biodiversity' 'Heritage' Library

Package: rbhl
Title: Interface to the 'Biodiversity' 'Heritage' Library
Description: Interface to 'Biodiversity' 'Heritage' Library ('BHL') 'API'
methods. 'BHL' is a repository of 'digitized' literature on 'biodiversity'
studies, including 'floras', research papers, and more.
Type: Package
Version: 0.2.0
License: MIT + file LICENSE
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com"))
URL: https://github.com/ropensci/rbhl
BugReports: https://github.com/ropensci/rbhl/issues
LazyData: true
VignetteBuilder: knitr
Imports: methods, utils, stats, httr, XML, jsonlite, plyr
Suggests: testthat, roxygen2, knitr
NeedsCompilation: no
Packaged: 2015-07-10 17:23:42 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2015-07-10 21:03:45

● Data Source: CranContrib
● Cran Task View: WebTechnologies
● 0 images, 40 functions, 1 datasets
● Reverse Depends: 0

rbiouml : Interact with BioUML Server

Package: rbiouml
Type: Package
Title: Interact with BioUML Server
Version: 1.7
Date: 2015-09-24
Description: Functions for connecting to BioUML server, querying BioUML repository and launching BioUML analyses.
Maintainer: Ivan Yevshin <ivan@dote.ru>
Authors@R: c(person("Ivan", "Yevshin", role = c("aut", "cre"), email = "ivan@dote.ru"),
person("Tagir", "Valeev", role = "aut"))
License: GPL-2
Depends: RCurl, RJSONIO
NeedsCompilation: no
Packaged: 2015-09-24 07:33:58 UTC; ivan
Author: Ivan Yevshin [aut, cre],
Tagir Valeev [aut]
Repository: CRAN
Date/Publication: 2015-09-25 08:30:33

● Data Source: CranContrib
● 0 images, 17 functions, 0 datasets
● Reverse Depends: 0

rbison : Interface to the 'USGS' 'BISON' 'API'

Package: rbison
Title: Interface to the 'USGS' 'BISON' 'API'
Description: Interface to the 'USGS' 'BISON' 'API', a 'database' for
species occurrence data on the web. Data comes from species in the
United States from participating data providers. You can get
data via 'taxonomic' and location based queries. A simple function
is provided to help visualize data.
Version: 0.4.8
License: MIT + file LICENSE
URL: https://github.com/ropensci/rbison
BugReports: https://github.com/ropensci/rbison/issues
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com"))
LazyData: true
VignetteBuilder: knitr
Imports: methods, stats, plyr, httr, ggplot2, mapproj, grid, sp, dplyr,
jsonlite
Suggests: knitr, testthat, taxize
NeedsCompilation: no
Packaged: 2015-07-01 22:40:23 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2015-07-02 01:34:06

● Data Source: CranContrib
● Cran Task View: WebTechnologies
● 0 images, 12 functions, 0 datasets
● Reverse Depends: 0

rbitcoinchartsapi : R Package for the BitCoinCharts.com API

Package: rbitcoinchartsapi
Type: Package
Title: R Package for the BitCoinCharts.com API
Version: 1.0.4
Date: 2014-08-06
Author: Thomas P. Fuller <thomas.fuller@coherentlogic.com>
Maintainer: Thomas P. Fuller <thomas.fuller@coherentlogic.com>
Description: An R package for the BitCoinCharts.com API.
Depends: R (>= 3.0.3), RJSONIO, RCurl
SystemRequirements:
LazyLoad: yes
License: LGPL-3
Copyright: (C) 2014 Coherent Logic Limited; ALL RIGHTS RESERVED.
URL: http://www.r-project.org
http://www.coherentlogic.com/wordpress/?page_id=3580&source=cran
Repository: CRAN
Archs: i386, x64
Packaged: 2014-06-14 13:52:06 UTC; thospfuller
NeedsCompilation: no
Date/Publication: 2014-06-14 17:05:00

● Data Source: CranContrib
● Cran Task View: WebTechnologies
● 0 images, 3 functions, 0 datasets
● Reverse Depends: 0

rbmn : Handling Linear Gaussian Bayesian Networks

Package: rbmn
Version: 0.9-2
Date: 2013-08-01
Type: Package
Title: Handling Linear Gaussian Bayesian Networks
Author: Jean-Baptiste Denis <Jean-Baptiste.Denis@jouy.inra.fr>
Maintainer: Jean-Baptiste Denis <Jean-Baptiste.Denis@jouy.inra.fr>
Description: Creation, manipulation, simulation of linear Gaussian Bayesian
networks from text files and more...
License: GPL (>= 2)
Depends: MASS
Suggests: bnlearn, igraph
Packaged: 2013-08-01 12:52:21 UTC; jbdenis
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-08-01 15:29:29

● Data Source: CranContrib
● 0 images, 64 functions, 1 datasets
● Reverse Depends: 0

rbokeh : R Interface for Bokeh

Package: rbokeh
Title: R Interface for Bokeh
Version: 0.4.2
Authors@R: c(
person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("aut", "cre")),
person("Kenton", "Russell", email = "kent.russell@timelyportfolio.com", role = "ctb"),
person("Jonathan", "Owen", email = "jonathanro@gmail.com", role = "ctb"),
person("Barret", "Schloerkep", email = "schloerke@gmail.com", role = "ctb"),
person("Saptasrhi", "Guha", email = "saptarshi.guha@gmail.com", role = "ctb"),
person("Continuum Analytics, Inc.", role = c("aut", "cph"),
comment = "Bokeh library in htmlwidgets/lib, http://bokeh.pydata.org"
))
Description: R interface for creating plots in Bokeh. Bokeh by Continuum
Analytics, url{http://bokeh.pydata.org/en/latest/}.
URL: https://hafen.github.io/rbokeh
BugReports: https://github.com/hafen/rbokeh/issues
License: MIT + file LICENSE
LazyData: true
NeedsCompilation: no
Imports: htmlwidgets (>= 0.5), maps, methods, jsonlite, digest, hexbin,
lazyeval, pryr, magrittr, ggplot2, scales, gistr
Suggests: testthat, data.table, lattice, roxygen2 (>= 5.0.0)
Enhances: shiny (>= 0.12)
RoxygenNote: 5.0.1
Packaged: 2016-03-04 18:40:24 UTC; hafen
Author: Ryan Hafen [aut, cre],
Kenton Russell [ctb],
Jonathan Owen [ctb],
Barret Schloerkep [ctb],
Saptasrhi Guha [ctb],
Continuum Analytics, Inc. [aut, cph] (Bokeh library in htmlwidgets/lib,
http://bokeh.pydata.org)
Maintainer: Ryan Hafen <rhafen@gmail.com>
Repository: CRAN
Date/Publication: 2016-03-09 01:06:25

● Data Source: CranContrib
● 0 images, 80 functions, 0 datasets
● Reverse Depends: 0

rbounds : Perform Rosenbaum bounds sensitivity tests for matched and unmatched data.

Package: rbounds
Version: 2.1
Title: Perform Rosenbaum bounds sensitivity tests for matched and
unmatched data.
Date: 2014-12-7
Author: Luke J. Keele
Maintainer: Luke J. Keele <ljk20@psu.edu>
Depends: R (>= 2.8.1), Matching
Description: Takes matched and unmatched data and calculates Rosenbaum bounds for the treatment effect. Calculates bounds for binary outcome data, Hodges-Lehmann point estimates, Wilcoxon signed-rank test for matched data and matched IV estimators, Wilcoxon sum rank test, and for data with multiple matched controls. Package is also designed to work with the Matching package and operate on Match() objects.
License: GPL (>= 2)
Packaged: 2014-12-07 22:54:01 UTC; ljk20
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-12-08 07:23:24

● Data Source: CranContrib
● 0 images, 9 functions, 1 datasets
● Reverse Depends: 0