Skip to content

Commit

Permalink
Merge pull request #14 from NorwegianVeterinaryInstitute/add-desc
Browse files Browse the repository at this point in the history
add a description so renv doesn't guess.
  • Loading branch information
novica authored Sep 27, 2024
2 parents 6c320c3 + 286a036 commit d9d0d66
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^renv$
^renv\.lock$
17 changes: 17 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Package: cake
Title: Cake Planning
Version: 0.1
Authors@R: as.person(c(
))
Description: Cake planning at VI
Depends: R (>= 3.6.0)
License: Apache 2.0
LazyData: true
Imports:
shiny
bslib
pins
DT
dplyr
shinyjs
shinyTime
2 changes: 1 addition & 1 deletion renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.3.1",
"Version": "4.4.0",
"Repositories": [
{
"Name": "CRAN",
Expand Down

0 comments on commit d9d0d66

Please sign in to comment.