Skip to content

GRANonGRAN() tries to copy non-existent files #3

@andrie

Description

@andrie

In the function GRANonGRAN() the following lines fail:

    res = file.copy(system.file("GRAN", package="GRANBase"),
              normalizePath2(repobase(repo)), recursive=TRUE,
              overwrite=TRUE)
    if(any(!res))
        stop("copy failed")

The reason is that the file "GRAN" doesn't seem to exist in GRANbase

system.file("GRAN", package="GRANBase")
[1] ""

Should this line refer to a different folder?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions