Skip to content

Commit eef334b

Browse files
committed
Tweak for pkgdown website to avoid clipping with pkg logo and text.
1 parent e4ff54a commit eef334b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# dockitect <img src="man/figures/dockitect-animated-logo.svg" align="right" height="139" />
16+
# dockitect <img src="man/figures/dockitect-animated-logo.svg" align="right" width="139" />
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/coatless-rpkg/dockitect/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-rpkg/dockitect/actions/workflows/R-CMD-check.yaml)
2020
<!-- badges: end -->
2121

22-
> Create and Validate Dockerfiles from R
23-
2422
`dockitect` is an R package for programmatically creating, validating, and
2523
managing Dockerfiles using a pipe-friendly syntax. It bridges the gap between
2624
R development and containerization, enabling seamless Docker integration for

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# dockitect <img src="man/figures/dockitect-animated-logo.svg" align="right" height="139" />
4+
# dockitect <img src="man/figures/dockitect-animated-logo.svg" align="right" width="139" />
55

66
<!-- badges: start -->
77

88
[![R-CMD-check](https://github.com/coatless-rpkg/dockitect/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-rpkg/dockitect/actions/workflows/R-CMD-check.yaml)
99
<!-- badges: end -->
1010

11-
> Create and Validate Dockerfiles from R
12-
1311
`dockitect` is an R package for programmatically creating, validating,
1412
and managing Dockerfiles using a pipe-friendly syntax. It bridges the
1513
gap between R development and containerization, enabling seamless Docker

0 commit comments

Comments
 (0)