再接続をインストールして、R-shiny で認証しようとしています。ただし、関数ファイルのサイズを見つけることができないようです。
インストールは次のとおりです。
> install.packages("rsconnect", type = "source", dependencies = TRUE, repos = "http://cran.rstudio.com/")
Installing package into ‘/Users/~/Library/R/3.1/library’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.com/src/contrib/rsconnect_0.8.8.tar.gz'
Content type 'application/x-gzip' length 245177 bytes (239 Kb)
opened URL
==================================================
downloaded 239 Kb
* installing *source* package ‘rsconnect’ ...
** package ‘rsconnect’ successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (rsconnect)
ダウンロードしたソース パッケージは次の場所にあります。
/private/VAb/downloaded_packages
アカウントを登録しようとするとエラーが表示されます。
rsconnect::setAccountInfo(name='me',
+ token='token',
+ secret='pass')
Error in inferCertificateContents(system.file("cert/shinyapps.io.pem", :
could not find function "file.size"