We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f04fac commit 3ef6dedCopy full SHA for 3ef6ded
3 files changed
.Rbuildignore
@@ -5,3 +5,4 @@ inst/pics
5
inst/html
6
NUL
7
LICENSE
8
+^\.travis\.yml$
.travis.yml
@@ -0,0 +1,4 @@
1
+# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2
+
3
+language: R
4
+cache: packages
README.md
@@ -26,3 +26,8 @@ statnet packages on CRAN used by statnetWeb:
26
http://cran.r-project.org/web/packages/ergm/
27
http://cran.r-project.org/web/packages/network/
28
http://cran.r-project.org/web/packages/sna/
29
30
+<!-- badges: start -->
31
+[](https://travis-ci.com/statnet/statnetWeb)
32
+<!-- badges: end -->
33
0 commit comments