{"id":16274003,"url":"https://github.com/trinker/textproj","last_synced_at":"2025-04-08T16:13:59.133Z","repository":{"id":146664296,"uuid":"49821193","full_name":"trinker/textproj","owner":"trinker","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-14T17:51:21.000Z","size":145,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T12:41:03.132Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/trinker.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2016-01-17T14:43:44.000Z","updated_at":"2017-01-15T09:39:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb44afcc-39fe-41c3-9408-6bfb51b1ad66","html_url":"https://github.com/trinker/textproj","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Ftextproj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Ftextproj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Ftextproj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Ftextproj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinker","download_url":"https://codeload.github.com/trinker/textproj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247878021,"owners_count":21011158,"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":[],"created_at":"2024-10-10T18:26:41.779Z","updated_at":"2025-04-08T16:13:59.114Z","avatar_url":"https://github.com/trinker.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"textproj\"\ndate: \"`r format(Sys.time(), '%d %B, %Y')`\"\noutput:\n  md_document:\n    toc: true      \n---\n\n```{r, echo=FALSE}\ndesc \u003c- suppressWarnings(readLines(\"DESCRIPTION\"))\nregex \u003c- \"(^Version:\\\\s+)(\\\\d+\\\\.\\\\d+\\\\.\\\\d+)\"\nloc \u003c- grep(regex, desc)\nver \u003c- gsub(regex, \"\\\\2\", desc[loc])\nverbadge \u003c- sprintf('\u003ca href=\"https://img.shields.io/badge/Version-%s-orange.svg\"\u003e\u003cimg src=\"https://img.shields.io/badge/Version-%s-orange.svg\" alt=\"Version\"/\u003e\u003c/a\u003e\u003c/p\u003e', ver, ver)\n````\n\n[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\n[![Build Status](https://travis-ci.org/trinker/textproj.svg?branch=master)](https://travis-ci.org/trinker/textproj)\n`r verbadge`\n\n![](tools/textproj_logo/r_textproj.png)\n\n**textproj** is a project template for text projects.  The package has one function, `text_project`.  It creates the following structure of subdirectories and files:\n\n\n```\ntemplate\n    |\n    |   .Rproj\n    |   \n    +---data\n    +---output\n    +---plots\n    +---reports\n    \\---scripts\n            01_data_cleaning.R\n            02_initial_analysis.R\n```\n# Installation\n\nTo download the development version of **textproj**:\n\nDownload the [zip ball](https://github.com/trinker/textproj/zipball/master) or [tar ball](https://github.com/trinker/textproj/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **pacman** package to install the development version:\n\n```r\nif (!require(\"pacman\")) install.packages(\"pacman\")\npacman::p_load_gh(\"trinker/textproj\")\n```\n\n# Contact\n\nYou are welcome to:    \n\n- submit suggestions and bug-reports at: \u003chttps://github.com/trinker/textproj/issues\u003e       \n- send a pull request on: \u003chttps://github.com/trinker/textproj/\u003e    \n- compose a friendly e-mail to: \u003ctyler.rinker@gmail.com\u003e    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Ftextproj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinker%2Ftextproj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Ftextproj/lists"}