diff --git a/DESCRIPTION b/DESCRIPTION index 5790d73..807ebfc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,10 +12,10 @@ Description: Makes it possible to create an internally consistent subset. The user can then install packages from this repository directly, rather than from CRAN. This is useful in production settings, e.g. server behind a firewall, or remote locations with slow (or zero) Internet access. -Date: 2017-10-20 +Date: 2017-10-21 Version: 0.2.10 -URL: https://github.com/RevolutionAnalytics/miniCRAN -BugReports: https://github.com/RevolutionAnalytics/miniCRAN/issues +URL: https://github.com/andrie/miniCRAN +BugReports: https://github.com/andrie/miniCRAN/issues SystemRequirements: Imports the `curl` and `XML` packages. These have system requirements on `libxml2-devel`, `libcurl-devel` and `openssl-devel`. Imports: diff --git a/NEWS b/NEWS index 7c758da..58fae4a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -miniCRAN v0.2.10 +miniCRAN v0.2.10 (Release date: 2017-10-21) ================ New features: @@ -11,6 +11,9 @@ Other improvements: * Fixed typos in vignettes (@ryanatanner PR#93 and PR#94) * Added note on system requirements of curl and XML (#98) +Changed maintainer to apdevries@gmail.com #103 + + miniCRAN v0.2.9 (Release date: 2017-07-20) =============== diff --git a/R/minicran-package.R b/R/minicran-package.R index c3e4f99..b57a01d 100644 --- a/R/minicran-package.R +++ b/R/minicran-package.R @@ -62,9 +62,9 @@ #' @name miniCRAN-package #' @aliases miniCRAN minicran #' @docType package -#' @author Andrie de Vries \email{adevries@@microsoft.com} with contributions from Alex Chubaty \email{alex.chubaty@@gmail.com} +#' @author Andrie de Vries \email{apdevries@@gmail.com} with contributions from Alex Chubaty \email{alex.chubaty@@gmail.com} #' @keywords package -#' @importFrom graphics legend par title +#' @importFrom graphics legend par title #' @importFrom stats reshape setNames #' @importFrom utils chooseCRANmirror compareVersion download.file flush.console installed.packages select.list NULL diff --git a/README.md b/README.md index 55661ab..643ed88 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ miniCRAN ======== -[![Build Status](https://travis-ci.org/RevolutionAnalytics/miniCRAN.svg?branch=master)](https://travis-ci.org/RevolutionAnalytics/miniCRAN) -[![Build Status](https://travis-ci.org/RevolutionAnalytics/miniCRAN.svg?branch=dev)](https://travis-ci.org/RevolutionAnalytics/miniCRAN) +[![Build Status](https://travis-ci.org/andrie/miniCRAN.svg?branch=master)](https://travis-ci.org/andrie/miniCRAN) +[![Build Status](https://travis-ci.org/andrie/miniCRAN.svg?branch=dev)](https://travis-ci.org/andrie/miniCRAN) [![](http://www.r-pkg.org/badges/version/miniCRAN)](http://www.r-pkg.org/pkg/miniCRAN) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/miniCRAN)](http://www.r-pkg.org/pkg/miniCRAN) -[![Coverage Status](https://img.shields.io/codecov/c/github/RevolutionAnalytics/miniCRAN/master.svg)](https://codecov.io/github/RevolutionAnalytics/miniCRAN?branch=master) +[![Coverage Status](https://img.shields.io/codecov/c/github/andrie/miniCRAN/master.svg)](https://codecov.io/github/andrie/miniCRAN?branch=master) Create a mini version of CRAN containing only selected packages @@ -38,7 +38,7 @@ Get the latest stable development version from github: ```r # Use `devtools` to install directly from github library(devtools) -install_github("RevolutionAnalytics/miniCRAN") +install_github("andrie/miniCRAN") ``` ### System requirements @@ -68,6 +68,6 @@ pkgs <- c("ggplot2", "plyr", "reshape2") makeRepo(pkgDep(pkgs), path=file.path(tempdir(), "miniCRAN"), download=TRUE) ``` -## Code of conduct +## Supported by Microsoft -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +I started this project while employed by Revolution Analytics and Microsoft. Microsoft has kindly agreed that I maintain the project individually, and retains copyright to all work on the project until October 2017. \ No newline at end of file diff --git a/man/miniCRAN-package.Rd b/man/miniCRAN-package.Rd index 49d8590..d644957 100644 --- a/man/miniCRAN-package.Rd +++ b/man/miniCRAN-package.Rd @@ -67,6 +67,6 @@ for R versions 3.2.2 and greater. Versions earlier than 3.2.2 use HTTP instead o } \author{ -Andrie de Vries \email{adevries@microsoft.com} with contributions from Alex Chubaty \email{alex.chubaty@gmail.com} +Andrie de Vries \email{apdevries@gmail.com} with contributions from Alex Chubaty \email{alex.chubaty@gmail.com} } \keyword{package}