Displaying 3 results from an estimated 3 matches for "menu_nam".
Did you mean:
menu_name
2005 Apr 24
0
utils::setRepositories bug when adding a local repository? (PR#7810)
...s::setRepositories' I see
> utils::setRepositories()
Error in xi[[j]] : subscript out of bounds
In addition: Warning message:
longer object length
is not a multiple of shorter object length in: clabs == nmi
Examining that function via 'debug'
Browse[1]> a
menu_name URL default source
CRAN CRAN http://cran.uk.r-project.org TRUE TRUE
CRANextra CRAN (extras) http://www.stats.ox.ac.uk/pub/RWin TRUE FALSE
BioC Bioconductor http://www.bioconductor.org FALSE TRUE
Omegahat Omegahat...
2006 Jan 31
1
changing the default repositories
Hello,
Is it possible to change the default repositories?
I've already changed the list in the repositories file under etc/
this is how my repositories file under R/etc looks like:
row name menu_name URL default source win.binary
mac.binary
CRAN CRAN @CRAN@ TRUE TRUE TRUE TRUE
BioC Bioconductor http://www.bioconductor.org TRUE TRUE
TRUE FALSE
CRANextra CRAN (extras) http://www.stats.ox.ac.uk/pub/RWin TRUE
FALSE TRUE FALSE
Omegahat...
2006 Feb 24
2
how to better generalize a tree?
first some background info:
I have a blog application that has a comments table with the following columns:
id
parent_id
post_id
created_at
body
here''s my model:
class Comment < ActiveRecord::Base
belongs_to :post
acts_as_tree :order => ''created_at''
def print_children (options={})
before = options[:before] ? options[:before]