Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^\.Rproj\.user$
^LICENSE\.md$
^\.github$
^CODEOWNERS$
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @matt-dray
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: hexbase
Title: Create Simple Dependency-Free Hex Logos
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person("Matt", "Dray", , "mwdray@gmail.com", role = c("aut", "cre"))
Description: A simple interface to create hexagon-shaped logos that help
promote your R package or other projects. Uses only base R.
promote your R package or other projects. Uses base R only.
License: MIT + file LICENSE
URL: https://github.com/matt-dray/hexbase
BugReports: https://github.com/matt-dray/hexbase/bugs
Imports:
grDevices,
grid
Suggests:
testthat (>= 3.0.0)
png
Config/testthat/edition: 3
Encoding: UTF-8
Issues: https://github.com/matt-dray/hexbase
Expand Down
6 changes: 5 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(make_hex)
export(add_hex)
export(add_image)
export(add_text)
export(close_device)
export(open_device)
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# hexbase 0.0.0.9000
# hexbase 0.1.0

* Created package and added README, NEWS, LICENSE, initial functions to `make_hex()`.
* Created package and added boilerplate.
* Added `*_device()` and `add_*()` functions for building hex stickers.
* Added basic example to the README.
37 changes: 0 additions & 37 deletions R/coords.R

This file was deleted.

29 changes: 0 additions & 29 deletions R/grobs.R

This file was deleted.

Loading
Loading