-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release v0.0.0.9002 added print.polite and is.polite
- Loading branch information
Dmytro Perepolkin
committed
Jul 28, 2018
1 parent
34ad64f
commit 03bc355
Showing
8 changed files
with
52 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: polite | ||
Version: 0.0.0.9001 | ||
Version: 0.0.0.9002 | ||
Title: Be nice on the web | ||
Description: Be responsible when scraping data from APIs or websites. Remember to itroduce yourself, ask for permission and stay well mannered while you do what you came for. | ||
Authors@R: person("Dmytro", "Perepolkin", email = "[email protected]", role = c("aut", "cre")) | ||
|
@@ -12,6 +12,7 @@ BugReports: https://github.com/dmi3kno/polite/issues | |
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 6.0.1 | ||
Imports: | ||
crayon, | ||
httr, | ||
magrittr, | ||
memoise, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# polite 0.0.0.9002 (Release date: 2018-07-29) | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* Added custom print method for `polite session` using `crayon` | ||
* `bow` and `nod` now warn if the current path is not permitted to be scraped | ||
* `polite` has gotten a sticker! `png` is stored in `data-raw` | ||
|
||
|
||
# polite v0.0.0.9001 (Release date: 2018-07-27) | ||
|
||
* Implemented bow(), nod() and scrape() | ||
* Added documentation and examples | ||
* Updated README to include examples | ||
|
||
|
||
# polite v0.0.0.9000 (Release date: 2018-07-23) | ||
|
||
* Polite is born! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.