Skip to content

Commit

Permalink
add renv
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 14, 2024
1 parent 974f389 commit 067172c
Show file tree
Hide file tree
Showing 8 changed files with 3,186 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
^inst/precommit$
^makefile$
^quarto*
^renv$
^renv\.lock$
^vignettes/makefile$
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source ("renv/activate.R")
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.0.3.013
Version: 0.0.3.014
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.3.013",
"version": "0.0.3.014",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
Loading

0 comments on commit 067172c

Please sign in to comment.