checkhelper icon indicating copy to clipboard operation
checkhelper copied to clipboard

A package to help deal with devtools::check outputs

Results 25 checkhelper issues
Sort by recently updated
recently updated
newest added

roxygen2 now uses messages instead of warnings so the tests fail. I would have attempted a fix, but I don't understand how your package code is generated. ``` Running ‘testthat.R’...

Following the instructions at https://github.com/ThinkR-open/prepare-for-cran I am trying to use `checkhelper::check_clean_userspace()` however, I have examples in my code that are wrapped with `if (interactive())`. I use the RStudio shortcut `cmd...

I know this is largely personal preference, but how about making the default directory for the output logs the same as the package directory? something like check_as_cran( pkg = ".",...

Hi, Here is a reprex: ```r #' Function X #' @inherit y return #' @export x = function() 1 #' Function Y #' @return a value #' @export y =...

Hi, thanks for this package it is very helpful! I am currently preparing a package to submit to CRAN, and I had some false positives when using `find_missing_tags`. This is...

Currently `find_missing_tags` checks `@return`, but it seems the new roxygen2 encourage people to use `@returns`

## Validation criteria - [x] No Missing Rd-tags for `pipe.Rd`: `\value` #73 PR has been merged into _main_ ![Screenshot 2023-02-20 at 16 46 31](https://user-images.githubusercontent.com/35060481/220151361-9f7a5289-b9b5-4e3b-96ea-72a130b498e0.png) - [x] `check_as_cran` should not write...

priority: high
doc
fix
project ok

## Validation criteria - [ ] `check_as_cran` can be used with a specific repo ## Technical ``` withr::with_options(list(repos = c(CRAN = "https://cran.rstudio.com/")), {checkhelper::check_as_cran() }) ``` `check_as_cran `does not take into...

the ``` on.exit(getFromNamespace("roxy_meta_set", "roxygen2")("env", NULL), add = TRUE ) ``` which seems to be here to avoid this doesn't seems to work. a non exported function is exported after `find_missing_tags()`

Run check_n_covr() instead of check ? Or let the user choose during, but default is check_n_covr(). See: https://github.com/ThinkR-open/fusen/pull/156

feat
project ok