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 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

multiplyr : Data Manipulation with Parallelism and Shared Memory Matrices

Package: multiplyr
Type: Package
Title: Data Manipulation with Parallelism and Shared Memory Matrices
Description: Provides a new form of data frame backed by shared memory matrices
and a way to manipulate them. Upon creation these data frames are shared across
multiple local nodes to allow for simple parallel processing.
Version: 0.1.1
Date: 2016-05-31
Maintainer: Jim Blundell <jeblundell@doctors.org.uk>
Authors@R: c(person(given="Jim", family="Blundell", role = c("aut", "cre", "cph"), email = "jeblundell@doctors.org.uk"))
URL: http://github.com/jeblundell/multiplyr/
BugReports: https://github.com/jeblundell/multiplyr/issues/new
License: GPL-3
Imports: bigmemory (>= 4.5.19), bigmemory.sri (>= 0.1.3), parallel,
methods
Depends: magrittr (>= 1.5)
LazyData: TRUE
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-31 17:15:45 UTC; jim
Author: Jim Blundell [aut, cre, cph]
Repository: CRAN
Date/Publication: 2016-05-31 23:24:54

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

jug : Create a Simple Web API for your R Functions

Package: jug
Type: Package
Title: Create a Simple Web API for your R Functions
Version: 0.1.2
Author: Bart Smeets
Maintainer: Bart Smeets <bartsmeets86@gmail.com>
Description: A set of convenience functions to build simple APIs.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.1.0), magrittr
Imports: R6, mime, httpuv, stringi, infuser, jsonlite, base64enc
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-10 08:58:15 UTC; bart
Repository: CRAN
Date/Publication: 2016-05-10 11:13:24

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

efreadr : Read European Fluxes CSV Files

