Showing 5 of total 5 results (show query)
tidymodels
parsnip:A Common API to Modeling and Analysis Functions
A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', 'H2O', etc).
Maintained by Max Kuhn. Last updated 17 days ago.
612 stars 16.37 score 3.4k scripts 69 dependentshadley
lazyeval:Lazy (Non-Standard) Evaluation
An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code.
Maintained by Hadley Wickham. Last updated 3 years ago.
131 stars 15.74 score 520 scripts 1.8k dependentshadley
pryr:Tools for Computing on the Language
Useful tools to pry back the covers of R and understand the language at a deeper level.
Maintained by Hadley Wickham. Last updated 1 years ago.
204 stars 11.93 score 1.9k scripts 57 dependentsjeroen
maketools:Exploring and Testing the Toolchain and System Libraries
Helper functions that interface with the system utilities to learn about the local build environment. Lets you explore 'make' rules to test the local configuration, or query 'pkg-config' to find compiler flags and libs needed for building packages with external dependencies. Also contains tools to analyze which libraries that a installed R package linked to by inspecting output from 'ldd' in combination with information from your distribution package manager, e.g. 'rpm' or 'dpkg'.
Maintained by Jeroen Ooms. Last updated 2 months ago.
14 stars 4.75 score 1 scriptshalpo
dostats:Compute Statistics Helper Functions
A small package containing helper utilities for creating functions for computing statistics.
Maintained by Andrew Redd. Last updated 3 years ago.
3 stars 3.61 score 27 scripts