From 91ca9bda369a363ff779c5f584e9299c1b5de25e Mon Sep 17 00:00:00 2001 From: J Wokaty Date: Tue, 24 Oct 2023 11:12:08 -0400 Subject: [PATCH 1/4] bump x.y.z version to even y prior to creation of RELEASE_3_18 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index db09b05..843d287 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: projectR Type: Package Title: Functions for the projection of weights from PCA, CoGAPS, NMF, correlation, and clustering -Version: 1.17.6 +Version: 1.18.0 Author: Gaurav Sharma, Genevieve Stein-O'Brien Maintainer: Genevieve Stein-O'Brien Description: Functions for the projection of data into the spaces defined by PCA, CoGAPS, NMF, correlation, and clustering. From 085a151cb9515239a1a2d8318e442423151e5c7c Mon Sep 17 00:00:00 2001 From: J Wokaty Date: Tue, 24 Oct 2023 11:12:08 -0400 Subject: [PATCH 2/4] bump x.y.z version to odd y following creation of RELEASE_3_18 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 843d287..a1f6975 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: projectR Type: Package Title: Functions for the projection of weights from PCA, CoGAPS, NMF, correlation, and clustering -Version: 1.18.0 +Version: 1.19.0 Author: Gaurav Sharma, Genevieve Stein-O'Brien Maintainer: Genevieve Stein-O'Brien Description: Functions for the projection of data into the spaces defined by PCA, CoGAPS, NMF, correlation, and clustering. From 9a32722132d2f493e304cb6391bb79cc1b66405f Mon Sep 17 00:00:00 2001 From: Dmitrijs Lvovs Date: Fri, 10 Nov 2023 17:22:43 -0500 Subject: [PATCH 3/4] remove empty lines bug --- DESCRIPTION | 2 -- 1 file changed, 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 87f0304..fc661f7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,10 +2,8 @@ Package: projectR Type: Package Title: Functions for the projection of weights from PCA, CoGAPS, NMF, correlation, and clustering - Version: 1.19.01 Author: Gaurav Sharma, Charles Shin, Jared Slosberg, Loyal Goff, Genevieve Stein-O'Brien - Maintainer: Genevieve Stein-O'Brien Description: Functions for the projection of data into the spaces defined by PCA, CoGAPS, NMF, correlation, and clustering. License: GPL (==2) From 9e9ffd44723a0953be6ca20560843814a5e6776d Mon Sep 17 00:00:00 2001 From: Dmitrijs Lvovs Date: Fri, 10 Nov 2023 17:39:21 -0500 Subject: [PATCH 4/4] ignore github & travis --- .Rbuildignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.Rbuildignore b/.Rbuildignore index a32bacb..0b4ca1f 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,3 +2,5 @@ ^\.Rproj\.user$ ^doc$ ^Meta$ +^\.github +^\.travis \ No newline at end of file