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

Loading data with space in name #285

Closed eribul closed 5 years ago

eribul commented 5 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

Load data by load.project(). Data files with space in file name loaded correcty.

Current Behavior

Files recognized to exist but can't be loaded.

Error message:

Autoloading data
 Loading data set: Vy.Registerdefinitioner.2
Error in xlsx_sheets(path) : 
  Evaluation error: Couldn't find '' in 'data/Vy_Registerdefinitioner 2.xlsx'.
Steps to Reproduce Behavior

I have a file in data with a space in the name. Then:

> load.project()
Screenshots
Version Information

R 3.5.1 ProjectTemplate: 0.98.2

eribul commented 5 years ago

Sorry! I don't think that was the problem!