-
I'll share the following just for the record in case someone else experience it as well.
One of the CRAN servers reported the following error while testing examples during `R CMD check` for futur…
-
## Prework
* [x] Read and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/ropensci/crew/blo…
-
Hi,
If I try and run the following code on a Windows laptop through RStudio, there are no issues:
```r
methods::setGeneric(
"my_custom_method",
function(x) {
standardGeneric("my_custom…
-
`crew` needs a non-blocking way to run small meta-tasks like launching and polling cloud workers. Recent conversations with Kirill, as well as [Gabor's task queue blog post](https://www.tidyverse.org/…
-
## Prework
* [x] Read and agree to the [code of conduct](https://ropensci.org/code-of-conduct/) and [contributing guidelines](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md).
* [x] …
pat-s updated
2 years ago
-
Unable to run `gh::gh_token`.
Environment:
* OS: Big Sur (M1 chip)
* R version: 4.0.5
* `gh` version: 1.3.0
* Github username and password has been set. RStudio perform normal pull and push re…
-
The one with -1 status: `Trading/examples/InformationAdjustedBeta.Rd.R`
Here is the file list (non zero status, including the -1 one):
```
AER/examples/GoldSilver.Rd.R
AER/examples/MSCISwitze…
-
I am trying to set up batchtools with SGE, and tested using the "[approximation of pi](https://mllg.github.io/batchtools/articles/batchtools.html#example-1-approximation-of-pi-1)" example in the tutor…
-
```
── Error (test-to_relational_data.R:111:3): to_relational_data accepts a list containing a named MultiAssayExperiment as input ──
Error: 'miniACC' is not an exported object from 'namespace:Multi…
-
See https://github.com/pytorch/pytorch/wiki/Autograd-and-Fork
I think this disqualifies `future::plan("multicore")`, when I tried a CV with this plan I got
```
Error in (function (self, inputs,…