Package: indeedKSA
Type: SoftwareSourceCode
Title: Web scrapping solution, to save job ads from indeed.com as text files and find keywords
Version: 0.2
Date: 2018-11-29
Authors@R: person("Paula Andrea", "Martinez", email = "mvpaula0@gmail.com",
                  role = c("aut", "cre"))
Description: This a fairly simple web scrapping solution. It saves job ads from 
    indeed.com as text files and then, for 
    each job ad a search for sentences is performed and saved. 
    After collecting the sentences, the report looks for keywords 
    identified around knowledge skills and abilities (KSA's).
    The code is written in R version 3.5.1 (2018-07-02), 
    using packages listed in 00_installPkgs.R, 
    developed on a x86_64-pc-linux-gnu platform.
Depends: R (>= 3.5.1)
License: GNU General Public License v3.0
URL: https://github.com/orchid00/jobWordSearch, 
     https://orchid00.github.io/jobWordSearch
LazyData: true
RoxygenNote: 6.1.1
