coresynthパッケージをビルド・インストールしてテストを実行する。R/*.R またはsrc/*.cppを編集した後、変更を反映してテストを回したいときに使う。Windows特有のDLLロック・サイレントロールバックの罠を回避する正しい手順を実行する。
新しいエクスポート関数やS3メソッド(plot.*、print.*等)を追加した後、コミット前にpkgdownデプロイが壊れないか検証する。_pkgdown.ymlのreference indexに載っているかを確認する。
Menu
Visão por repositório de 6 skills coletadas em 3 repositórios do GitHub.
Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.
coresynthパッケージをビルド・インストールしてテストを実行する。R/*.R またはsrc/*.cppを編集した後、変更を反映してテストを回したいときに使う。Windows特有のDLLロック・サイレントロールバックの罠を回避する正しい手順を実行する。
新しいエクスポート関数やS3メソッド(plot.*、print.*等)を追加した後、コミット前にpkgdownデプロイが壊れないか検証する。_pkgdown.ymlのreference indexに載っているかを確認する。
End-to-end workflow for adding a user-facing feature to SubKan — domain model, Room schema, repository, ViewModel, Compose screen, strings and tests, in the order that keeps the build green. Use when asked to add or extend a feature (a new field, a filter,…
Safely change the SubKan Room schema — add/rename/drop a column, add an entity or index — with a version bump, a tested Migration, and a regenerated schema JSON. Use whenever an @Entity in data/local/entity changes, before writing any UI that depends on the…
End-to-end workflow for adding a user-facing feature to TasKan — domain model, Room schema, repository, ViewModel, Compose screen, bilingual strings and tests, in the order that keeps the build green. Use when asked to add or extend a feature (tags,…
Safely change the TasKan Room schema — add/rename/drop a column, add an entity or index — with a version bump, a tested Migration, and a regenerated schema JSON. Use whenever an @Entity in data/local/entity changes, before writing any UI that depends on the…