簡體   English   中英

確認包上傳到了cran

[英]confirm package uploaded to cran

我在Windows框中使用了命令提示符下的代碼(linux機器正在運行):

ftp -u ftp://cran.R-project.org/incoming/ qdap_0.1.0.tar.gz

我使用了以下信息:

https://github.com/hadley/devtools/wiki/Release
http://cran.r-project.org/doc/manuals/R-exts.html#Submitting-a-package-to-CRAN

我希望看到它出現在這里: ftp//cran.r-project.org/incoming/但我沒有看到它。

我只是不耐煩或我的包裹沒有上傳? 這是命令行輸出:

C:\Users\trinker\GitHub>ftp -u ftp://cran.R-project.org/incoming/ qdap_0.1.0.tar
.gz

Transfers files to and from a computer running an FTP server service
(sometimes called a daemon). Ftp can be used interactively.

FTP [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-A] [-x:sendbuffer] [-r:recvbuf
fer] [-b:asyncbuffers] [-w:windowsize] [host]

  -v              Suppresses display of remote server responses.
  -n              Suppresses auto-login upon initial connection.
  -i              Turns off interactive prompting during multiple file
                  transfers.
  -d              Enables debugging.
  -g              Disables filename globbing (see GLOB command).
  -s:filename     Specifies a text file containing FTP commands; the
                  commands will automatically run after FTP starts.
  -a              Use any local interface when binding data connection.
  -A              login as anonymous.
  -x:send sockbuf Overrides the default SO_SNDBUF size of 8192.
  -r:recv sockbuf Overrides the default SO_RCVBUF size of 8192.
  -b:async count  Overrides the default async count of 3
  -w:windowsize   Overrides the default transfer buffer size of 65535.
  host            Specifies the host name or IP address of the remote
                  host to connect to.

Notes:
  - mget and mput commands take y/n/q for yes/no/quit.
  - Use Control-C to abort commands.

(這是以前的評論,現在轉移到答案。)

  1. 確保您沒有查看瀏覽器之前緩存的頁面。

  2. 要執行實際上傳,您可能需要嘗試免費的跨平台FileZilla FTP軟件。 您可以上載並同時查看計算機上的源目錄(在左窗格中)和CRAN上的目標目錄(在右側窗格中)的內容,並查看頂部窗格中發生的事件的日志和進度指示器底部窗格。 它還有一個站點管理器來存儲您上傳的站點,因此您無需在每次上傳時都輸入其URL。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM