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

github language classification for Rcpp is C, not R #973

Open
apsteinmetz opened this issue Jun 20, 2019 · 2 comments
Open

github language classification for Rcpp is C, not R #973

apsteinmetz opened this issue Jun 20, 2019 · 2 comments

Comments

@apsteinmetz
Copy link

@apsteinmetz apsteinmetz commented Jun 20, 2019

Minor annoyance, but if you use the Github API to find repos named Rcpp in the R language this package does not come up because Github knows the language to be C++. Can it, should it, be fixed?

@eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Jun 20, 2019

I think it can (I recall reading about a hinter, and I may have used on in another one or two of my repos) but it really is two-sided. That 'lines of code in repo' classification should probably be C or C++ for Rcpp as that is how the package is built: it contains a boatload of C++ code, and less R code.

Also not that the 'tag' (under 'manage topics') does have 'r' as well as 'c-plus-plus'. So I'd be inclined to leave it as is.

Then again your search argument has merit...

@eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Jun 20, 2019

Yes I used what is described here to exclude parts of repos from the count. That doesn't apply here. Not sure if there is an overall override.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.