Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflict between Quake and VGAM #3

Open
yingzhang121 opened this issue Mar 27, 2017 · 2 comments
Open

conflict between Quake and VGAM #3

yingzhang121 opened this issue Mar 27, 2017 · 2 comments

Comments

@yingzhang121
Copy link

Hi, David,

In the latest release of VGAM, the syntax for function dzeta changes from "dzeta(x, p, log = FALSE) (VGAM 0.8-7)" to "dzeta(x, shape, log = FALSE) (VGAM 1.0-3)".

So cov_model.r couldn't be run.

Best,
Ying

@davek44
Copy link
Owner

davek44 commented May 17, 2017

Thanks for the heads up. I pushed a fix. Let me know how it goes.

@kokyriakidis
Copy link

kokyriakidis commented Jul 3, 2018

When I try to make it shows this message on MacOS:

/usr/local/clang6/bin/clang -O3 -fopenmp -I/opt/local/include/-I -c Read.cpp
In file included from Read.cpp:1:
./Read.h:98:22: error: in-class initializer for static data member of type
'const float' requires 'constexpr' specifier [-Wstatic-float-init]
const static float trust_spread_t = .1;
^ ~~
./Read.h:98:3: note: add 'constexpr'
const static float trust_spread_t = .1;
^
constexpr
./Read.h:99:22: error: in-class initializer for static data member of type
'const float' requires 'constexpr' specifier [-Wstatic-float-init]
const static float correct_min_t = .000001;
^ ~~~~~~~
./Read.h:99:3: note: add 'constexpr'
const static float correct_min_t = .000001;
^
constexpr
./Read.h:100:22: error: in-class initializer for static data member of type
'const float' requires 'constexpr' specifier [-Wstatic-float-init]
const static float learning_min_t = .00001;
^ ~~~~~~
./Read.h:100:3: note: add 'constexpr'
const static float learning_min_t = .00001;
^
constexpr
3 errors generated.
make: *** [Read.o] Error 1

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants