KentonWhite / ProjectTemplate

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

Support .rds files in data folder #223

Closed eribul closed 6 years ago

eribul commented 6 years ago

Report an Issue / Request a Feature

I'm submitting a (Check one with "x") :


Issue Severity Classification -

(Check one with "x") :

Expected Behavior

Possibility to use RDS files in .files-files for data

Current Behavior
Autoloading data
 Loading data set: data.with.ae
Error in do.call(extensions.dispatch.table[[file.type]], list(data.file,  : 
  'what' must be a function or character string

Also

ls(ProjectTemplate:::extensions.dispatch.table)

shows that RDS-files are not supported.

Steps to Reproduce Behavior

Save a .file with reference to RDS-file in the data catalog. Then load.project.

Version Information

R 3.4.3 ProjectTemplate: 0.8

Hugovdberg commented 6 years ago

This issue can be closed since the pull request was merged