Package: efreadr
Type: Package
Title: Read European Fluxes CSV Files
Version: 0.1.1
Date: 2016-03-12
Authors@R: c(person("Marco", "Bascietto", role = c("aut", "cre"),
email = "marco.bascietto@crea.gov.it"))
Description: The European Eddy Fluxes Database Cluster distributes fluxes of different Green House Gases measured mainly using the eddy covariance technique acquired in sites involved in EU projects but also single sites in Europe, Africa and others continents that decided to share their measurements in the database (cit. http://gaia.agraria.unitus.it ). The package provides two functions to load and row-wise bind CSV files distributed by the database. Currently only L3 and L4 (L=Level), half-hourly and daily (aggregation) files are supported.
License: GPL-3
LazyData: TRUE
RoxygenNote: 5.0.1
Depends: R (>= 3.2.0), readr, dplyr, ensurer, magrittr
NeedsCompilation: no
Packaged: 2016-03-12 08:32:28 UTC; bask
Author: Marco Bascietto [aut, cre]
Maintainer: Marco Bascietto <marco.bascietto@crea.gov.it>
Repository: CRAN
Date/Publication: 2016-03-12 09:35:22

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

forestplot : Advanced Forest Plot Using 'grid' Graphics

Package: forestplot
Version: 1.5.1
Date: 2016-06-22
Title: Advanced Forest Plot Using 'grid' Graphics
Authors@R: c(person(given = "Max",
family = "Gordon",
role = c("aut", "cre"),
email = "max@gforge.se"),
person(given = "Thomas",
family = "Lumley",
role = c("aut", "ctb")))
Description: A forest plot that allows for
multiple confidence intervals per row,
custom fonts for each text element,
custom confidence intervals,
text mixed with expressions, and more.
The aim is to extend the use of forest plots beyond meta-analyses.
This is a more general version of the original 'rmeta' package's forestplot
function and relies heavily on the 'grid' package.
License: GPL-2
URL: http://gforge.se/packages/
BugReports: https://github.com/gforge/forestplot/issues
Biarch: yes
Depends: grid, magrittr
Suggests: testthat, knitr, rmarkdown
Encoding: UTF-8
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Packaged: 2016-06-22 20:46:47 UTC; max
Author: Max Gordon [aut, cre],
Thomas Lumley [aut, ctb]
Maintainer: Max Gordon <max@gforge.se>
Repository: CRAN
Date/Publication: 2016-06-23 00:47:08

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

gitlabr : Access to the Gitlab API

Package: gitlabr
Title: Access to the Gitlab API
Version: 0.6.4
Authors@R: person("Jirka", "Lewandowski", email = "jirka.lewandowski@wzb.eu", role = c("aut", "cre"))
Description: Provides R functions to access the API of the project and
repository management web application gitlab. For many common tasks (repository
file access, issue assignment and status, commenting) convenience wrappers
are provided, and in addition the full API can be used by specifying request
locations. Gitlab is open-source software and can be self-hosted or used on
gitlab.com.
Depends: R (>= 3.1.2), magrittr
Imports: dplyr (>= 0.4.3), stringr, base64enc, httr (>= 1.1.0),
functional
Suggests: devtools (>= 1.8.0), roxygen2, testthat, R.rsp, knitr
URL: http://blog.points-of-interest.cc/post/gitlabr/
http://doc.gitlab.com/ce/ api/
BugReports:
http://gitlab.points-of-interest.cc/points-of-interest/gitlabr/
issues/
VignetteBuilder: R.rsp
License: GPL (>= 3)
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-02-09 18:41:29 UTC; jlewando
Author: Jirka Lewandowski [aut, cre]
Maintainer: Jirka Lewandowski <jirka.lewandowski@wzb.eu>
Repository: CRAN
Date/Publication: 2016-02-09 20:53:59

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

imager : Image Processing Library Based on CImg

Package: imager
Type: Package
Title: Image Processing Library Based on CImg
Version: 0.20
Date: 2016-04-20
Author: Simon Barthelme [aut, cre],
Antoine Cecchi [ctb]
Authors@R: c(person("Simon","Barthelme",email="simon.barthelme@gipsa-lab.fr",role=c("aut","cre")),
person("Antoine","Cecchi",email="antoine.cecchi@phelma.grenoble-inp.fr",role="ctb"))
Maintainer: Simon Barthelme <simon.barthelme@gipsa-lab.fr>
Description: Fast image processing for images in up to 4 dimensions (two spatial
dimensions, one time/depth dimension, one colour dimension). Provides most
traditional image processing tools (filtering, morphology, transformations,
etc.) as well as various functions for easily analysing image data using R.
License: LGPL
Imports: Rcpp (>= 0.11.5), methods, stringr, png, jpeg, readbitmap, grDevices
Depends: R (>= 2.10.0), plyr, magrittr
SystemRequirements: fftw3
Enhances: spatstat
LinkingTo: Rcpp
LazyData: true
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown, ggplot2, dplyr, scales
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-04-28 06:48:52 UTC; simon
Repository: CRAN
Date/Publication: 2016-04-28 11:50:04

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

sp500SlidingWindow : Sliding Window Investment Analysis

Package: sp500SlidingWindow
Type: Package
Title: Sliding Window Investment Analysis
Description: Test the results of any given investment/expense combinations for a series of sliding-window periods of the S&P500 from 1950 to the present.
Version: 0.1.0
Date: 2016-05-02
Authors@R: c(
person("George", "Fisher",
email = "george@georgefisher.com",
role = c("aut", "cre"))
)
License: GPL-3
LazyData: TRUE
Imports: dplyr (>= 0.4.3), FinCal (>= 0.6.2), gdata (>= 2.17.0),
lubridate (>= 1.5.6)
Depends: R (>= 3.2.5), magrittr (>= 1.5)
RoxygenNote: 5.0.1
Suggests: knitr (>= 1.12.3), rmarkdown (>= 0.9.6), testthat (>= 1.0.2)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-05-09 17:46:48 UTC; george
Author: George Fisher [aut, cre]
Maintainer: George Fisher <george@georgefisher.com>
Repository: CRAN
Date/Publication: 2016-05-10 10:14:36

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

packagetrackr : Track R Package Downloads from RStudio's CRAN Mirror

Package: packagetrackr
Type: Package
Title: Track R Package Downloads from RStudio's CRAN Mirror
Version: 0.1.1
Date: 2015-09-22
Author: Jirka Lewandowski
Maintainer: Jirka Lewandowski <jirka.lewandowski@wzb.eu>
Description: Allows to get and cache R package download log files
from RStudio's CRAN mirror for analyzing package usage.
URL:
http://gitlab.points-of-interest.cc/points-of-interest/packagetrackr
http://cran-logs.rstudio.com/
BugReports:
http://gitlab.points-of-interest.cc/points-of-interest/packagetrackr/issues
Depends: magrittr
Imports: rappdirs, utils, httr (>= 1.0.0), dplyr (>= 0.4.3)
License: GPL (>= 3)
LazyData: TRUE
NeedsCompilation: no
Packaged: 2015-09-22 15:49:29 UTC; manifesto
Repository: CRAN
Date/Publication: 2015-09-23 02:48:54

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