Skip to content

Commit

Permalink
Update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusHALeal authored Oct 20, 2019
1 parent ec97a04 commit 64eb126
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
Package: rmetacritic
Type: Package
Title: What the Package Does (Title Case)
Title: Metacritic's R scraper
Version: 0.1.0
Author: Who wrote it
Maintainer: The package maintainer <yourself@somewhere.net>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Authors@R: c(
person("Matheus", "Leal", , "matheus.leal@ccc.ufcg.edu.br", c("aut", "cre")),
person("Ivyna", "Santino", , "ivyna.alves@ccc.ufcg.edu.br ", c("aut"))
)
Maintainer: https://github.com/metalyrics
URL: https://github.com/metalyrics/rmetacritic
BugReports: https://github.com/metalyrics/rmetacritic/issues
Description: This package includes a series of functions that give R users access to "Metacritic's" data. These data are obtained by scraping their website.
License: MIT
Encoding: UTF-8
LazyData: true
Depends: R (>= 3)
Imports:
magrittr,
stringi,
stringr,
RSelenium
Suggests: testthat,
dplyr

0 comments on commit 64eb126

Please sign in to comment.