トップページにいただいたコメントのアーカイブ



2005年1月--2006年2月

2004年11-12月

2004年9,10月


2004年6,7,8月


2004年4,5月


#!/bin/sh
# cranchk.sh 2004年  5月 28日 金曜日

DIR=~/.cranchk             # データディレクトリ
MAILTO=hoge@com            # メール送信先 

if [ ! -d $DIR ]; then
  mkdir -p $DIR
fi
OLDFILE=$DIR/`ls $DIR 2>/dev/null | sort | tail -n 1`
NEWFILE=$DIR/$(date +%Y%m%d)
wget -O $NEWFILE http://cran.md.tsukuba.ac.jp/src/contrib/PACKAGES
# wget -O $NEWFILE http://cran.r-project.org/src/contrib/PACKAGES  #本家を使う場合
if [ -f $OLDFILE ]; then
  diff $OLDFILE $NEWFILE | mail -s CRAN update $MAILTO
fi

2004年2,3月


2004年1月


2003年12月

2003年11月

2003年10月


2003年9月

2003年8月

2003年7月

2003年6月 (RjpWiki は 2003年6月11日に誕生しました)


*1 GRASS(GRASS地理情報システムとRとのインターフェース)パッケージ中のオブジェクト一覧

添付ファイル: fileuseR.png 1428件 [詳細]

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-03-25 (土) 11:19:17