Skip to content

Commit

Permalink
Add R version to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kippandrew committed Oct 6, 2013
1 parent 7345ba5 commit c26de41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/bundle.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ createAppManifest <- function(appDir, files) {
# create the manifest
manifest <- list()
manifest$version <- 1
manifest$platform <- R.version.string
manifest$packages <- I(packages)
manifest$files <- I(fileChecksums)

Expand Down

0 comments on commit c26de41

Please sign in to comment.