Skip to content

Write package test tempfiles inside the session temporary directory #225

@andrie

Description

@andrie

Message from CRAN:

Dear maintainer,

Checking this creates

  /tmp/.checkpoint

as you do

checkpointLocation = dirname(tempdir())
dir.create(file.path(checkpointLocation, ".checkpoint"), showWarnings = FALSE)

Can you pls change to use a location inside the session directory?

The fix is to use

checkpointLocation = tempdir()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions