Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixes #229#231

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
eddelbuettel merged 2 commits intoRcppCore:masterfromsolivella:master
May 31, 2018
Merged

Fixes #229#231

eddelbuettel merged 2 commits intoRcppCore:masterfromsolivella:master
May 31, 2018

Conversation

@solivella
Copy link
Contributor

Enable use ofexample_code = FALSE argument inRcppArmadillo.package.skeleton() whenpkgKitten is installed.





Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Not sure we need these but that is minor.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

:) For sure. I'll delete them and amend.

call[[1]]<-skelFunUsed
if ("example_code"%in% names(call)){
call[["example_code"]]<-NULL# remove the example_code argument
}
Copy link
Member

@eddelbuetteleddelbuettelMay 31, 2018
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Isn't this the same as removingexample_code from the arguments? Ie we have two cases:

  • not set, moves on
  • set, removes it

So nowexample_code is effectively remove. I don't have a problem with that (I never used it) but this would need a different deprecation process.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It is removed from the the call object, but the original argument itself is used later on (line 107 of original file).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Indeed -- good call!

solivella reacted with thumbs up emoji
@eddelbuetteleddelbuettel merged commit08d71ae intoRcppCore:masterMay 31, 2018
eddelbuettel added a commit that referenced this pull requestJun 3, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@eddelbuetteleddelbuetteleddelbuettel left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@solivella@eddelbuettel

[8]ページ先頭

©2009-2025 Movatter.jp