BOLTSSIRR
R パッケージを使用して生成されたリポジトリに R パッケージをアップロードしたいと考えていますdrat
。BOLTSSIRR
は自分のパッケージではありませんが、drat リポジトリにアップロードする必要があります。これは、自分のパッケージがパッケージを使用しており、BOLTSSIRR
自分のパッケージを CRAN にアップロードしたいからです。
R パッケージを にアップロードできましたdrat
が、間違ったディレクトリにあるようです。パッケージは次のとおりです: https://github.com/RomanHornung/drat
BOLTSSIRR
パッケージのファイルの下Suggests:
にリストし、DESCRIPTION ファイルにもDESCRIPTION
追加した後、パッケージを実行しましたが、次の結果が得られました。Additional_repositories: https://github.com/RomanHornung/drat
R CMD check --as-cran
* checking CRAN incoming feasibility ...Warning: unable to access index for repository https://github.com/RomanHornung/drat/src/contrib:
cannot open URL 'https://github.com/RomanHornung/drat/src/contrib/PACKAGES'
Suggests or Enhances not in mainstream repositories:
BOLTSSIRR
Availability using Additional_repositories specification:
BOLTSSIRR no ?
? ? https://github.com/RomanHornung/drat
Additional repositories with no packages:
https://github.com/RomanHornung/drat
私はGitHubにあまり詳しくありません。ステップバイステップの説明は大歓迎ですが、他の助けも同様です!