Last data update: 2014.03.03

Nippon

Package: Nippon
Type: Package
Title: Japanese Utility Functions and Data
Version: 0.6.3-1
Date: 2015-12-10
Author: Susumu Tanimura <aruminat@gmail.com> [aut, cre],
Hironobu Takahashi [cph],
Hajime Baba [cph],
Takatsugu Nokubi [cph]
Maintainer: Susumu Tanimura <aruminat@gmail.com>
Depends: maptools, sp
Suggests: RColorBrewer, foreign
Description: Japan-specific data is sometimes too unhandy for R users to manage. The utility functions and data in this package disencumber us from such an unnecessary burden.
License: GPL (>= 2)
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2016-04-13 11:21:29 UTC; ligges
Repository: CRAN
Date/Publication: 2016-04-13 13:24:13

3 images, 12 functions, 2 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Nippon' ...
** package 'Nippon' successfully unpacked and MD5 sums checked
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking version of gcc... checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for memmove... yes
checking for strdup... yes
configure: rkakasi: 0.6
checking for wakatigaki... yes
checking for eachyomi... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/kakasi/Makefile
config.status: creating src/kakasi/config.h
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rkakasi.c -o rkakasi.o
Compiling libkakasi!
make[1]: Entering directory '/tmp/RtmpBRhmrr/R.INSTALL33321f669682/Nippon/src/kakasi'
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libdict.c -o libdict.o -L/usr/local/lib64 -I/usr/local/include -I. 
libdict.c: In function 'init_kanwa':
libdict.c:347:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(magic, 6, 1, kanwadict);
     ^
libdict.c:349:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(&dict_endian_mark, 2, 1, kanwadict);
  ^
libdict.c:350:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(&kanwa_offset, sizeof(int), 1, kanwadict);
  ^
libdict.c: In function 'add_kanwa':
libdict.c:406:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(&tail, 1, 1, kanwadict);
  ^
libdict.c:409:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(&length, 1, 1, kanwadict);
  ^
libdict.c:411:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(ptr_kanji, (int)length, 1, kanwadict);
  ^
libdict.c:417:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(&length, 1, 1, kanwadict);
  ^
libdict.c:419:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(ptr_yomi, (int)length, 1, kanwadict);
  ^
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libkakasi.c -o libkakasi.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libkanjiio.c -o libkanjiio.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c liba2.c -o liba2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libg2.c -o libg2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libj2.c -o libj2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libk2.c -o libk2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libee2.c -o libee2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libhh2.c -o libhh2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libjj2.c -o libjj2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libkk2.c -o libkk2.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c libitaiji.c -o libitaiji.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c lib78_83.c -o lib78_83.o -L/usr/local/lib64 -I/usr/local/include -I. 
gcc -g -O2   -fpic -DHAVE_CONFIG_H -DLIBRARY -DKANWADICT="/home/ddbj/local/lib64/R/library/Nippon/share/kanwadict" -DITAIJIDICT="/home/ddbj/local/lib64/R/library/Nippon/share/itaijidict" -c liblevel.c -o liblevel.o -L/usr/local/lib64 -I/usr/local/include -I. 
ar cr libkakasi.a libdict.o libkakasi.o libkanjiio.o liba2.o libg2.o libj2.o libk2.o libee2.o libhh2.o libjj2.o libkk2.o libitaiji.o lib78_83.o liblevel.o 
ranlib libkakasi.a
make[1]: Leaving directory '/tmp/RtmpBRhmrr/R.INSTALL33321f669682/Nippon/src/kakasi'
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o Nippon.so rkakasi.o kakasi/libkakasi.a -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/Nippon/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'Nippon'
    finding HTML links ... done
    JapanPrefecturesMap                     html  
    JapaneseColors                          html  
    Nippon-internal                         html  
    Nippon-package                          html  
    jholiday                                html  
Rd warning: /tmp/RtmpBRhmrr/R.INSTALL33321f669682/Nippon/man/jholiday.Rd:58: missing file link 'Holidays'
    jyear                                   html  
    kakasi                                  html  
    kata2hira                               html  
    month.name.jp                           html  
    nippon.palette                          html  
    prefectures                             html  
    romanization                            html  
    sjis2utf8                               html  
    zen2han                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (Nippon)
Making 'packages.html' ... done