Package: conflr
Type: Package
Title: Client for 'Confluence' API
Version: 0.1.0
Authors@R: c(
    person("Hiroaki", "Yutani", email = "hiroaki.yutani@linecorp.com", role = c("aut", "cre")),
    person(family = "LINE Corporation", role = c("cph"))
    )
Description: Provides utilities for working with various 'Confluence' API 
    <https://docs.atlassian.com/ConfluenceServer/rest/latest/>, including a
    functionality to convert an R Markdown document to 'Confluence' format and
    upload it to 'Confluence' automatically.
URL: https://line.github.io/conflr/, https://github.com/line/conflr
BugReports: https://github.com/line/conflr/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: askpass, commonmark, curl, glue, httr, knitr, miniUI, purrr,
        rmarkdown, rstudioapi, shiny, stringi, xml2, R6, rlang
Suggests: mockery, testthat (>= 2.1.0), withr
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-03-09 02:15:23 UTC; yutani
Author: Hiroaki Yutani [aut, cre],
  LINE Corporation [cph]
Maintainer: Hiroaki Yutani <hiroaki.yutani@linecorp.com>
Repository: CRAN
Date/Publication: 2020-03-16 11:40:06 UTC
