
lintr - A 'Linter' for R Code
Checks adherence to a given style, syntax errors and possible semantic issues. Supports on the fly checking of R code edited with 'RStudio IDE', 'Emacs', 'Vim', 'Sublime Text', 'Atom' and 'Visual Studio Code'.
Last updated
linter
15.92 score 1.3k stars 36 dependents 1.3k scripts 68k downloads
covr - Test Coverage for Packages
Track and report code coverage for your package and (optionally) upload the results to a coverage service like 'Codecov' <https://about.codecov.io> or 'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of code being exercised by a set of tests. It is an indirect measure of test quality and completeness. This package is compatible with any testing methodology or framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
Last updated
codecovcoveragecoverage-reporttravis-ci
15.40 score 345 stars 15 dependents 2.3k scripts 192k downloadsknitrBootstrap - 'knitr' Bootstrap Framework
A framework to create Bootstrap <https://getbootstrap.com/> HTML reports from 'knitr' 'rmarkdown'.
Last updated
9.09 score 277 stars 1 dependents 126 scripts 1.2k downloadslookup - Lookup R function definitions, including compiled code, S3 and S4 methods
Provides a simple interface to lookup and print R function definitions, including C and C++ compiled code from .Call, .C, .Internal and .External calls. Also lookup of S3 and S4 generics, including a simple dialog to print any or all of the loaded methods for the generic.
Last updated
cpp
5.99 score 219 stars 1 dependents 74 scripts 616 downloadsthank - Give Thanks
Give thanks to the people with the thank 📦.
Last updated
2.81 score 13 stars 1 scriptslambda - Simple anonymous functions
Defines a function 'f()' to create anonymous functions (lambdas) in a very concise manner. Simply write the body of the function as you would normally. If you want a given variable to appear as one of the arguments to the function, put it in '.()'.
Last updated
4.42 score 20 stars 266 scriptsautoinst - Auto Install Packages
Automatically install packages when they are missing.
Last updated
3.71 score 51 starsbloom - Bloom Filters
Scaling, counting Bloom filter for R using Rcpp bindings for dablooms.
Last updated
cpp
2.65 score 9 stars 9 scripts