29 when running devtoolscheck we got the following warning - #39
Merged
cebarboza merged 3 commits intoJun 4, 2026
Merged
Conversation
added 2 commits
June 4, 2026 17:29
cebarboza
self-requested a review
June 4, 2026 15:52
cebarboza
approved these changes
Jun 4, 2026
cebarboza
approved these changes
Jun 4, 2026
|
|
||
| \item{backupRrel}{A string of the R minor-release to use if preferred package version cannot be found under any of the minor releases specified in `r_rels_vect`} | ||
|
|
||
| <<<<<<< HEAD |
Member
There was a problem hiding this comment.
Hi @ariannaa7
There this conflict here. I will clean this.
Member
There was a problem hiding this comment.
You can catch this stuff with devtools::document and devtools::check before pushing. This files get generated automatically.
Member
|
Great, everything looks ok for this. I will merge, the issue seems solved in the three git actions. Just is kind of weird that in my mac I am having an error with the example. When you run your local ❯ checking examples ... ERROR
Running examples in ‘studyGenerics-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getPkgZips
> ### Title: Download zip-compressed Windows binaries from a renv.lock file
> ### Aliases: getPkgZips
>
> ### ** Examples
>
> pkg_status_list <- getPkgZips()
Warning in dir.create(outDir) :
cannot create dir '/private/var/folders/sr/lw0bmhn50k3cj_1pf68l9_r80000gp/T/Rtmp9taGMA/file3b6f20301e97/studyGenerics.Rcheck/renv/cellar', reason 'No such file or directory'
Warning in file(con, "r") :
cannot open file '/private/var/folders/sr/lw0bmhn50k3cj_1pf68l9_r80000gp/T/Rtmp9taGMA/file3b6f20301e97/studyGenerics.Rcheck/renv.lock': No such file or directory
Error in file(con, "r") : cannot open the connection
Calls: getPkgZips ... <Anonymous> -> renv_lockfile_read -> readLines -> file
Execution halted
|
cebarboza
deleted the
29-when-running-devtoolscheck-we-got-the-following-warning
branch
June 4, 2026 16:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the example to be on multiple lines to avoid the truncation issue and close #29. Merged develop into the this branch to make sure the changes from #22 were included.