openpharma / staged.dependencies

R package to implement development stages for package development
https://openpharma.github.io/staged.dependencies/
MIT License
12 stars 3 forks source link

Revert description file #130

Closed nikolas-burkoff closed 2 years ago

nikolas-burkoff commented 2 years ago

Closes #116

Test by running for example:

library(staged.dependencies)
x <- dependency_table(<<args>>)
install_deps(x)
install_deps(x)

Compare on main (2nd call to install_deps errors) and on this branch (works and says skipping installation).

Also test running install_deps followed by check_downstream or by killing the install_deps job partway through and restarting it

github-actions[bot] commented 2 years ago

R CMD check for R vlatest

R CMD check resulted in Status: OK

Click here to show full output ```R * using log directory '/__w/staged.dependencies/staged.dependencies/staged.dependencies.Rcheck' * using R version 4.1.0 (2021-05-18) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using option '--no-manual' * checking for file 'staged.dependencies/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'staged.dependencies' version '0.2.2' * 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 'staged.dependencies' can be installed ... OK * checking installed package size ... OK * checking package directory ... 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 R 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 ... OK * 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 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 examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * DONE Status: OK ```

Pusher: @nikolas-burkoff, Action: pull_request

github-actions[bot] commented 2 years ago

Unit Tests Summary

    1 files    12 suites   16s :stopwatch:   60 tests   60 :heavy_check_mark: 0 :zzz: 0 :x: 181 runs  181 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 4fe3807a.

github-actions[bot] commented 2 years ago

Unit Test Details

🙌 All tests passed!