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

Typo in error message #309

Open
boennecd opened this issue Apr 14, 2020 · 0 comments · May be fixed by #311
Open

Typo in error message #309

boennecd opened this issue Apr 14, 2020 · 0 comments · May be fixed by #311
Labels

Comments

@boennecd
Copy link

The error message should read

"hessianrows and hessiancols ..."

but is

"hessianrows and hessianrows ..."

here

if((nrows>0)&(nrows!=ncols))Rf_error("hessianrows and hessianrows must have same length");

boennecd added a commit to boennecd/adcomp that referenced this issue Apr 15, 2020
…line

change loop order in asSEXP and asMatrix (R matrices a in column major order)
fix kaskr#309
@euclaise euclaise added Bug Docs and removed Bug labels Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants