Skip to content

lazyData

A LazyData Facility

v1.1.0 · Dec 4, 2016 · GPL-2

Description

Supplies a LazyData facility for packages which have data sets but do not provide LazyData: true. A single function is is included, requireData, which is a drop-in replacement for base::require, but carrying the additional functionality. By default, it suppresses package startup messages as well. See argument 'reallyQuitely'.

Downloads

CRAN

275

Last 30 days

14966th

686

Last 90 days

2.6K

Last year

Trend: +48.7% (30d vs prior 30d)

r2u CRAN

9

Last 30 days

26

Last 90 days

108

Last year

Trend: -35.7% (30d vs prior 30d)

autoCRAN

3

Last 7 days

6

Last 30 days

1

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

4 NOTE
9 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 NOTE
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (6 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Bill Venables <bill.venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-clang

R code for possible problems

Found the following calls to attach():
File ‘lazyData/R/requireData.R’:
  attach(NULL, pos = pos, name = searchDataName)
See section ‘Good practice’ in ‘?attach’.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Bill Venables <bill.venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

R code for possible problems

Found the following calls to attach():
File ‘lazyData/R/requireData.R’:
  attach(NULL, pos = pos, name = searchDataName)
See section ‘Good practice’ in ‘?attach’.
NOTE r-patched-linux-x86_64

R code for possible problems

Found the following calls to attach():
File ‘lazyData/R/requireData.R’:
  attach(NULL, pos = pos, name = searchDataName)
See section ‘Good practice’ in ‘?attach’.
NOTE r-release-linux-x86_64

R code for possible problems

Found the following calls to attach():
File ‘lazyData/R/requireData.R’:
  attach(NULL, pos = pos, name = searchDataName)
See section ‘Good practice’ in ‘?attach’.

Check History

NOTE 10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Bill Venables <bill.venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Bill Venables <bill.venables@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Bill",
                    family = "Venables",
                    role = c("aut", "cre"),
                    email = "bill.venables@gmail.com")
as necessary.
NOTE r-patched-linux-x86_64

R code for possible problems

Found the following calls to attach():
File ‘lazyData/R/requireData.R’:
  attach(NULL, pos = pos, name = searchDataName)
See section ‘Good practice’ in ‘?attach’.
NOTE r-release-linux-x86_64

R code for possible problems

Found the following calls to attach():
File ‘lazyData/R/requireData.R’:
  attach(NULL, pos = pos, name = searchDataName)
See section ‘Good practice’ in ‘?attach’.

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies birdring lazyData

Version History

4 tracked
new 1.1.0 Mar 10, 2026
updated 1.1.0 ← 1.0.3 diff Dec 3, 2016
updated 1.0.3 ← 1.0.1 diff Jan 28, 2014
new 1.0.1 Mar 6, 2013