Alejandro Baranek
Alejandro Baranek
Nope. Is not working. I have to restart the session for it works ok with duplicated filenames in different folders.
@wch we timely considered your observations and implemented a solution which bypasses the problem. @d-sharpe I'm sorry but I don't know how to help you. Let's wait @wch answer.
Here a reproducible example with reprex. The forked repo is [qbotics/rayshader](https://github.com/qbotics/rayshader/) --- author: kenarab date: 2021-06-20 output: "reprex::reprex_document" title: vain-paca_reprex.R --- ``` r library(rayrender) library(rayshader) library(dplyr) #> #> Attaching package:...
Here is a reprex example using Rpolyhedra package --- author: kenarab date: 2021-06-20 output: "reprex::reprex_document" title: sane-eyas_reprex.R --- ``` r library(rayrender) library(rayshader) library(Rpolyhedra) library(dplyr) #> #> Attaching package: 'dplyr' #>...
I will try to correct by my self on the repo, but don't know if it is possible Editing this file in a fork https://github.com/boostorg/math/blob/develop/include/boost/math/distributions/geometric.hpp
We are only downloading data. Look at line 114 at data-lib self$filenames
This requirement was a consequence of PR #124
You are correct, it runs when rewriting to consume_x(&mut xy); The first example panics the compiler, it is better if it gives a compilation error than panic.
Changed issue title. Will convert the panic case into a testcase
Improved examples code. Corrected devtools::check. There are some windows issues seemly. Don't have now a windows machine available, I think it has not to do with the function added, but...