Skip to content

ifknot/rpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

R++

Statistical software tools inspired by R and written in C++

scrabble_data

An R inspired statistical software toolkit of data types and functions written in C++.

Designed to offer familiar enough semantics with their R language counterparts to facilitate R knowledge and skills transfer into the C++ domain. My blog page libfbp.blogspot.com

R-ish types and functions so far:

structures
[x] vector [x] factor [x] data_frame [x] list [ ] matrix [ ]
types
[x] complex [ ] [ ] [ ] [ ] [ ]
[x] date [ ] POSIXct [ ] POSIXlt [ ] [ ] [ ]
functions
a [x] as_dates [x] as_string [ ] [ ] [ ] [ ]
b [ ] [ ] [ ] [ ] [ ] [ ]
c [ ] [ ] [ ] colnames [ ] [ ] [ ]
f [x] factor [x] floor [ ] [ ] [ ] [ ]
h [x] head [ ] [ ] [ ] [ ] [ ]
m [x] match [x] match_all [ ] [ ] [ ] [ ]
n [x] names [ ] ncol [ ] nrow [ ] [ ] [ ]
r [x] range [x] read_csv [x] rescale [ ] [ ] [ ]
s [x] sort [x] split [ ] [ ] [ ] [ ]
t [x] tail [x] typeof [ ] [ ] [ ] [ ]
u [x] unique [ ] [ ] [ ] [ ] [ ]

example usage

main.cpp is your best place at the moment

About

An R inspired heterogeneous data frame, factor and some handy functions in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published