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.

35 lines
998 B

Package: seymour
Type: Package
Title: Tools to Work with the 'Feedly' 'API'
Version: 0.3.0
Date: 2020-01-22
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: 'Feedly' is a news aggregator application for various web browsers
and mobile devices running 'iOS' and 'Android', also available as a
cloud-based service. It compiles news feeds from a variety of online
sources for the user to customize and share with others. Methods are provided
to retrieve information about and contents of 'Feedly' collections and
streams.
URL: https://gitlab.com/hrbrmstr/seymour
BugReports: https://gitlab.com/hrbrmstr/seymour/issues
Encoding: UTF-8
License: AGPL
Suggests:
testthat,
covr,
rmarkdown,
htmltools,
glue
Depends:
R (>= 3.2.0)
Imports:
xml2,
httr,
utils,
jsonlite,
magrittr
RoxygenNote: 7.0.2