Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A collection of useful functions and datasets for the Data Science Course at IBAW.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

stibu81/ibawds

Repository files navigation

CRAN statusCRAN RStudio mirror downloadsR-CMD-checkCodecov test coverage

ibawds provides useful functions and datasets for theData Sciencecourse atIBAW.

Installation

You can install the released version of ibawds fromCRAN with:

install.packages("ibawds")

And the development version fromGitHub with:

# install.packages("devtools")devtools::install_github("stibu81/ibawds")

Setting up for the course

Install R

Windows and Mac Users can download the installer for their operatingsystem fromhttps://cran.r-project.org/. For Windows, installationshould be possible also for non-admin users. Mac users may also need toinstallXQuartz.

Linux users find instructions for installation under Debian,Fedora/Redhat, and Ubuntu under the same link. Note that the officialpackage sources may contain an outdated version of R, but usually thecurrent version can be installed from some other source. Make sure thatyou install version 4.0 or newer.

Install RStudio

We will use RStudio as ourIDEin the course. You can download it from thislink. Usually, it iseasiest to use the installer for your operating system. However, if youdon’t have admin access on your computer, you should instead downloadthe appropriate zip-file / tarball. Under Windows, extract the zip-fileto a folder where you have write access. The executable file is locatedunderbin/rstudio.exe.

When you run RStudio for the first time, you have to select the Rversion that you want to use. Usually, the dialogue box should listavailable R versions for you to choose. If not, click on “Browse…” andnavigate to the folder where you installed R.

Install R Packages

We will use a variety of R Packages during the course. To set them up,first install ibawds with

install.packages("ibawds")

and then run the following to install additional packages:

library(ibawds)install_ibawds()

You will be asked to install missing packages. Confirm to install them.Note that this may take more than 30 minutes depending on your systemand configuration.

Check the Setup

In order to check that everything is set up correctly for the course,run the following command:

check_ibawds_setup()

The function verifies that

  • R and RStudio are up to date,
  • the ibawds package is up to date, and
  • all the required packages are installed

The function must be run from RStudio in order to run properly. Ifeverything is set up correctly, you will see a message that confirmsthat your system is ready for the course similar to this one:

ℹ Checking the setup for the course ...ℹ Operating system: Ubuntu 22.04.2 LTSℹ System memory: 15.390 GiB✔ R is up to date: 4.2.2✔ RStudio is up to date: 2023.6.1.524✔ All the required packages are installed.✔ ibawds is up to date: 1.0.0✔ 🎉 Your system is ready for the course! 🎉

If not, the function will inform you about the steps that are needed tofix the remaining issues. Reruncheck_ibawds_setup() after performingthose steps to verify that your system is now ready.

About

A collection of useful functions and datasets for the Data Science Course at IBAW.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp