From c5fa50683e4dedfbaa0dc150300c5726f5b96ce1 Mon Sep 17 00:00:00 2001 From: Jack Leary Date: Fri, 1 Dec 2023 14:45:28 -0500 Subject: [PATCH 1/3] fixed CITATION formatting --- inst/CITATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/CITATION b/inst/CITATION index 5d4b98c..68919f7 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -5,7 +5,7 @@ citEntry( title = "Single Cell Linear Adaptive Expression Testing (scLANE)", journal = "Zenodo", author = c(person(given = c("Jack", "R."), family = "Leary"), - person(given = "Rhonda", family = "Bacher")) + person(given = "Rhonda", family = "Bacher")), year = "2023", note = "R package version 0.7.7", url = "https://doi.org/10.5281/zenodo.10182497", From 679b079500a96e939a5dd92dc119f0d9b730e68d Mon Sep 17 00:00:00 2001 From: Jack Leary Date: Wed, 6 Dec 2023 13:50:58 -0500 Subject: [PATCH 2/3] updated BiocCheck action to include BiocCheckGitClone --- .DS_Store | Bin 16388 -> 10244 bytes .github/workflows/bioc-check.yaml | 12 +++++------- .gitignore | 3 +++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.DS_Store b/.DS_Store index 64e4768f65221a3de2f1ecd35892ca1107c9644b..ee60853be1803afc81904f8fd6a865fc39400c2f 100644 GIT binary patch delta 288 zcmZo^U~CCcVPIfjbSh0TWMEJLGC6=4Lu-X3_+V63{03O{}l_J{6RH?6C?oy9Na*);w+oh zd7dycif>-5!^gaNpP4NqC&<)dh9ZXK&2t577&o62naemiKw=W3++-ew&zqMkUS!;? zs2a++Sy&^CaqKHO;5hya;loBNie~(i#&I^%vu6@{w3;{pPy`1Wa23jho4u7M?yPO5hBhZ*7%oGa z3*7zjuAAO7KeYqr4OoRH6x+FGz3S8}Xd&TeqjWr!G+%aqlQ2OGenJt?L=Q%P7^%Hz z2yglY;%;;l_G%@QD>}7?7YIV{)ZR5`Zmv*u3hZUiKQ*oU58j^DDN9;q7BL0X#uf3^ zi!1|0f;2yIo1`Mpf-+LI@DV~_wKh7MIhpLzJq)i=igb7X^y#!}PRP{rTgA}GWy(CG z)F|ou#5&nG25sCZ6{sU`Yl}KaJU}CpXBP0413bhEe2lI7>#OnV_`A90@KOwR^S$JX zcBG<~}{*hEFIaN@Zl~a Date: Wed, 6 Dec 2023 13:52:24 -0500 Subject: [PATCH 3/3] updated gitignore as per BiocCheckGitClone --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 34a89e8..9e95317 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ codecov.yml R/.DS_Store .Rproj src/*.o +src/*.so