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

Remove dependency on R >= 3.5 #245

Closed
gothub opened this issue Feb 11, 2020 · 1 comment
Closed

Remove dependency on R >= 3.5 #245

gothub opened this issue Feb 11, 2020 · 1 comment
Assignees
Milestone

Comments

@gothub
Copy link
Collaborator

gothub commented Feb 11, 2020

Building a vignette that uses caching (in a chunk, i.e. "{r, cache=TRUE}" causes knitr to create an .rds file for the chunk. The RDS format has changed recently, so these .rds files cause R check to declare that the package is now dependent on R >= 3.5.

Since this requirement is not desired, chunk caching will be discontinued in this package.

@gothub gothub added this to the 2.1.4 milestone Feb 11, 2020
@gothub gothub self-assigned this Feb 11, 2020
@gothub
Copy link
Collaborator Author

gothub commented Feb 12, 2020

Fixed in commit 5f2c725

@gothub gothub closed this as completed Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant