{"id":14069065,"url":"https://github.com/r-lib/evaluate","last_synced_at":"2025-05-14T20:01:59.762Z","repository":{"id":399562,"uuid":"17786","full_name":"r-lib/evaluate","owner":"r-lib","description":"A version of eval for R that returns more information about what happened","archived":false,"fork":false,"pushed_at":"2025-04-02T13:56:35.000Z","size":2690,"stargazers_count":137,"open_issues_count":6,"forks_count":35,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-10T07:43:50.660Z","etag":null,"topics":["evaluation","parsing","r","r-package","repl"],"latest_commit_sha":null,"homepage":"http://evaluate.r-lib.org/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-lib.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2008-05-18T13:40:10.000Z","updated_at":"2025-04-26T09:20:13.000Z","dependencies_parsed_at":"2024-05-16T15:28:52.438Z","dependency_job_id":"c13abd4d-ff44-4ae9-bdd7-f8c1ead17e91","html_url":"https://github.com/r-lib/evaluate","commit_stats":{"total_commits":494,"total_committers":18,"mean_commits":"27.444444444444443","dds":0.4939271255060729,"last_synced_commit":"a6f48502708cbb99526a8c5bd7443a8be8fd84a0"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fevaluate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fevaluate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fevaluate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-lib%2Fevaluate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-lib","download_url":"https://codeload.github.com/r-lib/evaluate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254077154,"owners_count":22010672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["evaluation","parsing","r","r-package","repl"],"created_at":"2024-08-13T07:06:35.021Z","updated_at":"2025-05-14T20:01:59.629Z","avatar_url":"https://github.com/r-lib.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# evaluate\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/r-lib/evaluate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/evaluate/actions/workflows/R-CMD-check.yaml)\n[![CRAN status](https://www.r-pkg.org/badges/version/evaluate)](https://CRAN.R-project.org/package=evaluate)\n[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/evaluate)](https://cran.r-project.org/package=evaluate)\n[![Codecov test coverage](https://codecov.io/gh/r-lib/evaluate/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/evaluate?branch=main)\n\u003c!-- badges: end --\u003e\n\nevaluate provides tools that allow you to recreate the parsing, evaluation and\ndisplay of R code, with enough information that you can accurately recreate what\nhappens at the command line. Evaluate + replay works very similarly to\n`source()`, but is written in such a way to make it easy to adapt for other\noutput formats, such as html or latex.\n\n```R\nlibrary(evaluate)\n```\n\nThere are three components to the `evaluate` package:\n\n* `parse_all()`, a version of parse that keeps expressions with their original\n   source code, maintaining formatting and comments.\n* `evaluate()`, which evaluates each expression produced by `parse_all()`, \n   tracking all output, messages, warnings, and errors as their occur, and \n   interleaving them in the correct order with the original source and value\n   of the expression.\n* `replay()`, which outputs these pieces in a way that makes it look like you've\n   entered the code at the command line.  This function also serves as a\n   template for other output formats.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lib%2Fevaluate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-lib%2Fevaluate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-lib%2Fevaluate/lists"}