From c164a40950dcca95cb80ba6be0ba0e88b312a4ff Mon Sep 17 00:00:00 2001 From: dgkf <18220321+dgkf@users.noreply.github.com> Date: Sat, 29 Jul 2023 13:46:43 -0400 Subject: [PATCH] removing unnecessary build artifacts --- inst/options.example/NAMESPACE | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 inst/options.example/NAMESPACE diff --git a/inst/options.example/NAMESPACE b/inst/options.example/NAMESPACE deleted file mode 100644 index c48b0a0..0000000 --- a/inst/options.example/NAMESPACE +++ /dev/null @@ -1,6 +0,0 @@ -# Generated by roxygen2: do not edit by hand - -export(fizzbuzz) -export(hello) -export(show_option) -import(options)