Skip to content

Commit

Permalink
add dev version of hubUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Jan 14, 2025
1 parent 081bd7c commit 714f635
Show file tree
Hide file tree
Showing 8 changed files with 2,633 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
README.md
.git
.github
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/r-ver:4.3.2
FROM rocker/r-ver:4.4.2

LABEL org.opencontainers.image.description="hubUtils in a tin"
LABEL org.opencontainers.image.licenses="MIT"
Expand Down
1 change: 1 addition & 0 deletions lib.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
library(hubUtils)
1,288 changes: 1,288 additions & 0 deletions renv.lock

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions renv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
library/
local/
cellar/
lock/
python/
sandbox/
staging/
Loading

0 comments on commit 714f635

Please sign in to comment.