restorepoint - Debugging with Restore Points
Debugging with restore points instead of break points. A restore point stores all local variables when called inside a function. The stored values can later be retrieved and evaluated in a modified R console that replicates the function's environment. To debug step by step, one can simply copy & paste the function body from the R script. Particularly convenient in combination with "RStudio". See the "Github" page inst/vignettes for a tutorial.
Last updated 6 months ago
debugging
6.16 score 15 stars 41 dependents 78 scripts 56 downloadsRTutor - Interactive R problem sets with automatic testing of solutions and automatic hints
Interactive R problem sets with automatic testing of solutions and automatic hints
Last updated 11 months ago
economicslearn-to-codeproblem-setrstudiortutorshinyteaching
5.81 score 202 stars 1 dependents 107 scriptsshinyEvents - Shiny wrapper with event handlers instead of reactivity
Shiny is a great package. Yet, for more complex projects, with much dynamic UI, I find it hard to write clean code with its reactivity paradigm. This package wraps shiny into a more traditional programming approach: - event handlers for input changes and button clicks - explicit update functions to change outputs - no explicit server function
Last updated 2 years ago
shiny
4.99 score 36 stars 7 dependents 26 scriptsdplyrExtras - extra functionality for dplyr like mutate_rows for mutation of a subset of rows
Some extra functionality that is not (yet) in dplyr, e.g. mutate_rows (mutation of subset of rows) xsummarise_each (summarise_each with more flexible alignment of results), or s_filter, s_arrange ,... that allow string arguments.
Last updated 5 years ago
dplyr
4.85 score 20 stars 4 dependents 59 scriptsdbmisc - Tools for working with SQLite in R
Tools for working with SQLite in R, in particular support for simple YAML schemas.
Last updated 2 years ago
databaseschemasqlsqlite
4.40 score 26 stars 4 dependents 16 scriptsrepboxUtils - Utility functions shared by several repbox packages
Utility functions shared by several repbox packages
Last updated 1 months ago
4.36 score 9 dependentsrepboxDB - Functions for exported repbox data
Functions for exported repbox data
Last updated 19 days ago
4.21 score 9 dependents 7 scriptsrepboxReg - Repbox module for analysing regressions
Repbox module for analysing regressions
Last updated 2 months ago
3.82 score 2 dependents 6 scriptsgtree - gtree basic functionality to model and solve games
gtree basic functionality to model and solve games
Last updated 4 years ago
economic-experimentseconomicsgambitgame-theorynash-equilibrium
3.77 score 17 stars 1 dependents 23 scriptsrepboxHtml - HTML reports for repbox
HTML reports for repbox
Last updated 19 days ago
3.73 score 2 dependents 10 scriptsrepboxArt - Converting articles from PDF to text and managing and extracting basic information including tables
Converting articles from PDF to text and managing and extracting basic information including tables
Last updated 1 months ago
3.71 score 1 stars 2 dependents 6 scriptsstringtools - Tools for working with strings in R
Tools for working with strings in R
Last updated 3 years ago
3.66 score 2 stars 26 dependents 29 scriptsrepboxRun - Run repbox analyses
Run repbox analyses
Last updated 19 days ago
3.50 score 1 dependents 11 scriptsGithubActions - Functions to facilitate use of Github Actions via R
Work in progress. Not yet working well.
Last updated 6 months ago
3.48 score 2 stars 2 dependentsrepboxMap - Mapping information from article and run supplement. Mainly (regression) tables.
This package should use as input only information stored in regdb tables.
Last updated 8 months ago
3.43 score 2 dependents 1 scriptssynthdid - Synthetic Difference-in-Difference Estimation
Estimate average treatment effects in panel data. Currently provides methods only for the case that all treated units adopt treatment at the same time.
Last updated 3 years ago
3.42 score 1 dependents 87 scriptsrepboxEvaluate - Adaption of evaluate package version 0.23.01 to repbox
Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.
Last updated 1 years ago
3.08 score 4 dependentsglueformula - String interpolation to build regression formulas
Has the main function gl that is a variant of glue. It is useful for building regression formulas given vectors of variable names.
Last updated 3 months ago
regressionstring-interpolation
3.08 score 8 stars 1 dependents 10 scriptsrepboxCodeText - Extracting purely text based information from supplement code
Extracting purely text based information from supplement code
Last updated 8 months ago
3.08 score 2 dependents 1 scriptsgpt4r - ChatGPT templates for use in R and via mygpt in RStudio.
Tools to use ChatGPT via YAML templates Typically used with mygpt to create customized RStudio Addins User can experiment with Chat-GPT inclusion by adapting YAML templates. By default ChatGPT usage will be logged in a local folder. Originally inspired by https://github.com/jcrodriguez1989/chatgpt
Last updated 2 years ago
3.02 score 7 stars 1 dependents 2 scriptsExtractSciTab - Extract Tables with Numbers from Scientific Publications
More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description.
Last updated 6 months ago
2.95 score 2 stars 3 dependents 3 scriptsrepboxR - Repbox for R code files in code supplements
Repbox for R code files in code supplements
Last updated 12 months ago
2.95 score 2 dependentsxsynthdid - Simple function to adjust for covariates in synthdid
Simple function to adjust for covariates in synthdid. See vignete for details.
Last updated 3 years ago
2.90 score 16 stars 6 scriptsrepboxStata - Repbox analysis of stata scripts in reproduction packages
Repbox analysis of stata scripts in reproduction packages
Last updated 19 days ago
2.89 score 2 dependents 4 scriptsmygpt - Customize your own ChatGPT RStudio Addins.
See README.md for details
Last updated 2 years ago
2.54 score 7 starsrepboxRfun - Repbox functions called by code injections into R scripts
Try to use as little special dependencies as reasonably possible
Last updated 1 years ago
2.48 score 1 dependentsxglue - Extended glue. Write collapse and by Uses a template file with a special syntax.
Extended glue. Add in the string to be glued blocks that specify collapse operations on vectors, and allow to operate on a grouped data frame
Last updated 4 years ago
gluestringinterpolation
2.48 score 6 stars 6 scriptsRelationalContracts - Characterize relational contracts in repated or stochastic games
Characterize relational contracts in repated or stochastic games. Can also analyse repeated negotiation equilibria.
Last updated 4 years ago
dynamic-gameeconomicsgame-theoryhold-upnash-equilibriumrepeated-gamestochastic-game
2.48 score 4 stars 15 scriptsshinyEventsPushMessage - shinyEvents show desktop push messages via push.js
shinyEvents show desktop push messages via push.js
Last updated 4 years ago
2.48 score 2 stars 1 dependentsRTutorSAGI - Submission Analysis for Grading and Improvement
Tools for analysising submissions of solved RTutor problem sets. The functions help automatic bulk grading for several problem sets. Another feature is a shiny app that helps to analyse where students got stuck and correspondingly improve the problem set.
Last updated 3 years ago
learn-to-codertutorteaching
2.40 score 5 stars 3 scriptssourcemodify - Helper functions to modify source code of R scripts
Helper functions to modify source code of R scripts
Last updated 1 years ago
2.38 score 1 stars 4 dependentsrampl - Tools to work with AMPL from R
Tools to work with AMPL from R. Writing AMPL dat files, running AMPL locally or using the NEOS solvers.
Last updated 4 years ago
2.22 score 33 scriptsrepboxGithub - Tools for Repbox and Github interaction
Tools for Repbox and Github interaction
Last updated 12 months ago
2.18 score 1 dependentsrgmpl - Helps solving in R linear programming models specified in GMPL
Tools that help to solve linear programming models specified in GMPL
Last updated 3 years ago
gmpl
2.18 score 1 dependents 1 scriptscodeUtils - Helper functions for parsing and classifying R code. Useful for domain specific languages.
Very preliminary. May completely change
Last updated 5 years ago
2.16 score 4 dependents 12 scriptssktools - Helpful functions used in my courses
Several helpful functions that I use in my courses
Last updated 4 years ago
2.11 score 1 stars 26 scriptspkgFunIndex - Extract information about functions in R packages.
Will be used to build a systematic database of exported functions of all versions of CRAN packages.
Last updated 1 years ago
2.08 score 2 stars 1 dependentsEnergyChartsAPI - R Interface to the Energy Charts API
R Interface to the Energy Charts API
Last updated 6 months ago
2.00 score 1 stars 1 scriptsgtreeWebPlay - Create shiny apps to play gtree games
Create shiny web apps that allow single users to play game-theoretic gtree games against the computer who can e.g. follow equilibrium strategies, or average behavior of the population of all players so far.
Last updated 5 years ago
economic-experimentsgame-theoryshiny
2.00 score 2 starsrepgame - Solve discounted repeated games with monetary transfers
Solve discounted repeated games with monetary transfers using the fast Algorithms develeoped by Goldluecke and Kranz (JET, 2013)
Last updated 7 years ago
cpp
2.00 score 2 stars 3 scriptsrepboxDeploy - Helper functions to deploy analysed repbox projects in specific forms
Currently helper functions to deploy a repbox project as a public example
Last updated 12 months ago
1.95 score 1 stars 1 dependentsdistRforest - Distribution-based Random Forest
Extension of the rpart package with added loss functions and random forest functionality.
Last updated 5 years ago
1.78 score 12 scriptsrmdtools - Tools for RMarkdown
Tools for RMarkdown
Last updated 4 years ago
1.78 score 1 stars 2 dependents 6 scriptsRSGSolve - Solve Stochastic Games in R
Simple R Interface to Ben Brook's SGSolve library. See http://www.benjaminbrooks.net/software.shtml
Last updated 8 years ago
cpp
1.74 score 11 scriptsumlaute - RStudio addin to replace German Umlaute
RStudio addin to replace German Umlaute
Last updated 3 years ago
1.70 scoreshinyEventsUI - Some shiny widgets that only work with shinyEvents
Some shiny widgets that only work with shinyEvents
Last updated 4 years ago
1.70 score 1 starsshinyChatQuiz - Shiny app for online lecture support with chat and quizzes
Shiny app for online lecture support with chat and quizzes
Last updated 4 years ago
1.70 score 1 stars 1 scriptsRelationalContractsCpp - Some optional Rcpp functions that speed up RelationalContracts
Some optional Rcpp functions that speed up RelationalContracts
Last updated 6 years ago
cpp
1.48 score 1 dependents 1 scriptsrowmins - Quickly compute min or max of each row or column of a matrix.
Quickly compute min or max of each row or column of a matrix. Is substantially faster than the corresponding functions in matrixStats
Last updated 7 years ago
cpp
1.48 score 1 dependentsrepboxverse - Install and load all repbox packages
Install and load all repbox packages
Last updated 12 months ago
1.30 scoreshinyEventsLogin - A simple login framework as part of shinyEvents apps (probably not very secure)
A simple login framework for shinyEvents apps (probably not very secure)
Last updated 6 months ago
1.00 score 1 starsskUtils - Helper functions for repgames and dyngames
Helper functions needed by my package repgames and dyngames
Last updated 4 years ago
cpp
1.00 score