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 11041 - 11050 of 11200 found.
[1] < 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 > [1120]  Sort:

readMzXmlData : Reads Mass Spectrometry Data in mzXML Format

Package: readMzXmlData
Version: 2.8.1
Date: 2015-09-16
Title: Reads Mass Spectrometry Data in mzXML Format
Authors@R: person("Sebastian", "Gibb", role=c("aut", "cre"),
email="mail@sebastiangibb.de")
Depends: R (>= 2.15.0)
Imports: base64enc, digest, XML
Description: Functions for reading mass spectrometry data in mzXML format.
License: GPL (>= 3)
URL: http://strimmerlab.org/software/maldiquant/
https://github.com/sgibb/readMzXmlData/
BugReports: https://github.com/sgibb/readMzXmlData/issues/
LazyLoad: yes
NeedsCompilation: no
Packaged: 2015-09-16 08:08:30 UTC; sebastian
Author: Sebastian Gibb [aut, cre]
Maintainer: Sebastian Gibb <mail@sebastiangibb.de>
Repository: CRAN
Date/Publication: 2015-09-16 12:54:49

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

readODS : Read ODS Files

Package: readODS
Type: Package
Title: Read ODS Files
Version: 1.6.2
Date: 2016-03-07
Author: Gerrit-Jan Schutten, Chung-hong Chan
Maintainer: Chung-hong Chan <chainsawtiney@gmail.com>
Contact: https://github.com/chainsawriot/readODS/
Description: Read ODS (OpenDocument Spreadsheet) and puts them into data frames.
Imports: xml2, cellranger, readr
Suggests: dplyr, testthat
License: GPL-3
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-09 06:25:47 UTC; chainsaw
Repository: CRAN
Date/Publication: 2016-03-09 09:13:46

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

readbitmap : Simple Unified Interface to Read Bitmap Images (BMP,JPEG,PNG)

Package: readbitmap
Maintainer: Gregory Jefferis <jefferis@gmail.com>
License: GPL (>= 2)
Title: Simple Unified Interface to Read Bitmap Images (BMP,JPEG,PNG)
Author: Gregory Jefferis
Description: Identifies and reads Windows BMP, JPEG and PNG format bitmap
images. Identification defaults to the use of the magic number embedded in
the file rather than the file extension. Reading of JPEG and PNG image
depends on libjpg and libpng libraries. See file INSTALL for details if
necessary.
Version: 0.1-4
Date: 2014-09-05
URL: https://github.com/jefferis/readbitmap
BugReports: https://github.com/jefferis/readbitmap/issues
SystemRequirements: libjpeg, libpng
Imports: bmp, jpeg, png
Suggests: pixmap, testthat
Packaged: 2014-09-05 17:29:50 UTC; jefferis
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-05 20:05:01

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

readbulk : Read and Combine Multiple Data Files

Package: readbulk
Type: Package
Version: 1.0.0
Date: 2016-02-14
Title: Read and Combine Multiple Data Files
Description: Combine multiple data files from a common directory.
The data files will be read into R and bound together, creating a
single large data.frame. A general function is provided along with
a specific function for data that was collected using the open-source
experiment builder 'OpenSesame' <http://osdoc.cogsci.nl/>.
Author: Pascal J. Kieslich [aut, cre],
Felix Henninger [aut]
Maintainer: Pascal J. Kieslich <kieslich@psychologie.uni-mannheim.de>
Authors@R: c(
person(c("Pascal","J."), "Kieslich", role= c("aut", "cre"),
email= "kieslich@psychologie.uni-mannheim.de"),
person("Felix", "Henninger", role = "aut",
email= "mailbox@felixhenninger.com")
)
URL: https://github.com/pascalkieslich/readbulk
BugReports: https://github.com/pascalkieslich/readbulk/issues
License: GPL-3
Depends: R (>= 3.1.0)
Imports: utils, plyr
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-02-14 17:05:32 UTC; Pascal
Repository: CRAN
Date/Publication: 2016-02-14 18:48:02

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

reader : Suite of Functions to Flexibly Read Data from Files

Package: reader
Type: Package
Title: Suite of Functions to Flexibly Read Data from Files
Version: 1.0.5
Date: 2015-04-08
Author: Nicholas Cooper
Maintainer: Nicholas Cooper <nick.cooper@cimr.cam.ac.uk>
Depends: R (>= 2.10), utils, NCmisc (>= 1.1)
Imports: grDevices, graphics, stats
Description: A set of functions to simplify reading data from files. The main function, reader(), should read most common R datafile types without needing any parameters except the filename. Other functions provide simple ways of handling file paths and extensions, and automatically detecting file format and structure.
License: GPL (>= 2)
Collate: 'reader.R'
Packaged: 2015-04-09 12:14:31 UTC; ncooper
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-09 15:31:22

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

readr : Read Tabular Data

Package: readr
Version: 0.2.2
Title: Read Tabular Data
Description: Read flat/tabular text files from disk (or a connection).
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("Romain", "Francois", role = "aut"),
person("R Core Team", role = "ctb", comment = "Date time code adapted from R"),
person("RStudio", role = "cph"))
Encoding: UTF-8
Depends: R (>= 3.0.2)
LinkingTo: Rcpp, BH
Imports: Rcpp (>= 0.11.5), curl
Suggests: testthat, knitr, rmarkdown, stringi
License: GPL (>= 2) | file LICENSE
BugReports: https://github.com/hadley/readr/issues
URL: https://github.com/hadley/readr
VignetteBuilder: knitr
RoxygenNote: 4.1.1.9001
NeedsCompilation: yes
Packaged: 2015-10-21 21:05:07 UTC; hadley
Author: Hadley Wickham [aut, cre],
Romain Francois [aut],
R Core Team [ctb] (Date time code adapted from R),
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2015-10-22 08:24:37

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

