Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write package test tempfiles inside the session temporary directory #225

Closed
andrie opened this issue Oct 17, 2016 · 0 comments
Closed

Write package test tempfiles inside the session temporary directory #225

andrie opened this issue Oct 17, 2016 · 0 comments
Assignees
Milestone

Comments

@andrie
Copy link
Contributor

andrie commented Oct 17, 2016

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()
@andrie andrie self-assigned this Oct 17, 2016
@andrie andrie added this to the v0.3.17 milestone Oct 26, 2016
andrie added a commit that referenced this issue Oct 26, 2016
* 218-support-file-URLs:
  Add unit test for issue #226
  Move checkpoint temp folder into session temp folder. #225
  Fix broken test. #226
  Fix typo: `require()` not `requires()`
  Added code of conduct
  Update mranUrl.R
@andrie andrie closed this as completed Oct 26, 2016
andrie added a commit that referenced this issue Oct 27, 2016
andrie added a commit that referenced this issue Oct 28, 2016
* dev:
  Checks if the project looks like an R project and asks for confirmation. #227
  Add functionality to force re-installation of all discovered packages and dependencies. #183
  Run Travis tests also for NOT_CRAN="false"
  Test if logfile exists must be skipped on CRAN #225
  Add function to list checkpoint archives and remove archives #228
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant