确认已将包上载到cran

确认已将包上载到cran,r,package,R,Package,我在windows机器上的命令提示符下使用了以下代码(linux机器正在工作): 我使用了以下信息: 我希望看到它出现在这里,但我没有看到 我只是不耐烦,还是我的包没有上传?以下是命令行输出: 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 s

我在windows机器上的命令提示符下使用了以下代码(linux机器正在工作):

我使用了以下信息:


我希望看到它出现在这里,但我没有看到

我只是不耐烦,还是我的包没有上传?以下是命令行输出:

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.
(这之前是一条评论,现在转移到这里的答案。)


  • 确保您没有查看浏览器先前缓存的页面

  • 要执行实际上传,您可能需要尝试免费的跨平台FTP软件。您可以查看计算机上的源目录(在左窗格中)和CRAN上的目标目录(在右窗格中)的内容,并在顶部窗格中查看正在发生的事情的日志,在底部窗格中查看进度指示器。它还可以存储你上传到的网站,这样你就不必每次上传时都输入他们的URL


  • 确保您没有查看浏览器先前缓存的页面。在Windows中,您可能希望尝试FileZilla上载并同时查看上载到的目录。@G.Grothendieck FileZilla工作并在此处得到确认:您可以添加作为答案,以便我检查未来的搜索者吗?
    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.