Skip to content

Commit

Permalink
fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Oct 15, 2024
1 parent 24f2f8a commit f3ca639
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package/cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# Executed during the R CMD BUILD "running ‘cleanup’" step, it ensures a smaller package tarball without the symlink and eliminates R CMD CHECK notes.

export TLG_CATALOG_PKG_BUILD_RENDER=TRUE
export TLG_CATALOG_PKG_TEST_DATA_PATH=$(realpath "./tests/testthat/_data")
TLG_CATALOG_PKG_TEST_DATA_PATH=$(realpath "./tests/testthat/_data")
export TLG_CATALOG_PKG_TEST_DATA_PATH
if [ "$TLG_CATALOG_PKG_BUILD_RENDER" = "TRUE" ]; then
echo "Rendering Quarto book..."
quarto render tests/testthat/_book/ --no-cache
Expand Down
2 changes: 1 addition & 1 deletion package/tests/testthat/_data/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*
!.gitignore
!.rbuildkeep
!README.md
Empty file.
3 changes: 3 additions & 0 deletions package/tests/testthat/_data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# README

This is an empty file to keep parent dir not empty.

0 comments on commit f3ca639

Please sign in to comment.