Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
742f057
Fix link
lshep Feb 28, 2023
120f39f
Merge branch 'Bioconductor:devel' into master
lshep Jun 20, 2023
d3c46cb
Fixes typo Fix #109
lshep Jun 20, 2023
9c08085
Merge branch 'master' of github.com:lshep/pkgrevdocs
lshep Jun 20, 2023
c9318e8
Merge branch 'Bioconductor:devel' into master
lshep Sep 12, 2023
a142fec
Update what to expect
lshep Sep 12, 2023
39d7f6c
Merge branch 'Bioconductor:devel' into master
lshep Feb 29, 2024
e5dde32
Merge branch 'Bioconductor:devel' into master
lshep Feb 29, 2024
261d877
strengthen wording for basilisk requirement instead of reticulate as …
lshep Feb 29, 2024
d9447ef
Merge branch 'Bioconductor:devel' into master
lshep Aug 12, 2024
6bc06af
Merge branch 'Bioconductor:devel' into master
lshep Nov 20, 2024
504b9b2
Update System Dependency section with @vjctin suggested text
lshep Nov 20, 2024
dcff8ac
Merge branch 'Bioconductor:devel' into master
lshep Dec 2, 2024
c27168b
Fixes #128
lshep Dec 2, 2024
04c55dc
Merge branch 'Bioconductor:devel' into master
lshep Apr 9, 2025
01739bd
Add note about submitter should be maintainer
lshep Apr 9, 2025
a807146
Merge branch 'Bioconductor:devel' into master
lshep Jun 9, 2025
d590852
Extend end of life description
lshep Jun 9, 2025
3523f0d
Merge branch 'Bioconductor:devel' into master
lshep Jun 9, 2025
d2c5187
Merge branch 'Bioconductor:devel' into master
lshep Nov 13, 2025
bf000da
Change package size to 10 MB
lshep Nov 13, 2025
e1ec8e6
Merge branch 'Bioconductor:devel' into master
lshep May 1, 2026
d0b8df1
Update checklist
lshep May 1, 2026
af45ecd
add no renv
lshep May 4, 2026
3de8225
Add checklist item for renv directory and lock file
lshep May 4, 2026
25b9e54
Merge branch 'Bioconductor:devel' into master
lshep May 28, 2026
87312ee
Merge branch 'master' of github.com:lshep/pkgrevdocs
lshep May 28, 2026
4b17665
Add ai / third party policy
lshep May 28, 2026
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
1 change: 1 addition & 0 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rmd_files: ["index.Rmd",
"r-code.Rmd",
"fortran-C-python.Rmd",
"shiny-apps.Rmd",
"ai-policy-third-party.Rmd",
"non-software-packages.Rmd",
"gitignore-file.Rmd",
"devguide-conclusion.Rmd",
Expand Down
10 changes: 10 additions & 0 deletions ai-policy-third-party.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AI policy and Third Party Code {#ai-policy-third-party}

If a non-trivial portion of your contribution is copied from somewhere else
(such as AI-generated or copied from another software project) you are required
to discuss it in the issue and disclose it in the PR description and provide
details about the provenance (for example, ‘Assisted-by: Name of AI’ or ‘Code
copied from: source’). Make sure to cite the provenance in the new code and that
the newly contributed code can be redistributed under the software/packages
licensing terms. You will still be responsible for this code, its reliability
and maintenance within your package.
Loading