Skip to content

Commit

Permalink
Prepare package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andland committed Mar 14, 2016
1 parent 54f9034 commit ac9e776
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
^cran-comments\.md$
cleanup
^data-raw$
^NEWS\.md$
^dev$
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# logisticPCA 0.2

* Changed `M` to `m` in the functions, since that is what it is called in the references
* Switched to the `rARPACK` package from `irlba` for partial eigen and singular value decomposition
* Switched to the `rARPACK` package from `irlba` for partial eigen and singular value decomposition
* Fixed incompatibility with updated version of `testthat`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Logistic PCA

[![Build Status](https://travis-ci.org/andland/logisticPCA.png?branch=master)](https://travis-ci.org/andland/logisticPCA) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/logisticPCA)](http://cran.r-project.org/web/packages/logisticPCA)
[![Build Status](https://travis-ci.org/andland/logisticPCA.png?branch=master)](https://travis-ci.org/andland/logisticPCA) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/logisticPCA)](https://cran.r-project.org/package=logisticPCA)

`logisticPCA` is an R package for dimensionality reduction of binary data. Please note that it is still in the very early stages of development and the conventions will possibly change in the future. A manuscript describing logistic PCA can be found [here](http://arxiv.org/abs/1510.06112).

Expand Down
28 changes: 18 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
## Test environments
* local OS X install, R 3.2.2
* ubuntu 12.04 (on travis-ci), R 3.2.2
* local Windows 7 install, R 3.2.2
* local OS X install, R 3.2.4
* ubuntu 12.04 (on travis-ci), R 3.2.4
* win-builder (devel and release)

## R CMD check results
There were no ERRORs or WARNINGs.

There is 1 NOTE, related to the fact that this is a new package:
There is one NOTE:

* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Andrew J. Landgraf <andland@gmail.com>
New submission
Maintainer: 'Andrew J. Landgraf <andland@gmail.com>'

## Downstream dependencies
There are no downstream dependencies as this is a new package
License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2016
COPYRIGHT HOLDER: Andrew Landgraf

Possibly mis-spelled words in DESCRIPTION:
Dimensionality (3:15, 10:14)
PCA (11:14)

## Resubmission
Fixed import issues with stats and utils that occurred in the development version
* Dimensionality reduction is a common term and PCA is a common abbreviation.

## Downstream dependencies
There are no downstream dependencies

0 comments on commit ac9e776

Please sign in to comment.