Displaying 2 results from an estimated 2 matches for "acfm".
Did you mean:
acf
2004 Aug 05
1
Problem in method's Makefile?
...to look at later. So today I sat down again and was
encountering this error every time I would attempt to build:
dumping R code in package 'methods'
Saving namespace image ...
initializing class and method definitions now ...done
<environment: namespace:methods>
usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...
*** Error code 1
I traced this down to the Makefile in methods:
$(top_builddir)/library/$(pkg)/R/$(pkg).rdb: $(top_builddir)/library/$(pkg)/R/all.rda
@echo "tools:::makeLazyLoading(\"$(pkg)\")" | \
R_DEFAULT_PACK...
2004 Aug 05
1
Problem in method's Makefile?
...to look at later. So today I sat down again and was
encountering this error every time I would attempt to build:
dumping R code in package 'methods'
Saving namespace image ...
initializing class and method definitions now ...done
<environment: namespace:methods>
usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...
*** Error code 1
I traced this down to the Makefile in methods:
$(top_builddir)/library/$(pkg)/R/$(pkg).rdb: $(top_builddir)/library/$(pkg)/R/all.rda
@echo "tools:::makeLazyLoading(\"$(pkg)\")" | \
R_DEFAULT_PACK...