search for: okada

Displaying 12 results from an estimated 12 matches for "okada".

2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires. Maybe a good news for those who want to use R in their local languages. Recently two Japanese, E. Nakama and M. Okada, succeeded in "making R speak Japanese". At present, R can handle Japanese (as well as other languages, I guess) character strings if one use consoles which can understand Japanese. Also P. Murrell kindly provided a facility to plot hundreads of Japaense characaters as graphical symbols (...
2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires. Maybe a good news for those who want to use R in their local languages. Recently two Japanese, E. Nakama and M. Okada, succeeded in "making R speak Japanese". At present, R can handle Japanese (as well as other languages, I guess) character strings if one use consoles which can understand Japanese. Also P. Murrell kindly provided a facility to plot hundreads of Japaense characaters as graphical symbols (...
2006 Jan 05
3
has_one :dependent => true question
Hello, I have two classes that are self explanatory and are listed below. class User < ActiveRecord::Base belongs_to :account end class Account < ActiveRecord::Base has_one :account_owner, { :dependent => true, :class_name => "User", :conditions => "is_account_owner = 1" } has_many :users end In the signup controller when an account is created one user
2006 Jan 05
8
AJAX to submit form, but reload the whole page
I''m using ROR 1.0 and the included prototype.js to do some AJAX stuff. I''m using the form_remote_tag to submit a login form using AJAX. So, any error/failed login will be displayed using AJAX. But, for successful login, I would want it to reload the wholepage, not just update the <DIV>. How can I achieve this? -- Posted via http://www.ruby-forum.com/.
2005 Mar 30
1
Mistype in CRAN mirror list(doc/CRAN_mirrors.csv) (PR#7759)
Full_Name: Masafumi OKADA Version: 2.0.1 OS: Windows Submission from: (NULL) (130.158.158.65) In the list of CRAN mirrors($R_HOME/doc/CRAN_mirrors.csv), I found a mistyping. Mirror in University of Tsukuba is described as "Tsukaba", not "Tsukuba". I know "Tsukuba" is correct, because I'm...
2006 May 28
1
cartograms in R?
Q: Has anyone implemented cartograms [**] in R? A search on the R site turned up https://stat.ethz.ch/pipermail/r-sig-geo/2005-December/000698.html which led to http://www.okada.jp.org/RWiki/index.php?cmd=read&page=Rmap%A4%F2%BB% C8%A4%C3%A4%BF%C3%CF%BF%DE%C9%BD%BC%A8&word=Rmap#content_1_35 which has (one form of) a cartogram as a PNG, but which doesn't seem to have code. (The site is in Japanese, so I can't be sure on the code availability.) ** A c...
2003 Dec 10
0
dyn.load for c code
...ws 98. To this end I wrote a small c program, downloaded the tools, perl, and mingw on the "building R for windows" page, and proceeded to create libR.a & libRblas.a as explained in the readme.packages. I started with a simple c program called mysum.c that can be found on: http://www.okada.jp.org/RWiki/?R%A4%AB%A4%E9%C2%BE%B8%C0%B8%EC%CD%F8%CD%D1 If the c program is called mysum.c, I type, after cd'ing into R_home\bin on the MS-DOS shell: > rcmd shlib [-o mysum.dll] mysum.c and the output reads: >MkRules:93: warning: overriding commands for target `.c.d' >C:/R/RW...
2008 Mar 01
2
How to cache data in a plugin
Hi, I''m using CountryCodes to get countries list for select box. It provides self.countries_for_select(*args) method exactly for this purpose. I''m using it in only one place in my view. So I was thinking about caching this data somehow, so it won''t have to be recreated every time the page is loaded. The problem is that the plugin initializes its main @countries
2005 Dec 15
4
Database best practices?
I started with rails a few weeks ago and I''ve been very impressed with the whole framework. My first project after the cookbook was a small application connecting to Postgres. This was originally a port of an Access application so I was delighted with the new facilities for constraint checks, triggers, etc. As I started to write the front-end though I noticed myself rewriting the
2006 Jan 18
0
R Wiki and R-sig-wikii
...ntly (beginning of January 2006) a prototype of another R Wiki, just to explore if and how it could answer those two problems on R-Help. The prototype is at http://www.sciviews.org/_rgui/wiki (temporary address). There is a couple of other Wikis dedicated to R floating around, like: http://www.okada.jp.org/RWiki/ (in Japanese) and http://learnserver.csd.univie.ac.at/rcomwiki dedicated to R(D)COM and RExcel essentially. After a discussion, the R-Core Team decided to give support to one or several intiatives to make a R Wiki, with a big concern about the quality of information in the Wiki a...
2004 Mar 04
10
"Statistiques avec R"
Dear R users, I want to share my joy with you. Please see the following excellent introduction to R "Statistiques avec R " by Vincent Zoonekynd http://zoonek2.free.fr/UNIX/48_R/all.html In paticular, you can see a lot of fascinating graphics examples of R from which you can get many hints. Soryy if this is already well-known, but the CRAN search did not show nothing with the keyword
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
Dear all, I am sending a patch for extending pdf device to embed popup text and web links. I implemented this feature by using annotation object, a interactive feature of pdf. You can see a sample code for using this feature in the following, and sample pdf is in http://www.okada.jp.org/RWiki/?plugin=attach&pcmd=open&file=sample.pdf&refer=PDF%A4%CB%A5%E1%A5%E2%A4%E4URL%A4%CE%A5%EA%A5%F3%A5%AF%A4%F2%CB%E4%A4%E1%B9%FE%A4%E0%A5%D1%A5%C3%A5%C1 In the pdf, boxes in cyan are web links, and each point has popup text. If you know about pdf a lot, you can embed any anno...