Skip to content

Commit 85c90ea

Browse files
refactor .Rprofile and install from r-universe
1 parent 848e536 commit 85c90ea

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.Rprofile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source("renv/activate.R")
2-
31
## Set options for renv convenience
42
options(
53
repos = c(
@@ -11,3 +9,5 @@ options(
119
renv.config.install.shortcuts = FALSE, ## Use existing local library
1210
renv.config.cache.enabled = TRUE ## Use renv build cache
1311
)
12+
13+
source("renv/activate.R")

renv.lock

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,12 @@
9999
"bagyo": {
100100
"Package": "bagyo",
101101
"Version": "0.1.1.9000",
102-
"Source": "GitHub",
103-
"RemoteType": "github",
104-
"RemoteHost": "api.github.com",
105-
"RemoteUsername": "panukatan",
106-
"RemoteRepo": "bagyo",
107-
"RemoteRef": "main",
108-
"RemoteSha": "28f412ebb780193b0b1ea0227a2ac7fbe2ecfbca",
102+
"Source": "Repository",
103+
"Repository": "https://panukatan.r-universe.dev",
109104
"Requirements": [
110105
"R"
111106
],
112-
"Hash": "c8537873bbf19d4deff7cae1d72084a8"
107+
"Hash": "cac5f346c0bfb73ed06214b92d2a18ae"
113108
},
114109
"base64enc": {
115110
"Package": "base64enc",

0 commit comments

Comments
 (0)