I'm newbie for R and I built my R package for my users that built without error.
When I install on Windows with devtools::install_local(path = "MyPackage.zip", dependencies = TRUE)
.
I got error
* installing *binary* package 'MyPackage' ... cp: unknown option -- ) Try '/usr/bin/cp --help' for more information. ERROR: installing binary package failed
After some search I found this thread enter link description here
but I have no Built:
in my DESCRIPTION
file.
Anyone please can help me how to solve these ?