Git Product home page Git Product logo

221208tskm_ed_training's Introduction

徳島県教科情報指導者研修「高等学校情報科におけるR言語の活用」

Binder

概要

このページは、令和4年度(2022年度)徳島県教科「情報」指導者研修のための資料です。 R言語によるプログラミングを通し、教科「情報」で扱われるいくつかの単元の内容を学びます。 具体的には、「プログラミング」、「データの可視化」、「オープンデータの活用」を扱います。 またQuartoを使ったレポート作成についても解説します。

研修の進め方

研修内容はウェブページまたはスライドから閲覧可能です。 研修を通してR言語によるプログラミングを行います。

R言語の実行環境は各自のコンピュータ上に構築していただくことが望ましいですが、 当日の研修ではbinderを利用します。binderはウェブブラウザ上で実行可能なRの環境を提供します。以下のボタンをクリックまたはURLから直接リンクいただくことでbinderが起動します。 そのまましばらく待つとRStudio (Server)の画面に切り替わるので、そこからRを操作します。

Binder

https://mybinder.org/v2/gh/uribo/221208tskm_ed_training/main?urlpath=rstudio

Binderの立ち上げ

手元のコンピューター上で行うためには、必要なファイル一式をダウンロードして操作を行います。 これにはRとRStudioがインストールされていることが前提となります。

このページ https://github.com/uribo/221208tskm_ed_training の上部にある緑色の"Code"ボタンをクリック、 さらにDownload ZIPをクリックしてzipファイルをダウンロードします。 zipファイルを展開、221208tskm_ed_training.RprojファイルをダブルクリックするとRStudioが起動します。

この状態ではRスクリプトを動かすためのパッケージがインストールされていないため、 次のコマンドをコンソールで実行します。

install.packages("renv")
renv::restore()

パッケージのインストールを促すメッセージが出力されるので、yをコンソール上で入力します。 パッケージのインストールが完了したら準備完了です。

講師

ライセンス

この資料はクリエイティブ・コモンズ 表示 - 非営利 - 継承 4.0 国際 (CC BY-NC-SA 4.0) ライセンスの下に提供しています。ただし、資料中のコード部分はMITライセンスの下に提供します。

研修の日程

2022-12-08@online

内容に関する質問、指摘

改善のためにコメント等をいただけると幸いです。 コメントはGitHub issuesから投稿をお願いします。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.