Skip to contents

Uploads a list of packages to the database. Designed to be used to set up the assessment database before deployment of the application.

Usage

upload_pkg_lst(
  pkg_lst,
  assess_db,
  repos,
  repo_pkgs,
  user_name = "system",
  updateProgress = NULL
)

Arguments

pkg_lst

character vector of packages to upload

assess_db

character name (and file path) of the database

repos

character vector, the base URL(s) of the repositories to use

repo_pkgs

for internal use only, allows the function available.packages() to be run only once

user_name

character name of user

updateProgress

for internal use only, provides a function to update progress meter in the application

Value

A data frame object containing a summary of the upload process