You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Bob Rudis 0afce2078e intial commit 9 years ago
R intial commit 9 years ago
inst/bin intial commit 9 years ago
man intial commit 9 years ago
tests intial commit 9 years ago
.Rbuildignore intial commit 9 years ago
.gitignore Initial commit 9 years ago
.travis.yml intial commit 9 years ago
CONDUCT.md intial commit 9 years ago
DESCRIPTION intial commit 9 years ago
LICENSE Initial commit 9 years ago
NAMESPACE intial commit 9 years ago
README.Rmd intial commit 9 years ago
README.md intial commit 9 years ago
cloc.Rproj intial commit 9 years ago

README.md

output
[{md_document [{variant markdown_github}]}]

Build Status Project Status: Concept - Minimal or no implementation has been done yet.](http://www.repostatus.org/#concept) CRAN_Status_Badge downloads

cloc is ...

The following functions are implemented:

The following data sets are included:

News

  • Version released

Installation

devtools::install_github("hrbrmstr/cloc")

Usage

library(cloc)
#> Error in library(cloc): there is no package called 'cloc'

# current verison
packageVersion("cloc")
#> Error in packageVersion("cloc"): package 'cloc' not found

Test Results

library(cloc)
#> Error in library(cloc): there is no package called 'cloc'
library(testthat)
#> Loading required package: methods

date()
#> [1] "Tue Jun 30 22:51:36 2015"

test_dir("tests/")
#> Error in library(cloc): there is no package called 'cloc'

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.