Skip to content

Commit

Permalink
Merge pull request #2 from RConsortium/update-r0pkg.txt
Browse files Browse the repository at this point in the history
Update r0pkg.txt
  • Loading branch information
elong0527 authored Nov 19, 2021
2 parents 5d29072 + e44e947 commit 74802a7
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions m5/datasets/rconsortiumpilot1/analysis/adam/programs/r0pkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,25 +491,6 @@ Content:
)
}

Package: pilot1wrappers
File: R/zzz.R
Format: text
Content:
# Modify with care!
# The file is to load startup file automatically when the package is loaded.

.onLoad <- function(libname, pkgname) {
startup <- system.file("startup.R", package = pkgname)

if (file.exists(startup)) {
source(startup)
} else {
stop("Can not find", startup)
}

invisible(startup)
}

Package: pilot1wrappers
File: man/efficacy_models.Rd
Format: text
Expand Down Expand Up @@ -834,4 +815,4 @@ Content:
message("\n")

rm(home, R_version)

0 comments on commit 74802a7

Please sign in to comment.