Skip to content

Commit

Permalink
Github integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dvg-p4 committed Jan 10, 2023
1 parent 10354bd commit 04ac8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: innerPkg
Title: Dummy Package That outerPkg Depends On
Version: 0.1.0
Version: 0.1.1
Authors@R:
person("Daniel", "Gealow", , "[email protected]", role = c("aut", "cre"))
Description: This is a dummy package with a single exported function. It's part
Expand All @@ -9,3 +9,5 @@ License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/dvg-p4/innerPkg
BugReports: https://github.com/dvg-p4/innerPkg/issues
2 changes: 1 addition & 1 deletion R/inner_function.R
Original file line number Diff line number Diff line change
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.0 of innerPkg!")
print("This is the beta version 0.1.x of innerPkg!")
}

0 comments on commit 04ac8b3

Please sign in to comment.