No articles match
geohashTools24 days ago
What is a Geohash? | Precision of geohashes | Encoding geohashes | Example: Encoding many points | Decoding geohashes | Geohash neighborhoods | Working with spatial formats | gh_to_sf | gh_covering
Translation for package developers6 months ago
Basic process | Extraction | Base style | Explicit style | Writing good messages | Write full sentences | sprintf() vs glue() | Un-translatable content | Skipping translation | Googling | Plurals | Collapsed lists
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
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
Demo of the bit package2 years ago
bit type | bitwhich type | processing chunks
Performance of the bit package2 years ago
A performance example | Boolean data types | % memory consumption of filter | % time extracting | % time assigning | % time subscripting with 'which' | % time assigning with 'which' | % time Boolean NOT | % time Boolean AND | % time Boolean OR | % time Boolean EQUALITY | % time Boolean XOR | % time Boolean SUMMARY | Fast methods for integer set operations | % time for sorting | % time for unique | % time for duplicated | % time for anyDuplicated | % time for sumDuplicated | % time for match | % time for in | % time for notin | % time for union | % time for intersect | % time for setdiff | % time for symdiff | % time for setequal | % time for setearly
Usage of the bit package2 years ago
Boolean data types | Available classes | Available methods | Creating and manipulating | Coercion | Boolean operations | Manipulation methods | Aggregation methods for booltype | Fast methods for integer set operations | Methods using random access to bit vectors | Methods using bit vectors for sorting integers | Methods for sets of sorted integers
Continuous integration2 years ago
For packages | GitHub Actions | For projects | Super-Linter
Translation for package translators3 years ago
Basic process | Translation basics | Picking a domain for diasporic languages | Message variations | glue() | sprintf() | Multi-line messages | Plurals | Other issues | Trying out your work | Updating a package
Writing a custom diagnostic3 years ago
Motivation | Writing the diagnostic | Running the diagnostic
Editor setup4 years ago
RStudio | Emacs | Installation | Configuration | Vim - syntastic | Vim - ALE | Sublime Text 3 | Atom | Visual Studio Code