We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5022d7 + d8cd1f2 commit 13bfe88Copy full SHA for 13bfe88
DESCRIPTION
@@ -25,13 +25,14 @@ Imports:
25
coda (>= 0.19-4.1),
26
statnet.common (>= 4.12.0),
27
tools
28
-Suggests:
+Suggests:
29
snowFT (>= 1.6-1),
30
rgl (>= 1.3.24),
31
heplots (>= 1.7.8),
32
rlecuyer (>= 0.3-8),
33
covr (>= 3.6.4),
34
KernSmooth
35
+SystemRequirements: GNU make
36
RdMacros: ergm
37
BugReports: https://github.com/statnet/latentnet/issues
38
License: GPL-3 + file LICENSE
src/Makevars
@@ -1 +1 @@
1
-PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
+PKG_LIBS += $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
0 commit comments