RcppCore / rcpp-gallery

Source code for the Rcpp Gallery website
http://gallery.rcpp.org
Other
69 stars 71 forks source link

created src/2016-06-23-working-with-Rcpp-StringVector.Rmd #94

Closed knausb closed 8 years ago

knausb commented 8 years ago

In #93 I was asked to submit my contribution as a pull request instead of as a gist. This pull request includes my proposed contribution.

Thank you! Brian

eddelbuettel commented 8 years ago

The PR currently covers 11 files, including a few older ones that should not have been committed. Any chance you can clean that up a little?

knausb commented 8 years ago

Oops, I think I just learned I have a bad git habit. I'm not sure how to handle this elegantly. So I'll close this and try a new PR. Thanks for your patience!

eddelbuettel commented 8 years ago

For reference, you can just git rm someFile.abc and then commit.

knausb commented 8 years ago

Ah, I'm afraid my git vocabulary is not very large. Its a little larger now. Thank you!