search for: requiredata

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

Did you mean: requiredarg
2013 Feb 24
0
New package lazyData submitted to CRAN
I have submitted a tiny new package to CRAN, lazyData. This has a single function requireData which is designed as a drop-in replacement for base::require. In addition to doing the same job as base::require, it supplies a LazyData facility for those packages which have data but do not provide LazyData. The call is the same as for base::require but with an additional side-effects. After...
2013 Feb 24
0
New package lazyData submitted to CRAN
I have submitted a tiny new package to CRAN, lazyData. This has a single function requireData which is designed as a drop-in replacement for base::require. In addition to doing the same job as base::require, it supplies a LazyData facility for those packages which have data but do not provide LazyData. The call is the same as for base::require but with an additional side-effects. After...