search for: mh1823

Displaying 2 results from an estimated 2 matches for "mh1823".

Did you mean: me123
2008 Dec 31
1
cannot load package "splines"
...lp a Chinese colleague who is experiencing difficulty loading my package. He is running WindowsXP and the Chinese version of R2.8.1. As you can see from his screen-copy (below), my package is successfully unpacked but cannot be loaded because splines balks when attempted to be loaded. Package mh1823 requires package survival, which in turn requires splines. > utils:::menuInstallLocal() package 'mh1823' successfully unpacked and MD5 sums checked updating HTML package descriptions > local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library...
2006 Nov 18
1
.First.lib
Greetings: I?m running R version 2.4.0 (2006-10-03) on WindowsXP in a 3 year old DELL box with 2 gig. I have successfully created a zipped package, mh1823_2.1.zip, using R CMD build --binary mh1823. R CMD build --binary automatically adds a file, mh1823, containing .First.lib and its default function definition. I would like to supply my own .First.lib function to create menus when the package is loaded by calling my menu-creator function. It is...