Jason Sinnwell wrote:
> Dear useRs-
>
> I am developing a package that uses output from stand-alone unix software
> programs. I use multiple perl scripts to process the output and make it
ready
> for reading into R. I would like to keep the perl scripts in the
designated
> place for such files, exec/, but I can't find how a user is supposed to
be able
> to use those when using the library.
file.path(.path.package("NameOfThePackage"),
"exec", "NameOfThePerlScript")
Uwe Ligges
> R-exts 1.1.4:
> ..'exec/' could contain additional executables the package needs,
... This
> mechanism is currently used only by very few packages, and still
experimental.
>
> Any help or referral to the proper documentation would be appreciated.
>
> Jason
>
> +--------------------------+
> |Jason P. Sinnwell, M.S. |
> |Mayo Clinic, Rochester |
> |Health Sciences Research |
> |Division of Biostatistics |
> |Harwick 7-97 |
> |507.284.3270 |
> +--------------------------+
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html