Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R package helper #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

R package helper #8

wants to merge 8 commits into from

Conversation

aron-bordin
Copy link
Member

R package

This PR contains the initial work in the R package helper, with the project structure and basic code and docs.

@codecov-io
Copy link

codecov-io commented Jun 19, 2016

Current coverage is 88.21%

Merging #8 into master will not change coverage

@@             master         #8   diff @@
==========================================
  Files            11         11          
  Lines           246        246          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            217        217          
  Misses           29         29          
  Partials          0          0          

Powered by Codecov. Last updated by bea89a7...1fa8b82

@aron-bordin aron-bordin changed the title [WIP] R package helper R package helper Jun 27, 2016
@aron-bordin
Copy link
Member Author

aron-bordin commented Jun 27, 2016

This PR is ready to be reviewed.

Install

To install the dev package from github, use:

  1. cd helpers/R/scrapystreaming/
  2. R
  3. library(devtools)
  4. devtools::check()
  5. Exit the R console
  6. cd ..
  7. R CMD INSTALL --no-multiarch --with-keep.source scrapystreaming

Now, open a new R console and loads using library(scrapystreaming).

Docs

This package has internal documentation. You can type help("Name of the command") to get information about the parameters, examples, and behaviors. For example, help("create_spider").

And you can read an online documentation here: http://gsoc2016.readthedocs.io/en/latest/r.html and a simple tutorial about it.

Testing and examples

There are some examples in this branch #4
You can download and run the examples in the R folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants