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.
1 parent 1040bcf commit 92d4d1aCopy full SHA for 92d4d1a
.travis.yml
@@ -0,0 +1,14 @@
1
+language: r
2
+cache: packages
3
+r: 3.5
4
+pandoc_version: 2.2.1
5
+repos:
6
+ CRAN: https://cran.rstudio.com
7
+if: tag IS blank AND branch = master
8
+notifications:
9
+ email:
10
+ on_failure: always
11
+ on_success: never
12
+script:
13
+- make homework_3.pdf
14
+- make homework_3.html
DESCRIPTION
@@ -0,0 +1,6 @@
+Title: CDS 101 Web Scraping Homework
+Depends:
+ R (>= 3.5)
+Imports:
+ tidyverse,
+ rvest
0 commit comments