The R Project SVN R

Rev

Rev 60407 | Rev 80066 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60407 Rev 68953
Line 1... Line 1...
1
#  File src/library/base/makebasedb.R
1
#  File src/library/base/makebasedb.R
2
#  Part of the R package, http://www.R-project.org
2
#  Part of the R package, https://www.R-project.org
3
#
3
#
4
#  Copyright (C) 1995-2012 The R Core Team
4
#  Copyright (C) 1995-2012 The R Core Team
5
#
5
#
6
#  This program is free software; you can redistribute it and/or modify
6
#  This program is free software; you can redistribute it and/or modify
7
#  it under the terms of the GNU General Public License as published by
7
#  it under the terms of the GNU General Public License as published by
Line 12... Line 12...
12
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
13
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
#  GNU General Public License for more details.
14
#  GNU General Public License for more details.
15
#
15
#
16
#  A copy of the GNU General Public License is available at
16
#  A copy of the GNU General Public License is available at
17
#  http://www.r-project.org/Licenses/
17
#  https://www.R-project.org/Licenses/
18
 
18
 
19
local({
19
local({
20
    makeLazyLoadDB <- function(from, filebase, compress = TRUE, ascii = FALSE,
20
    makeLazyLoadDB <- function(from, filebase, compress = TRUE, ascii = FALSE,
21
                               variables) {
21
                               variables) {
22
 
22