Is there any R method or function for uploading a personal R package to CRAN local repository?
I think if you move your tar.gz, or your compiled code (windows) to appropiate directory /bin/windows or /src/contrib it would work.
But, is there any function already done for that? Any "upload" function? I have read CRAN doc and google but I have not found a solution.
If I go to IP_LOCAL_REPO:PORT and click on "web form" for submitting packages, these packages are uploaded to my local?
Thanks!