We currently have a cppr::logical and a cppr::boolean; a cppr::rstring
and std::string; a cppr::integer and a int; a cppr::numeric and
a double. Try to unify this: one of each type. This might also reduce the
code in as_rvec for example.
For cppr::rstring this has been resolved: std::string is now used and
cppr::rstring no longer exists.
We currently have a
cppr::logicaland acppr::boolean; acppr::rstringand
std::string; acppr::integerand aint; acppr::numericanda
double. Try to unify this: one of each type. This might also reduce thecode in
as_rvecfor example.For
cppr::rstringthis has been resolved:std::stringis now used andcppr::rstringno longer exists.