Skip to content

Commit

Permalink
Merge pull request #4 from kennedymwavu/3-bootstrap-each-example-usin…
Browse files Browse the repository at this point in the history
…g-renv

ch: bootstrap projects using renv
  • Loading branch information
kennedymwavu authored Jun 19, 2024
2 parents 8f7ee96 + f87ae42 commit d409341
Show file tree
Hide file tree
Showing 51 changed files with 12,496 additions and 265 deletions.
1 change: 1 addition & 0 deletions 01_hello_world/.Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
30 changes: 15 additions & 15 deletions 01_hello_world/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Repositories": [
{
"Name": "CRAN",
"URL": "https://cloud.r-project.org"
"URL": "https://packagemanager.posit.co/cran/latest"
}
]
},
Expand Down Expand Up @@ -32,14 +32,14 @@
},
"ambiorix": {
"Package": "ambiorix",
"Version": "2.1.0.9000",
"Version": "2.1.0",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteRepo": "ambiorix",
"RemoteUsername": "devOpifex",
"RemoteRef": "HEAD",
"RemoteSha": "7127b598ca1abd83845eda5e15f786d0b9b289f0",
"RemoteSha": "d09a2416c75f8ff57fc320c60e48bbb0b2c2cf46",
"Requirements": [
"R",
"assertthat",
Expand All @@ -51,7 +51,7 @@
"log",
"methods"
],
"Hash": "6cc60ba3c323defc8ffe5f78424beab2"
"Hash": "9c205084a57b2964580d531eef845d7f"
},
"assertthat": {
"Package": "assertthat",
Expand Down Expand Up @@ -88,21 +88,21 @@
},
"fastmap": {
"Package": "fastmap",
"Version": "1.1.1",
"Version": "1.2.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "f7736a18de97dea803bde0a2daaafb27"
"Hash": "aa5e1cd11c2d15497494c5292d7ffcc8"
},
"fs": {
"Package": "fs",
"Version": "1.6.3",
"Version": "1.6.4",
"Source": "Repository",
"Repository": "CRAN",
"Repository": "RSPM",
"Requirements": [
"R",
"methods"
],
"Hash": "47b5f30c720c23999b913a1a635cf0bb"
"Hash": "15aeb8c27f5ea5161f9f6a641fafd93a"
},
"glue": {
"Package": "glue",
Expand All @@ -117,7 +117,7 @@
},
"httpuv": {
"Package": "httpuv",
"Version": "1.6.14",
"Version": "1.6.15",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -128,7 +128,7 @@
"promises",
"utils"
],
"Hash": "16abeb167dbf511f8cc0552efaf05bab"
"Hash": "d55aa087c47a63ead0f6fc10f8fa1ee0"
},
"jsonlite": {
"Package": "jsonlite",
Expand Down Expand Up @@ -175,7 +175,7 @@
},
"promises": {
"Package": "promises",
"Version": "1.2.1",
"Version": "1.3.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -187,7 +187,7 @@
"rlang",
"stats"
],
"Hash": "0d8a15c9d000970ada1ab21405387dee"
"Hash": "434cd5388a3979e74be5c219bcd6e77d"
},
"renv": {
"Package": "renv",
Expand All @@ -201,14 +201,14 @@
},
"rlang": {
"Package": "rlang",
"Version": "1.1.3",
"Version": "1.1.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"utils"
],
"Hash": "42548638fae05fd9a9b5f3f437fbbbe2"
"Hash": "3eec01f8b1dee337674b2e34ab1f9bc1"
}
}
}
7 changes: 7 additions & 0 deletions 01_hello_world/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 d409341

Please sign in to comment.