{"id":14068769,"url":"https://github.com/ThinkR-open/fcuk","last_synced_at":"2025-07-30T04:32:07.050Z","repository":{"id":54806269,"uuid":"93330950","full_name":"ThinkR-open/fcuk","owner":"ThinkR-open","description":"A R package designed to help people with clumsy fingers.","archived":false,"fork":false,"pushed_at":"2023-10-10T13:26:31.000Z","size":390,"stargazers_count":91,"open_issues_count":6,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-09-22T19:45:31.567Z","etag":null,"topics":["error","fcuk","r"],"latest_commit_sha":null,"homepage":"https://thinkr-open.github.io/fcuk/","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/ThinkR-open.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"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}},"created_at":"2017-06-04T17:45:20.000Z","updated_at":"2024-09-04T13:42:23.000Z","dependencies_parsed_at":"2024-08-13T07:14:34.021Z","dependency_job_id":"114c8751-74d2-453b-a792-3ea4c5279208","html_url":"https://github.com/ThinkR-open/fcuk","commit_stats":null,"previous_names":["thinkrstat/fcuk"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffcuk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffcuk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffcuk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThinkR-open%2Ffcuk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThinkR-open","download_url":"https://codeload.github.com/ThinkR-open/fcuk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228082366,"owners_count":17866607,"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":["error","fcuk","r"],"created_at":"2024-08-13T07:06:23.701Z","updated_at":"2024-12-04T09:31:20.220Z","avatar_url":"https://github.com/ThinkR-open.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/fcuk)](https://cran.r-project.org/package=fcuk)\n[![](http://cranlogs.r-pkg.org/badges/fcuk)](https://cran.r-project.org/package=fcuk)\n[![Travis build status](https://travis-ci.org/ThinkR-open/fcuk.svg?branch=master)](https://travis-ci.org/ThinkR-open/fcuk)\n[![Coverage status](https://codecov.io/gh/ThinkR-open/fcuk/branch/master/graph/badge.svg)](https://codecov.io/github/ThinkR-open/fcuk?branch=master)\n\n\u003cimg src=\"https://raw.githubusercontent.com/ThinkR-open/fcuk/master/img/fcuk-hex-thinkr.png\" width=250px\u003e\n\n# fcuk\n\nA package designed to help people with clumsy fingers.\n\n\n![](https://media.giphy.com/media/l0Iy8JGxnl5rE1Z96/giphy.gif)\n\n\n\n## Installation of `fcuk`\n\n### From CRAN\n```R\n\ninstall.packages(\"fcuk\")\n```\n\n\n### From github\n```R\nif (!require(devtools)){install.packages(\"devtools\")}\ndevtools::install_github(\"ThinkR-open/fcuk\")\n```\n\n## Launch and use\n\nSee full documentation realised using {pkgdown} at \u003chttps://thinkr-open.github.io/fcuk/\u003e  \n\nAfter launching this package, every error will be analysed. Each time a typo occurs, a correction suggestion will be made under the default error message. \n\n```{r}\nlibrary(fcuk)\n\n# Examples \nsl()\n\u003e Error in sl() : impossible de trouver la fonction \"sl\"\nDid you mean : ls or nls ?\n\niri\n\u003e Erreur : objet 'iri' introuvable\nDid you mean : IQR or iris ?\n\nview\n\u003e Erreur : objet 'view' introuvable\nDid you mean : View or deriv ?\n\nmea\n\u003e Erreur : objet 'mea' introuvable\nDid you mean : mean or frame ?\n\n```\n\nYou can accept `fcuk` correction proposal by using this notation : `.+1` This allows you to rerun the last line by accepting the first correction proposal.\nIn fact `.+n` will rerun the nth correction proposal.\n\n```{r}\nlibrary(fcuk)\n\n# Examples \nsl()\n\u003e Error in sl() : impossible de trouver la fonction \"sl\"\nDid you mean : ls or nls ?\n\u003e .+1\n\u003e ls()\n\n```\n\n## Stop `fcuk`\n\nYou can stop `fcuk` at anytime by calling the `remove_error_tracker` function. Start the error tracker again with `init_error_tracker`. \n\n## Recurrent use of fcuk\n\nYou can launch `fcuk` with your R session. \n\n```{r}\n.First \u003c- function(){\ncat(\"\\n Bonjour !  - \", date(), \"\\n\") \nlibrary(fcuk)\n}\n```\n\nIt will be more efficient to add this library to your Rprofile. You can use `fcuk::add_fcuk_to_rprofile()` to do so. Then, any time you launch your R project, `fcuk` will be launched at the same time. \n\nYou can also add `fcuk` inside your `Rprofile.site` file. Then you'll have this functionality inside all your Rstudio projects.\n\n## fcuk functions\n\nYou'll typically never need to use the functions contained in `fcuk`. You just need to launch this library, and `fcuk` will do its job in the background. \n\n## Feedbacks and questions \n\nFeel free to  report any [issue](https://github.com/ThinkRstat/fcuk/issues) you may have with this package. \n  \n## Code of conduct\n\nPlease note that the 'fcuk' project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThinkR-open%2Ffcuk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FThinkR-open%2Ffcuk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThinkR-open%2Ffcuk/lists"}