Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ Open each PR with a few bullets per major change: what was wrong, how it was fix
- Scale the description to the change: a typo or comment-only fix needs one short line, not a paragraph.
- Keep the whole description under 250 words; reserve that ceiling for genuinely complex PRs. If it doesn't fit, split the PR instead of writing more.

### 4. Update the Source, Not Just the Documentation
### 4.Update the Source, Not Just the Documentation

Documentation is generated from upstream sources: `.Rd` files from roxygen annotations and `DESCRIPTION` from `Development/Dependencies.R` via `config.R`.
Documentations rebuilt and overwritten from upstream sources: `.Rd` files from roxygen annotations and DESCRIPTION and NAMESPACE from `config.R` by `PackageTools::document_and_create_package()` relying on `devtools::document()` when I manually, regularly run `/Development/CodeAndRoll2/Development/Create_the_CodeAndRoll2_Package.R")`. Thus always update the upstream sources first, then fix the downstream documentations correspondingly.

Package rebuilds overwrite these files, so always update the upstream source first, then regenerate the documentation.

## II: Repos of R function libraries

Expand All @@ -51,6 +50,7 @@ Package rebuilds overwrite these files, so always update the upstream source fir
- Never update the package version unless the user explicitly requests a version change.
- Do not raise code review findings that ask for a package version change.


## III: CodeAndRoll2 specific

**CodeAndRoll2** — utility functions for vector, matrix, and list manipulations. Foundational dependency for most other @vertesy packages (MarkdownReports, ggExpress, Seurat.utils, ...).
Expand Down
41 changes: 0 additions & 41 deletions Development/zacc/01.Format.the.CodeAndRoll2.package.R

This file was deleted.

249 changes: 0 additions & 249 deletions Development/zacc/CodeAndRoll2.less.used.functions.2020.R

This file was deleted.

Loading