Hi, I am building the package in R using
>R CMD build -force ./mypackage and check it using >R CMD check ./mypackage However I have a problem when running the examples in the manual files. The problem is that I used a specifice type of file that is not table, thus I guess data() can't be use to indicate the use of that particular file in the directory data/. Do you have any idea how I can pass the name of this data file as a string into the arguments of my function e.g. in abc.Rd \Examples{ ss<- abc(fname = "xxx.sbml") } where xxx.sbml is a file in the data/ directory. Again, thanks very much and looking forwards to your reply. Phan Hang [[alternative HTML version deleted]] ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel