From 2acbbee160e34cfe2d336324b444e48695e036d1 Mon Sep 17 00:00:00 2001 From: Adrien Osakwe <75806865+aosakwe@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:33:52 -0400 Subject: [PATCH] Testing PR bot behavior Added a note for testing pull request bot behavior. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3d1ffb..c35c32f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # R Package Development for Statisticians +Testing if pull request bot is behaving as expected. + ## Overview This workshop focuses on transforming statistical analysis/method scripts into robust, testable, and maintainable packages. Participants will learn how to incorporate version control, automated testing, and collaboration tools using GitHub, with a goal of building packages that are easy to scale and maintain.