This commit removes all copy()s to increase efficiency.
The version has been upgraded to [0.2.0.9002] and it has been merged already with DEV branch to resolve conflicts.
Note that the vignettes checks fail. This is due to failing vignettes in DEV, not in rm_copy branch. When running devtools::check(vignettes = FALSE) the checks are passed (see below). The note is also due to changes in DEV branch (specifically, the unmasking function).
This commit removes all
copy()
s to increase efficiency.The version has been upgraded to [0.2.0.9002] and it has been merged already with DEV branch to resolve conflicts.
Note that the vignettes checks fail. This is due to failing vignettes in DEV, not in
rm_copy
branch. When runningdevtools::check(vignettes = FALSE)
the checks are passed (see below). The note is also due to changes in DEV branch (specifically, the unmasking function).