We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e456d62 commit 3fd1f0fCopy full SHA for 3fd1f0f
README.md
@@ -4,8 +4,7 @@ As of [15/04](https://github.com/bioDS/lasso_testing/commit/6c1bbdc4a80c7079a5cc
4
- 31/07 update: descending lambda values finds 4/5.
5
6
to make an installable R package:
7
-automake --add-missing --copy
8
-autoreconf -fi
+./autogen.sh
9
10
11
# Some implementation notes:
autogen.sh
@@ -0,0 +1,2 @@
1
+automake --add-missing --copy
2
+autoreconf --install
0 commit comments