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

make for cran #12

Merged
merged 1 commit into from
Nov 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ addons:
- libv8-dev
- libcurl4-openssl-dev
- libxml2-dev

r_packages:
- covr

after_success:
- Rscript -e 'covr::coveralls()'
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: N2H4
Type: Package
Title: Handling methods for naver news text crawling.
Title: Handling methods for naver news text crawling
Version: 0.0.4
Date: 2016-09-13
Author: mrchypark
Maintainer: mrchypark <[email protected]>
Description: Provides some utils to get korean text sample from news articles
in naver which is popular news portal servise in korea.
Author@R: person("ChanYub","Park",role = c("aut","cre"), email="mrchypark@gmail.com")
Author: ChanYub Park [aut, cre]
Maintainer: ChanYub Park <[email protected]>
Description: Provides some utils to get korean text sample from news articles in naver which is popular news portal servise in korea.
License: MIT + file LICENSE
URL: http://github.com/forkonlp/N2H4
BugReports: http://github.com/forkonlp/N2H4/issues
Expand Down
21 changes: 0 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,23 +1,2 @@
YEAR: 2016
COPYRIGHT HOLDER: mrchypark

The MIT License (MIT)

Copyright (c) 2016 mrchypark

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 2 additions & 1 deletion N2H4.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source

PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace