Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RcppCore
/
Rcpp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
218
Star
798
Code
Issues
4
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Rcpp
inst
include
Rcpp
internal
on
bugfix/proxy-conversion-gc
User selector
All users
All time
Commit history
Commits on Mar 30, 2026
Return dataptr() again to avoid getting an invalid address for empty vectors (#1462)
Show description for 3bb7100
Enchufa2
and
eddelbuettel
authored
3bb7100
View commit details
Copy full SHA for 3bb7100
View code at this point
Browse repository at this point
Commits on Jan 4, 2026
Tweak coverage (#1435)
Show description for bf70a52
eddelbuettel
authored
bf70a52
View commit details
Copy full SHA for bf70a52
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
Avoid a narrowing warning via explicit cast (#1398)
Show description for 0dc6a10
eddelbuettel
authored
0dc6a10
View commit details
Copy full SHA for 0dc6a10
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
Use variadic templates unconditionally (#1367)
Show description for 926b8b8
eddelbuettel
authored
926b8b8
View commit details
Copy full SHA for 926b8b8
View code at this point
Browse repository at this point
Commits on Mar 18, 2025
Header cleanup with C++11 as a baseline (#1364)
Show description for 257e197
eddelbuettel
authored
257e197
View commit details
Copy full SHA for 257e197
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
std::string_view support in Rcpp::wrap() (#1356)
Show description for 6633770
evalon32
authored
6633770
View commit details
Copy full SHA for 6633770
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
Variadic templates refinement (#1336)
Show description for c91eb89
Enchufa2
authored
c91eb89
View commit details
Copy full SHA for c91eb89
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
use read-only variants of {STRING/VECTOR}_PTR (#1317)
Show description for 9c5f71c
kevinushey
authored
9c5f71c
View commit details
Copy full SHA for 9c5f71c
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
add template specializations to avoid DATAPTR use (#1310)
Show description for 5614a8b
kevinushey
and
eddelbuettel
authored
5614a8b
View commit details
Copy full SHA for 5614a8b
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
Additional switch to size_t (or R_xlen_t) to avoid conversion warnings from clang++-17 (#1309)
Show description for 5207973
eddelbuettel
authored
5207973
View commit details
Copy full SHA for 5207973
View code at this point
Browse repository at this point
Commits on May 26, 2024
Allow using variadic templates instead of pre-generated code where supported (#1303)
Show description for 4075b5c
andrjohns
authored
4075b5c
View commit details
Copy full SHA for 4075b5c
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Use snprintf instead of sprintf (even in trivial case)
eddelbuettel
committed
52bfbac
View commit details
Copy full SHA for 52bfbac
View code at this point
Browse repository at this point
Commits on May 4, 2018
more StoragePolicy use
romainfrancois
committed
894d6e4
View commit details
Copy full SHA for 894d6e4
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
fallthrough comments for gcc 7
krlmlr
committed
749175b
View commit details
Copy full SHA for 749175b
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
remove 'clever' NA checks
kevinushey
committed
0f03a58
View commit details
Copy full SHA for 0f03a58
View code at this point
Browse repository at this point
Commits on Jul 9, 2017
Interface change: use R_xlen_t for loop unrolling (#731)
Show description for e3c8545
krlmlr
authored and
eddelbuettel
committed
e3c8545
View commit details
Copy full SHA for e3c8545
View code at this point
Browse repository at this point
Commits on Jun 18, 2017
additional #nocov tags, reformating wrap.h
eddelbuettel
committed
8640275
View commit details
Copy full SHA for 8640275
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
Improved exception messages by adding details.
coatless
committed
29f28c4
View commit details
Copy full SHA for 29f28c4
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
a few more #nocov tags
eddelbuettel
committed
8bf15c0
View commit details
Copy full SHA for 8bf15c0
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Added decreasing option for Vector sort (#525)
nathan-russell
committed
c134304
View commit details
Copy full SHA for c134304
View code at this point
Browse repository at this point
Commits on Nov 28, 2015
Fixed compile errors in TAM, diveRsity, dplyr, icd9, and kmisc
dcdillon
committed
533b9e7
View commit details
Copy full SHA for 533b9e7
View code at this point
Browse repository at this point
Commits on May 27, 2015
Rf_xlength and a simple testing case
Qiang Kou
committed
8e0fcc3
View commit details
Copy full SHA for 8e0fcc3
View code at this point
Browse repository at this point
Commits on May 16, 2015
using R_xlen_t as index type in sugar functions
Qiang Kou
committed
8d3880f
View commit details
Copy full SHA for 8d3880f
View code at this point
Browse repository at this point
replace R_len_t with R_xlen_t
Qiang Kou
committed
70ad472
View commit details
Copy full SHA for 70ad472
View code at this point
Browse repository at this point
silence two unused var warnings
eddelbuettel
committed
795b5f8
View commit details
Copy full SHA for 795b5f8
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
disable sort() for List, RawVector and ExpressionVector
yixuan
committed
bb0d7f5
View commit details
Copy full SHA for bb0d7f5
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
add NAComparator for Rcomplex type
yixuan
committed
911f786
View commit details
Copy full SHA for 911f786
View code at this point
Browse repository at this point
Commits on May 18, 2014
Strip trailing whitespace/tabs, once and for all
kevinushey
committed
62d951e
View commit details
Copy full SHA for 62d951e
View code at this point
Browse repository at this point
Commits on Apr 1, 2014
Strip trailing whitespace
kevinushey
committed
fcf7f39
View commit details
Copy full SHA for fcf7f39
View code at this point
Browse repository at this point
Commits on Feb 24, 2014
merge from master branch
romainfrancois
committed
d255a7b
View commit details
Copy full SHA for d255a7b
View code at this point
Browse repository at this point
solaris wants r_coerce<SYMSXP ,STRSXP> apparently
romainfrancois
committed
731f958
View commit details
Copy full SHA for 731f958
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
Better motivation for current NA checking
kevinushey
committed
702e3f3
View commit details
Copy full SHA for 702e3f3
View code at this point
Browse repository at this point
Some reformatting, + a NEWS entry
kevinushey
committed
a5b1d88
View commit details
Copy full SHA for a5b1d88
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Unit tests and reshuffling for NA, NaN handling in Rcpp
kevinushey
committed
9d4878c
View commit details
Copy full SHA for 9d4878c
View code at this point
Browse repository at this point
Tidy up and use Rcpp_IsNA, Rcpp_IsNaN where possible
kevinushey
committed
f02aaa7
View commit details
Copy full SHA for f02aaa7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.