KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
622 stars 159 forks source link

migrate.project creates duplicate entries in the configuration #121

Closed krlmlr closed 9 years ago

krlmlr commented 9 years ago

Migrating an empty project created by 0.5-1:

data_loading: TRUE
cache_loading: TRUE
recursive_loading: FALSE
munging: TRUE
logging: FALSE
load_libraries: FALSE
libraries: reshape
as_factors: TRUE
data_tables: FALSE
version: 0.5-1.3

data_loading: TRUE
cache_loading: TRUE
recursive_loading: FALSE
munging: TRUE
logging: FALSE
load_libraries: FALSE
libraries: plyr
as_factors: TRUE
data_tables: FALSE
version: 0.5-1.3

data_loading: TRUE
cache_loading: TRUE
recursive_loading: FALSE
munging: TRUE
logging: FALSE
load_libraries: FALSE
libraries: ggplot2
as_factors: TRUE
data_tables: FALSE
version: 0.5-1.3

data_loading: TRUE
cache_loading: TRUE
recursive_loading: FALSE
munging: TRUE
logging: FALSE
load_libraries: FALSE
libraries: stringr
as_factors: TRUE
data_tables: FALSE
version: 0.5-1.3

data_loading: TRUE
cache_loading: TRUE
recursive_loading: FALSE
munging: TRUE
logging: FALSE
load_libraries: FALSE
libraries: lubridate
as_factors: TRUE
data_tables: FALSE
version: 0.5-1.3