Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork219
Feature/add more shields#1011
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
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -2,8 +2,8 @@ | ||
| // | ||
| // Environment.h: Rcpp R/C++ interface class library -- access R environments | ||
| // | ||
| // Copyright (C) 2009 - 2013 Dirk Eddelbuettel and Romain Francois | ||
| // Copyright (C) 2014- 2019 Dirk Eddelbuettel, Romain Francois and Kevin Ushey | ||
| // | ||
| // This file is part of Rcpp. | ||
| // | ||
| @@ -246,9 +246,8 @@ namespace Rcpp{ | ||
| we have to go back to R to do this operation */ | ||
| SEXP internalSym = Rf_install( ".Internal" ); | ||
| SEXP removeSym = Rf_install( "remove" ); | ||
| Shield<SEXP> str(Rf_mkString(name.c_str())); | ||
| Shield<SEXP> call(Rf_lang2(internalSym, Rf_lang4(removeSym, str, Storage::get__(), Rf_ScalarLogical(FALSE)))); | ||
Contributor
| ||
| Rcpp_fast_eval( call, R_GlobalEnv ) ; | ||
| } | ||
| } else{ | ||