./devel/R-here, Simpler Way to Find Your Files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1, Package name: R-here-1.0.1, Maintainer: pkgsrc-users

Constructs paths to your project's files. Declare the relative path of
a file within your project with 'i_am()'. Use the 'here()' function as
a drop-in replacement for 'file.path()', it will always locate the
files relative to your project root.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-11-24 10:33:00 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/R-here) import R-here-1.0.1

Constructs paths to your project's files. Declare the relative path of
a file within your project with 'i_am()'. Use the 'here()' function as
a drop-in replacement for 'file.path()', it will always locate the
files relative to your project root.