Skip to content

Commit

Permalink
Better package name :/
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 21, 2012
1 parent a962b69 commit dff5dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parse.R
Expand Up @@ -35,7 +35,7 @@ parse.files <- function(paths) {
env <- new.env(parent = parent.env(globalenv()))
env_hash <- suppressWarnings(digest(env))

setPackageName("roxygen-test", env)
setPackageName("roxygen_destest", env)
lapply(paths, sys.source, chdir = TRUE, envir = env)

unlist(lapply(paths, parse.file, env = env, env_hash = env_hash),
Expand Down

0 comments on commit dff5dfb

Please sign in to comment.