Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie73 committed Jul 3, 2017
1 parent 304a22c commit 81e80ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2017-07-03 Scott Ritchie <[email protected]>

* DESCRIPTION: Release 1.1.0

* R/modulePreservation.R: 'nPerm' argument may now be set to 0 to calculate
the module preservation statistics across two datasets while skipping
the permutation test procedure.

* src/permutations.cpp: reorganised code to return the observed test
statistics without performing the permutation test procedure when the
'nPerm' argument in modulePreservation() is set to 0.

* src/permutationsNoData.cpp: reorganised code to return the observed test
statistics without performing the permutation test procedure when the
'nPerm' argument in modulePreservation() is set to 0.

* man/modulePreservation.Rd: added description detailing the use case for
'nPerm=0'.

* man/*: minor changes in all man files due to generation with roxygen 6.0.1
instead of roxygen 5.0.1.

2016-11-15 Scott Ritchie <[email protected]>

* DESCRIPTION: Release 1.0.4
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: NetRep
Type: Package
Title: Permutation Testing Network Module Preservation Across Datasets
Version: 1.0.4
Version: 1.1.0
Date: 2016-10-20
Authors@R: person(given="Scott", family="Ritchie",
email="[email protected]",
Expand Down

0 comments on commit 81e80ea

Please sign in to comment.