You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.0 KiB

7 years ago
Package: hgr
Type: Package
Title: Tools to Work with the 'Postlight' 'Mercury' 'API'
7 years ago
Version: 0.3.0
7 years ago
Date: 2017-06-22
7 years ago
Author: Bob Rudis (bob@rud.is)
Maintainer: Bob Rudis <bob@rud.is>
7 years ago
Description: The 'Postlight' 'Mercury' 'API' <https://mercury.postlight.com> takes any web
article and returns only the relevant content - headline, author, body text,
images and more - free from any clutter and including only minimal markup. Tools
are provided to access the 'API' and also further clean up retrieved text through
the the application of 'XSLT' style sheets. An 'RStudio' 'Addin' is also provided
which makes it possible to preview the cleaned content from a 'URL' on
the clipboard.
7 years ago
URL: https://github.com/hrbrmstr/hgr
BugReports: https://github.com/hrbrmstr/hgr/issues
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
purrr,
httr,
7 years ago
readr,
xml2,
rvest,
7 years ago
xslt,
clipr,
htmltools,
jsonlite,
rstudioapi,
shiny (>= 0.13),
miniUI (>= 0.1.1)
7 years ago
RoxygenNote: 6.0.1