Skip to content

Commit

Permalink
Start development of a new "feature", ready for master (but not for r…
Browse files Browse the repository at this point in the history
…elease)
  • Loading branch information
dvg-p4 committed Jan 10, 2023
1 parent 04ac8b3 commit 9397494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: innerPkg
Title: Dummy Package That outerPkg Depends On
Version: 0.1.1
Version: 0.1.1.9000
Authors@R:
person("Daniel", "Gealow", , "dgealow@paradigm4.com", role = c("aut", "cre"))
Description: This is a dummy package with a single exported function. It's part
Expand Down
2 changes: 1 addition & 1 deletion R/inner_function.R
Expand Up @@ -10,5 +10,5 @@ inner_function <- function(x) {
print("This is inner_function()")
print("You gave me")
print(x)
print("This is the beta version 0.1.x of innerPkg!")
print("This is an unstable dev version, 0.1.1.9000, of innerPkg!")
}

0 comments on commit 9397494

Please sign in to comment.