coresynthパッケージをビルド・インストールしてテストを実行する。R/*.R またはsrc/*.cppを編集した後、変更を反映してテストを回したいときに使う。Windows特有のDLLロック・サイレントロールバックの罠を回避する正しい手順を実行する。
新しいエクスポート関数やS3メソッド(plot.*、print.*等)を追加した後、コミット前にpkgdownデプロイが壊れないか検証する。_pkgdown.ymlのreference indexに載っているかを確認する。
Menü
Repository-Ansicht von 6 gesammelten Skills in 3 GitHub-Repositories.
Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.
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…