{"id":19610045,"url":"https://github.com/nfultz/tron","last_synced_at":"2025-07-21T13:32:44.828Z","repository":{"id":27795241,"uuid":"31284232","full_name":"nfultz/tron","owner":"nfultz","description":"R package for easy logging","archived":false,"fork":false,"pushed_at":"2015-12-23T17:18:30.000Z","size":28,"stargazers_count":40,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-27T21:34:56.596Z","etag":null,"topics":["logging","r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nfultz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-24T22:01:56.000Z","updated_at":"2024-04-02T08:53:16.000Z","dependencies_parsed_at":"2022-09-03T11:41:53.881Z","dependency_job_id":null,"html_url":"https://github.com/nfultz/tron","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nfultz/tron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfultz%2Ftron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfultz%2Ftron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfultz%2Ftron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfultz%2Ftron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfultz","download_url":"https://codeload.github.com/nfultz/tron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfultz%2Ftron/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266311935,"owners_count":23909739,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["logging","r"],"created_at":"2024-11-11T10:26:31.683Z","updated_at":"2025-07-21T13:32:44.796Z","avatar_url":"https://github.com/nfultz.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tron: Pain Free Logging \n\nThis package provides the `tron` function, which decorates all functions in a session\nor package to let you follow along with the execution.\n\nHere is an example:\n\n    tron\u003e f \u003c- function(a,b) a / b\n    \n    tron\u003e zzz \u003c- function(x,y) f(x,y) / f(y,x)\n    \n    tron\u003e tron(environment(), verbose=TRUE)\n    wrapping  f\n    wrapping\tzzz\n    \n    tron\u003e zzz(2,1)\n    2015-02-24 18:55:10\tzzz(2, 1) begin\n    2015-02-24 18:55:10\t\tf(x, y) begin\n    2015-02-24 18:55:10\t\tf(x, y) end\n    2015-02-24 18:55:10\t\tf(y, x) begin\n    2015-02-24 18:55:10\t\tf(y, x) end\n    2015-02-24 18:55:10\tzzz(2, 1) end\n    \n## Logging a package\n\nIf you would like to add logging to an entire package, tron it before you load it:\n\n    tron(\"ht\"); require(ht)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfultz%2Ftron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfultz%2Ftron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfultz%2Ftron/lists"}