MNRK01

Results 4 issues of MNRK01

I am trying to build gcc 11.3 with the following options: ```bash ./build --mode=gcc-11.3.0 --arch=i686 --threads=posix --exceptions=sjlj --enable-languages=c,c++,fortran --with-default-msvcrt=msvcrt --rt-version=v9 --jobs=4 --rev=0 ``` All good until it enters the Python...

Your `__init__.py` file references the Weibull distribution on line 620 but in reality calls the exponentiated Weibull distribution (exponweib function) from scipy.stats on line 1035. This can be confusing to...

Hi, I have been trying to compile this code from boost 1.76.0 with mingw-w64 gcc 11: ```c++ /* Copyright 2020 Rene Rivera * Distributed under the Boost Software License, Version...

**Is your feature request related to a problem? Please describe.** I often use the vscode-R extension without opening a workspace. Currently, the vscode-R extension is activated when a workspace containing...

feature-request