readstata13 : Import Stata Data Files

Package: readstata13
Type: Package
Title: Import Stata Data Files
Version: 0.8.2
Authors@R: c(
person("Jan Marvin", "Garbuszus",
email = "jan.garbuszus@ruhr-uni-bochum.de", role = c("aut")),
person("Sebastian", "Jeworutzki",
email="Sebastian.Jeworutzki@ruhr-uni-bochum.de", role = c("aut", "cre")),
person("R Core Team", role="cph"),
person("Magnus Thor", "Torfason", role="ctb")
)
Description: Function to read and write the Stata file format.
URL: https://github.com/sjewo/readstata13
BugReports: https://github.com/sjewo/readstata13/issues
License: GPL-2 | file LICENSE
Imports: Rcpp (>= 0.11.5)
LinkingTo: Rcpp
ByteCompile: yes
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-19 15:37:11 UTC; sj
Author: Jan Marvin Garbuszus [aut],
Sebastian Jeworutzki [aut, cre],
R Core Team [cph],
Magnus Thor Torfason [ctb]
Maintainer: Sebastian Jeworutzki <Sebastian.Jeworutzki@ruhr-uni-bochum.de>
Repository: CRAN
Date/Publication: 2016-02-20 00:14:54

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

readxl : Read Excel Files

Package: readxl
Title: Read Excel Files
Version: 0.1.1
Authors@R: c(
person("Hadley", "Wickham", ,"hadley@rstudio.com", role = c("aut", "cre")),
person("RStudio", role = "cph", comment = "Copyright holder of all R code
and all C/C++ code without explicit copyright attribution"),
person("Marcin", "Kalicinski", role = c("ctb", "cph"), comment = "Author of included RapidXML code"),
person("Komarov Valery", role = c("ctb", "cph"), comment = "Author of included libxls code"),
person("Christophe Leitienne", role = c("ctb", "cph"), comment = "Author of included libxls code"),
person("Bob Colbert", role = c("ctb", "cph"), comment = "Author of included libxls code"),
person("David Hoerl", role = c("ctb", "cph"), comment = "Author of included libxls code")
)
Description: Import excel files into R. Supports '.xls' via the embedded
'libxls' C library (http://sourceforge.net/projects/libxls/) and '.xlsx' via
the embedded 'RapidXML' C++ library (http://rapidxml.sourceforge.net). Works on
Windows, Mac and Linux without external dependencies.
License: GPL-3 + file LICENSE
LazyData: true
LinkingTo: Rcpp
Imports: Rcpp (>= 0.11.5)
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-03-28 19:47:20 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph] (Copyright holder of all R code and all C/C++ code
without explicit copyright attribution),
Marcin Kalicinski [ctb, cph] (Author of included RapidXML code),
Komarov Valery [ctb, cph] (Author of included libxls code),
Christophe Leitienne [ctb, cph] (Author of included libxls code),
Bob Colbert [ctb, cph] (Author of included libxls code),
David Hoerl [ctb, cph] (Author of included libxls code)
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-03-28 23:26:14

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

reams : Resampling-Based Adaptive Model Selection

Package: reams
Type: Package
Title: Resampling-Based Adaptive Model Selection
Version: 0.1
Date: 2011-12-06
Author: Philip Reiss <phil.reiss@nyumc.org> and Lei Huang
<huangracer@gmail.com>
Maintainer: Tao Zhang <tao-zhang-1@uiowa.edu>
Depends: R (>= 2.9.0), leaps, mgcv
Description: Resampling methods for adaptive linear model selection.
These can be thought of as extensions of the Akaike information
criterion that account for searching among candidate models.
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2012-10-29 08:59:35 UTC; ripley
Repository: CRAN
Date/Publication: 2012-10-29 08:59:35

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

rebird : R Client for the eBird Database of Bird Observations

Package: rebird
Version: 0.3.0
Date: 2016-03-23
Title: R Client for the eBird Database of Bird Observations
Description: A programmatic client for the eBird database, including functions
for searching for bird observations by geographic location (latitude,
longitude), eBird hotspots, location identifiers, by notable sightings, by
region, and by taxonomic name.
License: MIT + file LICENSE
Authors@R: c(
person("Rafael", "Maia", role = "aut", email = "rm72@zips.uakron.edu"),
person("Scott", "Chamberlain", role = "aut", email = "myrmecocystus@gmail.com"),
person("Andy", "Teucher", role = "aut", email = "andy.teucher@gmail.com"),
person("Sebastian", "Pardo", role = c("aut", "cre"), email = "sebpardo@gmail.com")
)
URL: http://github.com/ropensci/rebird
BugReports: http://github.com/ropensci/rebird/issues
VignetteBuilder: knitr
Imports: methods, utils, stats, httr (>= 1.0.0), jsonlite, dplyr
Suggests: knitr, testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-23 21:41:37 UTC; mavzz
Author: Rafael Maia [aut],
Scott Chamberlain [aut],
Andy Teucher [aut],
Sebastian Pardo [aut, cre]
Maintainer: Sebastian Pardo <sebpardo@gmail.com>
Repository: CRAN
Date/Publication: 2016-03-23 22:47:58

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