knitr::opts_chunk$set(echo = TRUE)

Submitting Author: Lingshu Hu; Michael W. Kearney (LingshuHu@github_handle)
Repository: https://github.com/LingshuHu/healthforum
Version submitted: 0.1.0
Editor: TBD
Reviewer 1: TBD
Reviewer 2: TBD
Archive: TBD
Version accepted: TBD


Package: healthforum
Type: Package
Title: Scrape Patient Forum Data
Version: 0.1.0
Authors@R: c(
    person("Lingshu", "Hu", ,
      email = "lingshu.hu@hotmail.com", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0003-0304-882X")), 
    person("Michael W.", "Kearney", ,
      email = "kearneymw@missouri.edu", role = c("ctb"),
      comment = c(ORCID = "0000-0002-0730-4694")))
Description: Scrape data from Patient Forum <https://patient.info/forums> by entering urls. It will return a data frame containing text, user names, like counts, reply counts, etc.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: 
    rvest,
    magrittr,
    xml2,
    purrr,
    tokenizers,
    stringr,
    tibble
Depends: R (>= 3.5.0)
RoxygenNote: 6.1.1
Suggests: 
    testthat (>= 2.1.0),
    knitr,
    rmarkdown
VignetteBuilder: knitr

Scope

Technical checks

Confirm each of the following by checking the box. This package:

Publication options

JOSS Options

  • [x] The package has an obvious research application according to JOSS's definition.
    • [x] The package contains a paper.md matching JOSS's requirements with a high-level description in the package root or in inst/.
    • [x] The package is deposited in a long-term repository with the DOI:
    • (Do not submit your package separately to JOSS)

MEE Options

  • [ ] The package is novel and will be of interest to the broad readership of the journal.
  • [ ] The manuscript describing the package is no longer than 3000 words.
  • [ ] You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see MEE's Policy on Publishing Code)
  • (Scope: Do consider MEE's Aims and Scope for your manuscript. We make no guarantee that your manuscript will be within MEE scope.)
  • (Although not required, we strongly recommend having a full manuscript prepared when you submit here.)
  • (Please do not submit your package separately to Methods in Ecology and Evolution)

Code of conduct



LingshuHu/healthforum documentation built on Oct. 20, 2020, 1:22 a.m.