search for: simfmodel

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

Did you mean: semmodel
2004 Oct 22
1
building an R package : where and how should my fortran library be loaded ?
...e are the steps involved : 1) In R: # Create tree for package # and include my R functions in it R> package.skeleton(name="Geneland", list=c("mcmcFmodel", "simFmodel", "rdiscr", "tessel.post"), path="/home/guillot/projets/flux/package/", force=T) # copy my fortran code in the tree R> system("cp /home/guil...
2004 Oct 25
5
building a package under windows
Hi, I have a package of my own which seems to work fine under linux. I want to make a compiled version for windows. (I work with windows 2000 and R 2.0) I have followed the steps described in the file readme.packages (in the top-level directory of the binary installation) and I had a trouble at this step (which aim is not documented): C:\Program Files\R\rw2000\src\gnuwin32>make libR.a