Skip to content

Commit e622fdb

Browse files
committed
add renv for managing package versions
1 parent 43ac55c commit e622fdb

File tree

6 files changed

+3151
-0
lines changed

6 files changed

+3151
-0
lines changed

.Rprofile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source("renv/activate.R")
2+
if(file.exists("~/.Rprofile")) source("~/.Rprofile") # otherwise user version ignored in favor of project version

_targets_packages.R

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Generated by targets::tar_renv(): do not edit by hand
2+
library(broom)
3+
library(bs4Dash)
4+
library(clustermq)
5+
library(future)
6+
library(ggpubr)
7+
library(gt)
8+
library(here)
9+
library(lubridate)
10+
library(markdown)
11+
library(pingr)
12+
library(purrr)
13+
library(qs)
14+
library(rstudioapi)
15+
library(scales)
16+
library(shiny)
17+
library(shinybusy)
18+
library(shinyWidgets)
19+
library(survival)
20+
library(tidyverse)
21+
library(visNetwork)
22+
library(zoo)

0 commit comments

Comments
 (0)