No articles match
2D Graphs7 months ago
Tables | Regular R output | HTML table using xtable | 2d graphs | Correlation Matrix Example | Correlation plot | Network Graph Example
Cars example7 months ago
Kernel density plots for mpg | Scatterplot of mpg vs. hp | Regressions of mpg on weight | Boxplots of mpg by number of gears
Illusions example7 months ago
Illusions | Cafe wall illusion | Ouchi | Fraser illusion | Fraser-Wilcox illusion | Parallel curves
Map examples7 months ago
Map plots | USA Arrests
Math expressions example7 months ago
Math expressions | simple | The Lorenz Equations | Coins | An Identity of Ramanujan
Creating new linters7 months ago
Writing the linter | Writing linter tests | Other utilities for writing custom linters | Contributing to | More details about writing tests for new {lintr} linters | Adding your linter to the default_linters | Submit pull request
How does covr work anyway?10 months ago
Introduction | Instrumenting R Source Code | Modifying the call tree | Source References | Refining Source References | Replacing Source In Place | Object Orientation | S3 Classes | S4 Classes | Reference Classes | Compiled code | Gcov | Makevars | Subprocess | Output Formats | Codecov.io and Coveralls.io | Prior Art | Overview | R-coverage | Test Coverage | Covr | Conclusion
Using lintr11 months ago
Running lintr on a project | Configuring linters | The .lintr file | .lintr File Example | Other configuration options | Using options() | Using arguments to lint() | Defaults | Customizing active linters | Using all available linters | Advanced: programmatic retrieval of linters | Exclusions | Excluding lines of code | Excluding only some linters | Excluding multiple lines of codes | Excluding lines via the config file | Excluding files completely | Excluding directories completely
Continuous integration2 years ago
For packages | GitHub Actions | For projects | Super-Linter
Editor setup4 years ago
RStudio | Emacs | Installation | Configuration | Vim - syntastic | Vim - ALE | Sublime Text 3 | Atom | Visual Studio Code