Sun, 30 Dec 2018

New package traitdataform with initial version 0.5.2
Package: traitdataform
Type: Package
Title: Formatting and Harmonizing Ecological Trait-Data
Version: 0.5.2
Date: 2018-12-19
Authors@R: c(person("Florian D.", "Schneider",, "florian.dirk.schneider@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1494-5684")), person("Caterina", "Penone", role = c("ctb"), comment = c(ORCID = "0000-0002-8170-6659")), person("Andreas", "Ostrowski", role = c("ctb"), comment = c(ORCID = "0000-0002-2033-779X")), person("Dennis", "Heimann", role = c("ctb")), person("Felix","Neff", role = c("ctb")), person("Markus J.", "Ankenbrand", role = c("ctb")))
Description: Assistance for handling ecological trait data and applying the Ecological Trait-Data Standard terminology (Schneider et al. 2018 <doi:10.1101/328302>). There are two major use cases: (1) preparation of own trait datasets for upload into public data bases, and (2) harmonizing trait datasets from different sources by re-formatting them into a unified format. See 'traitdataform' website for full documentation.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 2.10)
Imports: data.table, reshape2, taxize, getPass, units, XML, RCurl, plyr
URL: https://EcologicalTraitData.github.io/traitdataform, https://github.com/EcologicalTraitData/traitdataform
BugReports: https://github.com/EcologicalTraitData/traitdataform/issues
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat
NeedsCompilation: no
Packaged: 2018-12-19 08:57:26 UTC; Flo
Author: Florian D. Schneider [aut, cre] (<https://orcid.org/0000-0002-1494-5684>), Caterina Penone [ctb] (<https://orcid.org/0000-0002-8170-6659>), Andreas Ostrowski [ctb] (<https://orcid.org/0000-0002-2033-779X>), Dennis Heimann [ctb], Felix Neff [ctb], Markus J. Ankenbrand [ctb]
Maintainer: Florian D. Schneider <florian.dirk.schneider@gmail.com>
Repository: CRAN
Date/Publication: 2018-12-30 23:10:02 UTC

More information about traitdataform at CRAN
Permanent link

New package mboxr with initial version 0.1.2
Package: mboxr
Title: Converting an Mbox File into a Tibble
Version: 0.1.2
Author: JooYoung Seo [aut, cre], Soyoung Choi [aut]
Maintainer: JooYoung Seo <jooyoung@psu.edu>
Authors@R: c(person("JooYoung", "Seo", role=c("aut", "cre"), email="jooyoung@psu.edu"), person("Soyoung", "Choi", role = "aut", email = "sxc940@psu.edu"))
Description: Importing and converting an mbox file into a tibble object.
SystemRequirements: Anaconda (https://www.anaconda.com/download/)
License: GPL-3
VignetteBuilder: knitr
URL: https://github.com/jooyoungseo/mboxr
BugReports: https://github.com/jooyoungseo/mboxr/issues
Encoding: UTF-8
LazyData: true
Imports: reticulate, readr, tibble, magrittr, purrr, dplyr
RoxygenNote: 6.1.0.9000
Suggests: knitr, rmarkdown, webshot, testthat, covr
NeedsCompilation: no
Packaged: 2018-12-19 01:22:14 UTC; JooYoung
Repository: CRAN
Date/Publication: 2018-12-30 23:30:02 UTC

More information about mboxr at CRAN
Permanent link

New package gameofthrones with initial version 1.0.0
Package: gameofthrones
Type: Package
Title: Palettes Inspired in the TV Show "Game of Thrones"
Version: 1.0.0
Authors@R: person("Alejandro", "Jimenez Rico", email = "aljrico@gmail.com", role = c("aut", "cre"))
Maintainer: Alejandro Jimenez Rico <aljrico@gmail.com>
Description: Implementation of the characteristic palettes from the TV show 'Game of Thrones'.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
Depends: R (>= 2.10)
Suggests: hexbin (>= 1.27.0), testthat
URL: https://github.com/aljrico/gameofthrones
BugReports: https://github.com/aljrico/gameofthrones/issues
Imports: ggplot2 (>= 1.0.1), gridExtra, MASS
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-12-19 13:19:46 UTC; aljrico
Author: Alejandro Jimenez Rico [aut, cre]
Repository: CRAN
Date/Publication: 2018-12-30 23:30:06 UTC

More information about gameofthrones at CRAN
Permanent link

New package lvmcomp with initial version 1.2
Package: lvmcomp
Type: Package
Title: Stochastic EM Algorithms for Latent Variable Models with a High-Dimensional Latent Space
Version: 1.2
Date: 2018-12-19
Authors@R: c( person("Siliang", "Zhang", , "zhangsiliang123@gmail.com", c("aut", "cre")), person("Yunxiao", "Chen", , role = "aut"), person("Jorge", "Nocedal", , role = "cph"), person("Naoaki", "Okazaki", , role= "cph") )
Author: Siliang Zhang [aut, cre], Yunxiao Chen [aut], Jorge Nocedal [cph], Naoaki Okazaki [cph]
Description: Provides stochastic EM algorithms for latent variable models with a high-dimensional latent space. So far, we provide functions for confirmatory item factor analysis based on the multidimensional two parameter logistic (M2PL) model and the generalized multidimensional partial credit model. These functions scale well for problems with many latent traits (e.g., thirty or even more) and are virtually tuning-free. The computation is facilitated by multiprocessing 'OpenMP' API. For more information, please refer to: Zhang, S., Chen, Y., & Liu, Y. (2018). An Improved Stochastic EM Algorithm for Large-scale Full-information Item Factor Analysis. British Journal of Mathematical and Statistical Psychology. <doi:10.1111/bmsp.12153>.
Maintainer: Siliang Zhang <zhangsiliang123@gmail.com>
URL: https://github.com/slzhang-fd/lvmcomp
BugReports: https://github.com/slzhang-fd/lvmcomp/issues
License: GPL-3
LazyData: true
Depends: R (>= 3.1)
Imports: Rcpp (>= 0.12.17), coda (>= 0.19-1), stats
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.1.0
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2018-12-19 05:34:41 UTC; siliangzhang
Repository: CRAN
Date/Publication: 2018-12-30 23:00:02 UTC

More information about lvmcomp at CRAN
Permanent link

Package rstansim (with last version 0.1.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2017-09-21 0.1.1

Permanent link
New package weightQuant with initial version 1.0
Package: weightQuant
Type: Package
Title: Weights for Incomplete Longitudinal Data and Quantile Regression
Version: 1.0
Date: 2018-12-18
Author: Viviane Philipps
Maintainer: Viviane Philipps <Viviane.Philipps@u-bordeaux.fr>
Description: Estimation of observation-specific weights for incomplete longitudinal data and bootstrap procedure for weighted quantile regressions.
License: GPL (>= 2.0)
Depends: quantreg, foreach, doParallel
LazyLoad: yes
LazyData: true
NeedsCompilation: no
Packaged: 2018-12-18 14:32:48 UTC; vp3
Repository: CRAN
Date/Publication: 2018-12-30 17:30:03 UTC

More information about weightQuant at CRAN
Permanent link

New package SuperpixelImageSegmentation with initial version 1.0.0
Package: SuperpixelImageSegmentation
Type: Package
Title: Superpixel Image Segmentation
Version: 1.0.0
Date: 2018-12-18
Author: Lampros Mouselimis <mouselimislampros@gmail.com>
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Description: Image Segmentation using Superpixels, Affinity Propagation and Kmeans Clustering. The R code is based primarily on the article "Image Segmentation using SLIC Superpixels and Affinity Propagation Clustering, Bao Zhou, International Journal of Science and Research (IJSR), 2013" <https://pdfs.semanticscholar.org/6533/654973054b742e725fd433265700c07b48a2.pdf>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R(>= 3.2)
Imports: Rcpp (>= 0.12.10), R6, OpenImageR
LinkingTo: Rcpp, RcppArmadillo (>= 0.9.1), ClusterR, OpenImageR
Suggests: testthat, covr, knitr, rmarkdown
RoxygenNote: 6.1.0
NeedsCompilation: yes
Packaged: 2018-12-18 17:21:31 UTC; lampros
Repository: CRAN
Date/Publication: 2018-12-30 17:50:03 UTC

More information about SuperpixelImageSegmentation at CRAN
Permanent link

New package superml with initial version 0.1.0
Package: superml
Type: Package
Title: Build Machine Learning Models Like Using Python's Scikit-Learn Library in R
Version: 0.1.0
Authors@R: person("Manish", "Saraswat", email = "manish06saraswat@gmail.com", role = c("aut", "cre"))
Maintainer: Manish Saraswat <manish06saraswat@gmail.com>
Description: The idea is to provide a standard interface to users who use both R and Python for building machine learning models. This package provides a scikit-learn's fit, predict interface to train machine learning models in R faster.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/saraswatmks/superml
BugReports: https://github.com/saraswatmks/superml/issues
Depends: R(>= 3.4)
Imports: xgboost(>= 0.6), data.table(>= 1.10.4.3), caret(>= 6.0.78), R6(>= 2.2.2), assertthat(>= 0.2.0), tm(>= 0.7.3), ranger(>= 0.10.1), Metrics(>= 0.1.3), kableExtra(>= 0.9.0), ClusterR(>= 1.1.6), FNN(>= 1.1.2), glmnet(>= 2.0)
Suggests: knitr, rlang, testthat, rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-12-19 15:21:33 UTC; manish
Author: Manish Saraswat [aut, cre]
Repository: CRAN
Date/Publication: 2018-12-30 17:30:06 UTC

More information about superml at CRAN
Permanent link

New package reproj with initial version 0.2.0
Package: reproj
Type: Package
Title: Coordinate System Transformations for Map Data
Version: 0.2.0
Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com", comment=c(ORCID = "0000-0002-2471-7511"))
Description: Transform coordinates via 'PROJ' using the library directly, by wrapping the 'proj4' package. The 'reproj' function handles the need for radian units for either source or target and allows removing an explicit source definition in methods that extend the generic. The 'PROJ' library is available at <https://proj4.org/>.
License: GPL-3
LazyData: TRUE
Imports: proj4
Suggests: testthat
RoxygenNote: 6.1.1
Encoding: UTF-8
SystemRequirements: PROJ (>= 4.4.6)
NeedsCompilation: no
Packaged: 2018-12-18 13:20:44 UTC; mdsumner
Author: Michael D. Sumner [aut, cre] (<https://orcid.org/0000-0002-2471-7511>)
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2018-12-30 17:30:10 UTC

More information about reproj at CRAN
Permanent link

Package RcmdrPlugin.UCA updated to version 4.2-6 with previous version 4.2-5 dated 2018-10-16

Title: UCA Rcmdr Plug-in
Description: Some extensions to Rcmdr (R Commander), randomness test, variance test for one normal sample and predictions using active model, made by R-UCA project and used in teaching statistics at University of Cadiz (UCA).
Author: Manuel Munoz-Marquez <manuel.munoz@uca.es>
Maintainer: Manuel Munoz-Marquez <manuel.munoz@uca.es>

Diff between RcmdrPlugin.UCA versions 4.2-5 dated 2018-10-16 and 4.2-6 dated 2018-12-30

 ChangeLog                         |    3 +++
 DESCRIPTION                       |   16 ++++++++--------
 MD5                               |   20 ++++++++++----------
 NAMESPACE                         |    1 +
 build/vignette.rds                |binary
 inst/doc/additions.html           |   28 +++++++++++++++++++++++++---
 inst/doc/adiciones.Rmd            |    2 +-
 inst/doc/adiciones.html           |   28 +++++++++++++++++++++++++---
 man/RcmdrPlugin.UCA-package.Rd    |    4 ++--
 man/RcmdrPlugin.UCA.es-package.Rd |    4 ++--
 vignettes/adiciones.Rmd           |    2 +-
 11 files changed, 78 insertions(+), 30 deletions(-)

More information about RcmdrPlugin.UCA at CRAN
Permanent link

New package projects with initial version 0.1.0
Package: projects
Title: A Project Infrastructure for Researchers
Version: 0.1.0
Authors@R: c(person(given = "Nik", family = "Krieger", role = c("aut", "cre"), email = "nk@case.edu"), person(given = "Adam", family = "Perzynski", role = "aut"), person(given = "Jarrod", family = "Dalton", role = "aut"))
Description: Provides a project infrastructure with a focus on manuscript creation. Creates a project folder with a single command, containing subdirectories for specific components, templates for manuscripts, and so on.
License: MIT + file LICENSE
URL: https://www.github.com/NikKrieger/projects
Depends: R (>= 3.4.0)
Imports: checkmate (>= 1.8.5), dplyr (>= 0.7.5), fs (>= 1.2.6), magrittr (>= 1.5), methods, purrr (>= 0.2.4), readr (>= 1.1.1), rlang (>= 0.3.0.1), rstudioapi (>= 0.7), stringr (>= 1.3.1), tibble (>= 1.4.2)
Suggests: here, tidyverse
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-12-18 20:05:51 UTC; kriegen
Author: Nik Krieger [aut, cre], Adam Perzynski [aut], Jarrod Dalton [aut]
Maintainer: Nik Krieger <nk@case.edu>
Repository: CRAN
Date/Publication: 2018-12-30 17:40:03 UTC

More information about projects at CRAN
Permanent link

New package meditations with initial version 1.0
Package: meditations
Title: Prints a Random Quote from Marcus Aurelius' Book Meditations
Version: 1.0
Authors@R: person("Jacob", "Kaplan", email = "jkkaplan6@gmail.com", role = c("aut", "cre"))
Description: Prints a random quote from Marcus Aurelius' book Meditations.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Suggests: testthat, covr, knitr, rmarkdown
RoxygenNote: 6.0.1
URL: https://github.com/jacobkap/meditations
BugReports: https://github.com/jacobkap/meditations/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-12-18 10:52:00 UTC; user
Author: Jacob Kaplan [aut, cre]
Maintainer: Jacob Kaplan <jkkaplan6@gmail.com>
Repository: CRAN
Date/Publication: 2018-12-30 17:20:03 UTC

More information about meditations at CRAN
Permanent link

New package dpcid with initial version 1.0
Package: dpcid
Type: Package
Title: Differential Partial Correlation IDentification
Version: 1.0
Date: 2018-12-15
Author: Donghyeon Yu <dyu@inha.ac.kr> Sang Han Lee <shlee@nki.rfmh.org> Johan Lim <johanlim@stats.snu.ac.kr> Guanghua Xiao <guanghua.xiao@utsouthwestern.edu> R. Cameron Craddock <cameron.craddock@gmail.com> Bharat B. Biswal <bharat.biswal@njit.edu>
Maintainer: Donghyeon Yu <dyu@inha.ac.kr>
Suggests: MASS
Description: Differential partial correlation identification with the ridge and the fusion penalties.
License: GPL (>= 2)
URL: https://sites.google.com/site/dhyeonyu/software
Packaged: 2018-12-18 09:56:16 UTC; dyu
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2018-12-30 17:20:09 UTC

More information about dpcid at CRAN
Permanent link

New package coroICA with initial version 1.0.1
Package: coroICA
Title: Confounding Robust Independent Component Analysis for Noisy and Grouped Data
Version: 1.0.1
Author: Niklas Pfister and Sebastian Weichwald
Maintainer: Niklas Pfister <pfister@stat.math.ethz.ch>
Description: Contains an implementation of a confounding robust independent component analysis (ICA) for noisy and grouped data. The main function coroICA() performs a blind source separation, by maximizing an independence across sources and allows to adjust for varying confounding based on user-specified groups. Additionally, the package contains the function uwedge() which can be used to approximately jointly diagonalize a list of matrices. For more details see the project website <https://sweichwald.de/coroICA/>.
URL: https://github.com/sweichwald/coroICA-R
BugReports: https://github.com/sweichwald/coroICA-R/issues
Depends: R (>= 3.2.3)
License: AGPL-3
Encoding: UTF-8
LazyData: true
Imports: stats, MASS
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2018-12-18 08:56:12 UTC; pfisteni
Repository: CRAN
Date/Publication: 2018-12-30 17:10:03 UTC

More information about coroICA at CRAN
Permanent link

New package catchr with initial version 0.1.0
Package: catchr
Type: Package
Title: Catch, Collect, and Raise Conditions
Version: 0.1.0
Authors@R: c( person("Zachary", "Burchill", email = "zach.burchill.code@gmail.com", role = c("aut", "cre")) )
Maintainer: Zachary Burchill <zach.burchill.code@gmail.com>
Description: Simple code to catch, collect, and raise conditions (errors, warnings, messages, etc.) without halting/restarting processes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-12-18 15:13:41 UTC; zburchill
Author: Zachary Burchill [aut, cre]
Repository: CRAN
Date/Publication: 2018-12-30 17:40:07 UTC

More information about catchr at CRAN
Permanent link

New package blockForest with initial version 0.1.7
Package: blockForest
Type: Package
Title: Block Forests: Random Forests for Blocks of Clinical and Omics Covariate Data
Version: 0.1.7
Date: 2018-12-18
Author: Roman Hornung, Marvin N. Wright
Maintainer: Marvin N. Wright <cran@wrig.de>
Description: A random forest variant 'block forest' ('BlockForest') tailored to the prediction of binary, survival and continuous outcomes using block-structured covariate data, for example, clinical covariates plus measurements of a certain omics data type or multi-omics data, that is, data for which measurements of different types of omics data and/or clinical data for each patient exist. Examples of different omics data types include gene expression measurements, mutation data and copy number variation measurements. Block forest are presented in Hornung & Wright (2018). The package includes four other random forest variants for multi-omics data: 'RandomBlock', 'BlockVarSel', 'VarProb', and 'SplitWeights'. These were also considered in Hornung & Wright (2018), but performed worse than block forest in their comparison study based on 20 real multi-omics data sets. Therefore, we recommend to use block forest ('BlockForest') in applications. The other random forest variants can, however, be consulted for academic purposes, for example, in the context of further methodological developments. Reference: Hornung, R. & Wright, M. N. (2018) Block Forests: random forests for blocks of clinical and omics covariate data. Technical Report, Department of Statistics, University of Munich.
License: GPL-3
Imports: Rcpp (>= 0.11.2), Matrix, methods, survival
LinkingTo: Rcpp, RcppEigen
Depends: R (>= 3.1)
Suggests: testthat
RoxygenNote: 6.1.0
NeedsCompilation: yes
Packaged: 2018-12-18 11:41:08 UTC; wright
Repository: CRAN
Date/Publication: 2018-12-30 17:20:12 UTC

More information about blockForest at CRAN
Permanent link

New package mvp with initial version 1.0-0
Package: mvp
Type: Package
Title: Fast Symbolic Multivariate Polynomials
Version: 1.0-0
Date: 2018-12-01
Author: Robin K. S. Hankin
Depends: methods
Suggests: knitr,rmarkdown,spray
VignetteBuilder: knitr
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
Description: Fast manipulation of symbolic multivariate polynomials using the 'Map' class of the Standard Template Library. The package uses print and coercion methods from the 'mpoly' package (Kahle 2013, "Multivariate polynomials in R". The R Journal, 5(1):162), but offers speed improvements. It is comparable in speed to the 'spray' package for sparse arrays, but retains the symbolic benefits of 'mpoly'.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.3),partitions,mpoly,magic
LinkingTo: Rcpp
SystemRequirements: C++11
URL: https://github.com/RobinHankin/mvp.git
BugReports: https://github.com/RobinHankin/mvp/issues
NeedsCompilation: yes
Packaged: 2018-12-18 01:19:56 UTC; rhankin
Repository: CRAN
Date/Publication: 2018-12-30 16:40:03 UTC

More information about mvp at CRAN
Permanent link

New package ForestGapR with initial version 0.0.1
Package: ForestGapR
Type: Package
Title: Tropical Forest Gaps Analysis
Version: 0.0.1
Authors@R: c( person("Carlos Alberto", "Silva", email = "carlos_engflorestal@outlook.com", role = c("aut", "cre", "cph")), person("Ekena Rangel", "Pinagé", email = "ekenapinage@hotmail.com", role = ("ctb"), comment = "Reviews the documentation"), person("Midhun", "Mohan", email = "mmohan2@ncsu.edu", role = ("ctb"), comment = "Reviews the documentation"), person("Danilo Roberti Alves de", "Almeida", email = "daniloflorestas@gmail.com", role = ("ctb"), comment = "Reviews the documentation"), person("Eben North", "Broadbent", email = "eben@ufl.edu", role = ("ctb"), comment = "Reviews the documentation"), person("Wan Shafrina Wan Mohd", "Jaafar", email = "wanshafrina@ukm.edu.my ", role = ("ctb"), comment = "Reviews the documentation"), person("Daniel de Almeida", "Papa", email = "almeidapapa@gmail.com", role = ("ctb"), comment = "Reviews the documentation"), person("Adrian", "Cardil", email = "adriancardil@gmail.com", role = ("ctb"), comment = "Reviews the documentation"), person("Carine", "Klauberg", email = "carine_klauberg@hotmail.com", role = ("ctb"), comment = "Reviews the documentation"))
Maintainer: Carlos Alberto Silva <carlos_engflorestal@outlook.com>
Depends: R (>= 3.4.0)
Imports: raster, igraph, VGAM, sp, graphics, stats, viridis
Description: Set of tools for detecting and analyzing Airborne Laser Scanning-derived Tropical Forest Canopy Gaps.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Author: Carlos Alberto Silva [aut, cre, cph], Ekena Rangel Pinagé [ctb] (Reviews the documentation), Midhun Mohan [ctb] (Reviews the documentation), Danilo Roberti Alves de Almeida [ctb] (Reviews the documentation), Eben North Broadbent [ctb] (Reviews the documentation), Wan Shafrina Wan Mohd Jaafar [ctb] (Reviews the documentation), Daniel de Almeida Papa [ctb] (Reviews the documentation), Adrian Cardil [ctb] (Reviews the documentation), Carine Klauberg [ctb] (Reviews the documentation)
Repository: CRAN
Repository/R-Forge/Project: forestgapr
Repository/R-Forge/Revision: 7
Repository/R-Forge/DateTimeStamp: 2018-12-19 03:02:29
Date/Publication: 2018-12-30 17:00:03 UTC
NeedsCompilation: no
Packaged: 2018-12-19 03:27:02 UTC; rforge

More information about ForestGapR at CRAN
Permanent link

Package rbamtools updated to version 2.16.11.1 with previous version 2.16.11 dated 2018-12-30

Title: Read and Write BAM (Binary Alignment) Files
Description: Provides an R interface to functions of the 'SAMtools' C-Library by Heng Li <http://www.htslib.org/>.
Author: Wolfgang Kaisers [aut, cre], Heng Li [ctb, cph], Jue Ruan [ctb, cph]
Maintainer: ORPHANED

Diff between rbamtools versions 2.16.11 dated 2018-12-30 and 2.16.11.1 dated 2018-12-30

 DESCRIPTION |   12 ++++++++----
 MD5         |    2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)

More information about rbamtools at CRAN
Permanent link

New package refGenome with initial version 1.7.3.1
Package: refGenome
Type: Package
Title: Gene and Splice Site Annotation Using Annotation Data from Ensembl and UCSC Genome Browsers
Version: 1.7.3.1
Date: 2017-03-20
Author: Wolfgang Kaisers
Maintainer: ORPHANED
Description: Contains functionality for import and managing of downloaded genome annotation Data from Ensembl genome browser (European Bioinformatics Institute) and from UCSC genome browser (University of California, Santa Cruz) and annotation routines for genomic positions and splice site positions.
License: GPL-2
Depends: methods,doBy,RSQLite
Imports: DBI
Collate: refGenome.R geneModel.R
Packaged: 2018-12-30 07:09:10 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2018-12-30 07:15:04 UTC
X-CRAN-Original-Maintainer: Wolfgang Kaisers <kaisers@med.uni-duesseldorf.de>
X-CRAN-Comment: Orphaned and corrected on 2018-12-29 as maintainer's email address bounced when asked for a correction.

More information about refGenome at CRAN
Permanent link

New package rbamtools with initial version 2.16.11
Package: rbamtools
Type: Package
Title: Read and Write BAM (Binary Alignment) Files
Version: 2.16.11
Date: 2018-04-14
Authors@R: c(person("Wolfgang", "Kaisers", role=c("aut", "cre"), email="wolfgang.kaisers@gmail.com"), person("Heng", "Li", role=c("ctb", "cph"), email="lh3@sanger.ac.uk"), person("Jue", "Ruan", role=c("ctb", "cph"), email="ruanjue@gmail.com"))
Description: Provides an R interface to functions of the 'SAMtools' C-Library by Heng Li <http://www.htslib.org/>.
License: Artistic-2.0
Copyright: file inst/COPYRIGHTS
LazyLoad: yes
Depends: methods,refGenome (>= 1.6.1)
Suggests: xtable
Collate: rbamtools.R segmentize.R sampleBamFiles.R
Packaged: 2018-05-07 11:50:34 UTC; kaisers
Repository: CRAN
Date/Publication: 2018-05-07 12:40:46 UTC
NeedsCompilation: yes
Author: Wolfgang Kaisers [aut, cre], Heng Li [ctb, cph], Jue Ruan [ctb, cph]
Maintainer: Wolfgang Kaisers <wolfgang.kaisers@gmail.com>

More information about rbamtools at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.