shrektan / fcl

financial calculator
https://shrektan.github.io/fcl/
Other
2 stars 1 forks source link

update to extendr 0.7.0 to address new non-api changes #5

Open JosiahParry opened 6 days ago

JosiahParry commented 6 days ago

This PR addresses new non-api changes in R-devel that are causing warnings on CRAN.

I've bumped your versions of extendr and extendr-engine. Additionally, you will see additional calls to .clone() this is because set_class() now requires a mutable reference. Cloning the object only increases the reference counter so there is no negative memory impact from this.