-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix check notes #454
Merged
Fix check notes #454
Conversation
This file contains 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
athowes
approved these changes
Nov 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this has everything apart from the :::
── R CMD check ─────────────────────────────────────────────────────────────────
* using log directory ‘/home/runner/work/epidist/epidist/check/epidist.Rcheck’
* using R version 4.4.2 (2024-10-31)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.5 LTS
* using session charset: UTF-8
* using options ‘--no-manual --ignore-vignettes --as-cran’
* checking for file ‘epidist/DESCRIPTION’ ... OK
* this is package ‘epidist’ version ‘0.0.0.9000’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘epidist’ can be installed ... OK
* checking installed package size ... NOTE
installed size is 197.5Mb
sub-directories of 1Mb or more:
extdata 197.1Mb
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Unexported objects imported by ':::' calls:
‘brms:::dpar_bounds’ ‘brms:::validate_data’ ‘brms:::validate_family’
‘brms:::validate_formula’
See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... SKIPPED
* checking examples ... NONE
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE
seabbs
added a commit
that referenced
this pull request
Jan 10, 2025
* Update .Rbuildignore * Update .Rbuildignore * Update DESCRIPTION Former-commit-id: e58e62b79fa5a69c7a2aa09d3a23b189dcb0c062 [formerly b04de28ead6f218e03369ad61d98b00f0b50643d] Former-commit-id: ad62ce7be529953d762ef5ad5f783a3fd45db5e6
seabbs
added a commit
that referenced
this pull request
Jan 21, 2025
* Update .Rbuildignore * Update .Rbuildignore * Update DESCRIPTION Former-commit-id: 590838d Former-commit-id: a2e5cde48f8999538b8387f58e6062dbc4e8f4c1
seabbs
added a commit
that referenced
this pull request
Jan 21, 2025
* Update .Rbuildignore * Update .Rbuildignore * Update DESCRIPTION Former-commit-id: 590838d Former-commit-id: a2e5cde48f8999538b8387f58e6062dbc4e8f4c1
seabbs
added a commit
that referenced
this pull request
Jan 21, 2025
* Update .Rbuildignore * Update .Rbuildignore * Update DESCRIPTION Former-commit-id: 590838d Former-commit-id: a2e5cde48f8999538b8387f58e6062dbc4e8f4c1
seabbs
added a commit
that referenced
this pull request
Jan 21, 2025
* Update .Rbuildignore * Update .Rbuildignore * Update DESCRIPTION Former-commit-id: e58e62b79fa5a69c7a2aa09d3a23b189dcb0c062 [formerly b04de28ead6f218e03369ad61d98b00f0b50643d] Former-commit-id: ad62ce7be529953d762ef5ad5f783a3fd45db5e6
seabbs
added a commit
that referenced
this pull request
Jan 21, 2025
* Update .Rbuildignore * Update .Rbuildignore * Update DESCRIPTION Former-commit-id: e58e62b79fa5a69c7a2aa09d3a23b189dcb0c062 [formerly b04de28ead6f218e03369ad61d98b00f0b50643d] Former-commit-id: ad62ce7be529953d762ef5ad5f783a3fd45db5e6 Former-commit-id: d4757f0
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.
Description
As the title this PR closes easily resolved check notes.
Checklist