You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A multilingual greeting and farewell package that demonstrates proper R package structure, documentation, and testing practices. It provides functions for greeting and saying farewell in multiple languages including English, Spanish, French, Portuguese, German, and Italian.
83
-
84
-
**Features:**
85
-
- Multilingual greetings and farewells
86
-
- Comprehensive documentation and examples
87
-
- Full test coverage
88
-
- Proper R package structure
89
-
- CI/CD pipeline with GitHub Actions
90
-
91
-
[View Documentation →](/packages/myrpackage/)
92
-
EOF
93
-
94
-
- name: Update main navigation
95
-
run: |
96
-
# Create navigation entry for packages if it doesn't exist
97
-
if ! grep -q "packages" blog-repo/_data/navigation.yml; then
98
-
cat >> blog-repo/_data/navigation.yml << 'EOF'
99
-
100
-
- title: "Packages"
101
-
url: /packages/
102
-
EOF
103
-
fi
62
+
# No index/nav editing here since your blog already has the page and navigation.
0 commit comments