{"id":15051495,"url":"https://github.com/stibu81/ibawds","last_synced_at":"2025-04-10T02:57:02.768Z","repository":{"id":46870274,"uuid":"258537108","full_name":"stibu81/ibawds","owner":"stibu81","description":"A collection of useful functions and datasets for the Data Science Course at IBAW.","archived":false,"fork":false,"pushed_at":"2025-04-06T13:47:39.000Z","size":10193,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T14:37:00.672Z","etag":null,"topics":["data-science-learning","educational-resources","r"],"latest_commit_sha":null,"homepage":"https://stibu81.github.io/ibawds/","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/stibu81.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-04-24T14:35:50.000Z","updated_at":"2025-04-06T13:42:01.000Z","dependencies_parsed_at":"2023-11-24T18:28:33.894Z","dependency_job_id":"59b5f2f0-e1d3-431c-a79e-576fa7336f99","html_url":"https://github.com/stibu81/ibawds","commit_stats":{"total_commits":171,"total_committers":1,"mean_commits":171.0,"dds":0.0,"last_synced_commit":"9a75fbb01843ceb54708798064272ab7b91e89d0"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stibu81%2Fibawds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stibu81%2Fibawds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stibu81%2Fibawds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stibu81%2Fibawds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stibu81","download_url":"https://codeload.github.com/stibu81/ibawds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248147765,"owners_count":21055546,"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":["data-science-learning","educational-resources","r"],"created_at":"2024-09-24T21:36:04.436Z","updated_at":"2025-04-10T02:57:02.760Z","avatar_url":"https://github.com/stibu81.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# ibawds \u003cimg src=\"man/figures/ibawds_logo.png\" align=\"right\" width=\"175\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/ibawds)](https://CRAN.R-project.org/package=ibawds)\n[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/last-month/ibawds?color=blue)](https://r-pkg.org/pkg/ibawds)\n[![R-CMD-check](https://github.com/stibu81/ibawds/workflows/R-CMD-check/badge.svg)](https://github.com/stibu81/ibawds/actions)\n[![Codecov test coverage](https://codecov.io/gh/stibu81/ibawds/graph/badge.svg)](https://app.codecov.io/gh/stibu81/ibawds)\n\u003c!-- badges: end --\u003e\n\nibawds provides useful functions and datasets for the\n[Data Science course at IBAW](https://ibaw.ch/bildungsangebote/informatik/coding-data-science/data-science-ndk-hf/).\n\n\n## Installation\n\nYou can install the released version of ibawds from\n[CRAN](https://cran.r-project.org/package=ibawds) with:\n\n``` r\ninstall.packages(\"ibawds\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"stibu81/ibawds\")\n```\n\n## Setting up for the course\n\n### Install R\n\nWindows and Mac Users can download the installer for their operating system\nfrom https://cran.r-project.org/. For Windows, installation should be\npossible also for non-admin users. Mac users may also need to install\n[XQuartz](https://www.xquartz.org/).\n\nLinux users find instructions for installation under Debian, Fedora/Redhat,\nand Ubuntu under the same link. Note that the official package sources may\ncontain an outdated version of R, but usually the current version can be\ninstalled from some other source. Make sure that you install version 4.0 or\nnewer.\n\n\n### Install RStudio\n\nWe will use RStudio as our\n[IDE](https://en.wikipedia.org/wiki/Integrated_development_environment)\nin the course. You can download it from this\n[link](https://posit.co/download/rstudio-desktop/). Usually,\nit is easiest to use the installer for your operating system. \nHowever, if you don't have admin access on your computer, you should instead\ndownload the appropriate zip-file / tarball. Under Windows, extract the zip-file\nto a folder where you have write access. The executable file is located under\n`bin/rstudio.exe`.\n\n\nWhen you run RStudio for the first time, you have to select the R version that\nyou want to use. Usually, the dialogue box should list available R versions for\nyou to choose. If not, click on \"Browse...\" and navigate to the folder where\nyou installed R.\n\n\n### Install R Packages\n\nWe will use a variety of R Packages during the course. To set them up,\nfirst install ibawds with\n\n``` r\ninstall.packages(\"ibawds\")\n```\n\nand then run the following to install additional packages:\n\n``` r\nlibrary(ibawds)\ninstall_ibawds()\n```\n\nYou will be asked to install missing packages. Confirm to install them. Note\nthat this may take more than 30 minutes depending on your system\nand configuration.\n\n\n### Check the Setup\n\nIn order to check that everything is set up correctly for the course, run\nthe following command:\n\n\n```r\ncheck_ibawds_setup()\n```\n\nThe function verifies that\n\n* R and RStudio are up to date,\n* the ibawds package is up to date, and\n* all the required packages are installed\n\nThe function must be run from RStudio in order to run properly. If everything\nis set up correctly, you will see a message that confirms that your system is\nready for the course similar to this one:\n\n```\nℹ Checking the setup for the course ...\nℹ Operating system: Ubuntu 22.04.2 LTS\nℹ System memory: 15.390 GiB\n✔ R is up to date: 4.2.2\n✔ RStudio is up to date: 2023.6.1.524\n✔ All the required packages are installed.\n✔ ibawds is up to date: 1.0.0\n✔ 🎉 Your system is ready for the course! 🎉\n```\n\nIf not, the function will inform you about the steps\nthat are needed to fix the remaining issues. Rerun\n`check_ibawds_setup()` after performing those steps to\nverify that your system is now ready.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstibu81%2Fibawds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstibu81%2Fibawds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstibu81%2Fibawds/lists"}