Skip to content

Commit

Permalink
Merge pull request #41 from panukatan/dev
Browse files Browse the repository at this point in the history
refactor .Rprofile and install from r-universe
  • Loading branch information
ernestguevarra authored Aug 11, 2024
2 parents 12fe259 + 85c90ea commit ba8e102
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source("renv/activate.R")

## Set options for renv convenience
options(
repos = c(
Expand All @@ -11,3 +9,5 @@ options(
renv.config.install.shortcuts = FALSE, ## Use existing local library
renv.config.cache.enabled = TRUE ## Use renv build cache
)

source("renv/activate.R")
11 changes: 3 additions & 8 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,12 @@
"bagyo": {
"Package": "bagyo",
"Version": "0.1.1.9000",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "panukatan",
"RemoteRepo": "bagyo",
"RemoteRef": "main",
"RemoteSha": "28f412ebb780193b0b1ea0227a2ac7fbe2ecfbca",
"Source": "Repository",
"Repository": "https://panukatan.r-universe.dev",
"Requirements": [
"R"
],
"Hash": "c8537873bbf19d4deff7cae1d72084a8"
"Hash": "cac5f346c0bfb73ed06214b92d2a18ae"
},
"base64enc": {
"Package": "base64enc",
Expand Down

0 comments on commit ba8e102

Please sign in to comment.