search for: __pkg__

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

Did you mean: __pic__
2004 Aug 16
2
place 4 ini files
...r expeRts, I collect some lab specific functions for a package. Some of this functions need initial data (ini files written in R-code). My question is: Where is the place in the package structure for such files; how to load the files? I think something like: source(paste(R.home(),"/library/__pkg__/data/__.ini.R", sep="")) looks a bit clumsy. I haven't find something about this in the "writing R extensions". Regards Thomas || Thomas Bock c/o Physikalisch-Technische Bundesanstalt || Abbestr. 2-12; D-10587 Berlin, Germany || Tel/Fax: ++49-30-3481-354/490, email...
1998 Jul 06
0
R-beta: Printing documentation for R and all packages installed
...s:.ps=.bps) ! all: pkg Man.dvi ! ! package_list := $(foreach p,$(additional_packages_fullname), \\\\input{$(patsubst %.tex,%,$(p))}) ! ! pkg: #$(additional_packages_fullname) ! # @echo $(additional_packages) ! $(foreach p,$(additional_packages), echo Collecting components of $p; sed 's/__PKG__/$p/g' Pkg-start.tex | cat - $(RLIB)/$p/latex/*.tex Pkg-end.tex >pkg-$p.tex ; ) ! echo $(additional_packages_fullname) ! echo $(package_list) ! sed -e "s/stepfun}.*/stepfun} $(package_list)/" Man.tex >Man2.tex ! mv Man2.tex Man.tex ! $(RLIB)/base/latex/%.tex: $(RsrcLIB...