Skip to content

Commit

Permalink
Merge pull request rstudio#1 from rstudio/feature/platform-version
Browse files Browse the repository at this point in the history
Add R version to manifest
  • Loading branch information
jjallaire committed Oct 6, 2013
2 parents 7345ba5 + c26de41 commit ceb0e43
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 ceb0e43

Please sign in to comment.