{"id":23690202,"url":"https://github.com/bozenne/butils","last_synced_at":"2026-01-15T02:30:17.622Z","repository":{"id":41203538,"uuid":"63180644","full_name":"bozenne/butils","owner":"bozenne","description":"Miscellaneous functions","archived":false,"fork":false,"pushed_at":"2024-06-25T15:11:23.000Z","size":782,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T01:59:54.050Z","etag":null,"topics":["r","statistics"],"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/bozenne.png","metadata":{"files":{"readme":"README.org","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,"governance":null}},"created_at":"2016-07-12T17:56:50.000Z","updated_at":"2024-06-25T15:11:26.000Z","dependencies_parsed_at":"2023-10-03T16:39:33.453Z","dependency_job_id":null,"html_url":"https://github.com/bozenne/butils","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/bozenne%2Fbutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozenne%2Fbutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozenne%2Fbutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozenne%2Fbutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bozenne","download_url":"https://codeload.github.com/bozenne/butils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239753736,"owners_count":19691162,"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":["r","statistics"],"created_at":"2024-12-30T02:00:01.376Z","updated_at":"2026-01-15T02:30:17.524Z","avatar_url":"https://github.com/bozenne.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+BEGIN_HTML\n\u003ca href=\"https://travis-ci.org/bozenne/butils\"\u003e\u003cimg src=\"https://travis-ci.org/bozenne/butils.svg?branch=master\"\u003e\u003c/a\u003e\n\u003ca href=\"https://ci.appveyor.com/project/bozenne/butils\"\u003e\u003cimg src=\"https://ci.appveyor.com/api/projects/status/github/bozenne/butils?svg=true\" alt=\"Build status\"\u003e\u003c/a\u003e\n#+END_HTML\n\n* butils\n\n*butils* is an R package containing functions used during my consulting activity (it is not a very well organized nor tidy package).\n\n* Installation\n\nTo install the package, you will need:\n- 1. :: A fairly recent R version (\u003e=4.0.0). You can check that using:\n#+BEGIN_SRC R :exports both :results output :session *R* :cache no\npaste0(R.Version()[c(\"major\",\"minor\")], collapse = \".\")\n#+END_SRC\n\n#+RESULTS:\n: [1] \"4.1.1\"\n\n- 2. :: The library =remotes= that you can install running:\n#+BEGIN_SRC R :exports both :results output :session *R* :cache no\ninstall.packages(\"remotes\")\n#+END_SRC\n\n#+RESULTS:\n#+begin_example\nInstalling package into 'C:/Users/hpl802/Documents/R/win-library/4.1'\n(as 'lib' is unspecified)\ntrying URL 'https://cloud.r-project.org/bin/windows/contrib/4.1/remotes_2.4.0.zip'\nContent type 'application/zip' length 395672 bytes (386 KB)\ndownloaded 386 KB\n\npackage 'remotes' successfully unpacked and MD5 sums checked\n\nThe downloaded binary packages are in\n\tC:\\Users\\hpl802\\AppData\\Local\\Temp\\Rtmp44ARJ0\\downloaded_packages\n#+end_example\n\n\n- 3. :: To run the following line of code which download and install the package:\n#+BEGIN_SRC R :exports both :eval never\nremotes::install_github(\"bozenne/butils\")\n#+END_SRC\n\nNote: you can check that the package has been correctly installed by running\nthe following lines of code:\n#+BEGIN_SRC R :exports both :results output :session *R* :cache no\nlibrary(butils)\nargs(partialResiduals)\n#+END_SRC\n\n#+RESULTS:\n: function (model, var, keep.intercept = FALSE, conditional = FALSE, \n:     interval = \"confidence\", level = 0.95, npoints = 100, quantile.range = c(0, \n:         1), FUN.df, ...) \n: NULL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozenne%2Fbutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbozenne%2Fbutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozenne%2Fbutils/lists"}